diff options
Diffstat (limited to 'packages/react-shared')
-rw-r--r-- | packages/react-shared/CHANGELOG.json | 18 | ||||
-rw-r--r-- | packages/react-shared/CHANGELOG.md | 18 |
2 files changed, 21 insertions, 15 deletions
diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json index a1fc76193..b9e66ec50 100644 --- a/packages/react-shared/CHANGELOG.json +++ b/packages/react-shared/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1532357734, + "version": "1.0.1", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "timestamp": 1532043000, "version": "1.0.0", "changes": [ @@ -36,14 +45,7 @@ ] }, { - "version": "0.2.0", - "changes": [ - { - "note": "Dependencies updated" - } - ] - }, - { + "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 |