Skip to content

Commit f5f9cb9

Browse files
committed
Bumpversion: v1.2.2 --> v1.3.0
1 parent 4e65eb2 commit f5f9cb9

4 files changed

Lines changed: 890 additions & 1314 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Change Log
2+
## [v1.2.2](https://github.com/chopdgd/react-genomix/tree/v1.3.0) (2020-04-22)
3+
4+
[Full Changelog](https://github.com/chopdgd/react-genomix/compare/v1.2.2...v1.3.0)
5+
6+
- Updated dependencies
7+
- Updated color functions
8+
- Updated genomics URLs
29

310
## [v1.2.2](https://github.com/chopdgd/react-genomix/tree/v1.2.2) (2020-01-22)
411

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-genomix",
3-
"version": "1.2.3-alpha.1",
3+
"version": "1.3.0",
44
"description": "GenomiX React components",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -104,11 +104,6 @@
104104
"node"
105105
]
106106
},
107-
"babel": {
108-
"presets": [
109-
"react-app"
110-
]
111-
},
112107
"author": "Michael A. Gonzalez",
113108
"homepage": "https://github.com/chopdgd/react-genomix",
114109
"license": "MIT",

src/utils/urlBuilders.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ describe('Test URL Builders', () => {
279279

280280
it('Build URL to Mouse Genome Database entry', () => {
281281
const observed = utils.urlBuilders.mgiGene(gene)
282-
const expected = 'http://www.informatics.jax.org//searchtool/Search.do?query=MFN2'
282+
const expected = 'http://www.informatics.jax.org/searchtool/Search.do?query=MFN2'
283283
expect(observed).toEqual(expected)
284284
})
285285
})

0 commit comments

Comments
 (0)