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 | 6 | ||||
-rw-r--r-- | packages/react-shared/package.json | 8 |
3 files changed, 18 insertions, 5 deletions
diff --git a/packages/react-shared/CHANGELOG.json b/packages/react-shared/CHANGELOG.json index 737f46fd9..256174db9 100644 --- a/packages/react-shared/CHANGELOG.json +++ b/packages/react-shared/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1524044013, + "version": "0.1.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "timestamp": 1523462196, "version": "0.1.2", "changes": [ diff --git a/packages/react-shared/CHANGELOG.md b/packages/react-shared/CHANGELOG.md index 46119ad48..a3d65356a 100644 --- a/packages/react-shared/CHANGELOG.md +++ b/packages/react-shared/CHANGELOG.md @@ -5,7 +5,11 @@ Edit the package's CHANGELOG.json file only. CHANGELOG -## v0.1.2 - _April 11, 2018_ +## v0.1.3 - _April 18, 2018_ + + * Dependencies updated + +## v0.1.2 - _April 12, 2018_ * Dependencies updated diff --git a/packages/react-shared/package.json b/packages/react-shared/package.json index 389052583..c9f0a76e3 100644 --- a/packages/react-shared/package.json +++ b/packages/react-shared/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/react-shared", - "version": "0.1.2", + "version": "0.1.3", "description": "0x shared react components", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -22,9 +22,9 @@ "url": "https://github.com/0xProject/0x-monorepo.git" }, "devDependencies": { - "@0xproject/dev-utils": "^0.3.5", - "@0xproject/monorepo-scripts": "^0.1.17", - "@0xproject/tslint-config": "^0.4.15", + "@0xproject/dev-utils": "^0.3.6", + "@0xproject/monorepo-scripts": "^0.1.18", + "@0xproject/tslint-config": "^0.4.16", "copyfiles": "^1.2.0", "shx": "^0.2.2", "tslint": "^5.9.1", |