diff options
Diffstat (limited to 'packages/migrations')
-rw-r--r-- | packages/migrations/CHANGELOG.json | 11 | ||||
-rw-r--r-- | packages/migrations/CHANGELOG.md | 10 | ||||
-rw-r--r-- | packages/migrations/package.json | 6 |
3 files changed, 25 insertions, 2 deletions
diff --git a/packages/migrations/CHANGELOG.json b/packages/migrations/CHANGELOG.json new file mode 100644 index 000000000..f668141ee --- /dev/null +++ b/packages/migrations/CHANGELOG.json @@ -0,0 +1,11 @@ +[ + { + "timestamp": 1524073495, + "version": "0.0.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + } +] diff --git a/packages/migrations/CHANGELOG.md b/packages/migrations/CHANGELOG.md new file mode 100644 index 000000000..538deb4a5 --- /dev/null +++ b/packages/migrations/CHANGELOG.md @@ -0,0 +1,10 @@ +<!-- +This file is auto-generated using the monorepo-scripts package. Don't edit directly. +Edit the package's CHANGELOG.json file only. +--> + +CHANGELOG + +## v0.0.3 - _April 18, 2018_ + + * Dependencies updated diff --git a/packages/migrations/package.json b/packages/migrations/package.json index 414424e49..4a0093603 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -1,7 +1,6 @@ { - "private": true, "name": "@0xproject/migrations", - "version": "0.0.2", + "version": "0.0.3", "description": "0x smart contract migrations", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -32,5 +31,8 @@ "@0xproject/utils": "^0.5.2", "@0xproject/web3-wrapper": "^0.6.1", "lodash": "^4.17.4" + }, + "publishConfig": { + "access": "public" } } |