diff options
Diffstat (limited to 'packages/react-shared')
-rw-r--r-- | packages/react-shared/CHANGELOG.json | 9 | ||||
-rw-r--r-- | packages/react-shared/CHANGELOG.md | 10 | ||||
-rw-r--r-- | packages/react-shared/package.json | 10 |
3 files changed, 21 insertions, 8 deletions
diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json index bcbfd7187..1268bcc7b 100644 --- a/packages/react-shared/CHANGELOG.json +++ b/packages/react-shared/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1534210131, + "version": "1.0.6", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "timestamp": 1532619515, "version": "1.0.5", "changes": [ diff --git a/packages/react-shared/CHANGELOG.md b/packages/react-shared/CHANGELOG.md index 6dfae0277..cfbaf6c70 100644 --- a/packages/react-shared/CHANGELOG.md +++ b/packages/react-shared/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v1.0.6 - _August 13, 2018_ + + * Dependencies updated + ## v1.0.5 - _July 26, 2018_ * Dependencies updated @@ -25,7 +29,7 @@ CHANGELOG * Dependencies updated -## v1.0.0 - _July 20, 2018_ +## v1.0.0 - _July 19, 2018_ * Dependencies updated @@ -41,11 +45,11 @@ CHANGELOG * Dependencies updated -## v0.2.0 - _May 5, 2018_ +## v0.2.0 - _May 4, 2018_ * Removed portal specific colors -## v0.1.6 - _May 5, 2018_ +## v0.1.6 - _May 4, 2018_ * Dependencies updated diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index ab0e2b7bd..3c36406fd 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/react-shared", - "version": "1.0.5", + "version": "1.0.6", "engines": { "node": ">=6.12" }, @@ -24,13 +24,13 @@ "url": "https://github.com/0xProject/0x-monorepo.git" }, "devDependencies": { - "@0xproject/dev-utils": "^1.0.3", - "@0xproject/tslint-config": "^1.0.4", + "@0xproject/dev-utils": "^1.0.4", + "@0xproject/tslint-config": "^1.0.5", "copyfiles": "^1.2.0", "make-promises-safe": "^1.1.0", "shx": "^0.2.2", "tslint": "^5.9.1", - "typescript": "2.7.1" + "typescript": "2.9.2" }, "dependencies": { "@types/is-mobile": "0.3.0", @@ -42,7 +42,7 @@ "@types/react-scroll": "1.5.3", "basscss": "^8.0.3", "is-mobile": "^0.2.2", - "lodash": "^4.17.4", + "lodash": "^4.17.5", "material-ui": "^0.17.1", "react": "15.6.1", "react-dom": "15.6.1", |