diff options
Diffstat (limited to 'packages/react-shared')
-rw-r--r-- | packages/react-shared/CHANGELOG.json | 19 | ||||
-rw-r--r-- | packages/react-shared/CHANGELOG.md | 18 | ||||
-rw-r--r-- | packages/react-shared/package.json | 2 |
3 files changed, 23 insertions, 16 deletions
diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json index 5e0e40a70..b9e66ec50 100644 --- a/packages/react-shared/CHANGELOG.json +++ b/packages/react-shared/CHANGELOG.json @@ -1,6 +1,7 @@ [ { - "version": "1.0.0", + "timestamp": 1532357734, + "version": "1.0.1", "changes": [ { "note": "Dependencies updated" @@ -8,8 +9,8 @@ ] }, { - "timestamp": 1531919263, - "version": "0.2.3", + "timestamp": 1532043000, + "version": "1.0.0", "changes": [ { "note": "Dependencies updated" @@ -17,8 +18,8 @@ ] }, { - "timestamp": 1531149657, - "version": "0.2.2", + "timestamp": 1531919263, + "version": "0.2.3", "changes": [ { "note": "Dependencies updated" @@ -26,8 +27,8 @@ ] }, { - "timestamp": 1529397769, - "version": "0.2.1", + "timestamp": 1531149657, + "version": "0.2.2", "changes": [ { "note": "Dependencies updated" @@ -35,7 +36,8 @@ ] }, { - "version": "0.2.0", + "timestamp": 1529397769, + "version": "0.2.1", "changes": [ { "note": "Dependencies updated" @@ -43,6 +45,7 @@ ] }, { + "timestamp": 1525477860, "version": "0.2.0", "changes": [ { diff --git a/packages/react-shared/CHANGELOG.md b/packages/react-shared/CHANGELOG.md index ceeb7a2e6..f804fe4bb 100644 --- a/packages/react-shared/CHANGELOG.md +++ b/packages/react-shared/CHANGELOG.md @@ -1,30 +1,34 @@ <!-- -This file is auto-generated using the monorepo-scripts package. Don't edit directly. +changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly. Edit the package's CHANGELOG.json file only. --> CHANGELOG -## v0.2.3 - _July 18, 2018_ +## v1.0.1 - _July 23, 2018_ * Dependencies updated -## v0.2.2 - _July 9, 2018_ +## v1.0.0 - _July 20, 2018_ * Dependencies updated -## v0.2.1 - _June 19, 2018_ +## v0.2.3 - _July 18, 2018_ * Dependencies updated -## v0.2.0 - _June 1, 2018_ +## v0.2.2 - _July 9, 2018_ - * Incorrect publish that was unpublished + * Dependencies updated -## v0.1.7 - _May 22, 2018_ +## v0.2.1 - _June 19, 2018_ * Dependencies updated +## v0.2.0 - _May 5, 2018_ + + * Removed portal specific colors + ## v0.1.6 - _May 5, 2018_ * Dependencies updated diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index 008972da9..f406830f9 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -38,7 +38,7 @@ "@types/lodash": "4.14.104", "@types/material-ui": "0.18.0", "@types/node": "^8.0.53", - "@types/react": "16.3.13", + "@types/react": "*", "@types/react-dom": "^16.0.3", "@types/react-scroll": "0.0.31", "@types/is-mobile": "0.3.0", |