Merge branch 'development' into fix/expiration-watcher

* development:
  Publish
  Updated CHANGELOGS
  Move @0xproject/migrations to devDependencies
  Publish
  Updated CHANGELOGS
  Make @0xproject/migrations public

# Conflicts:
#	packages/0x.js/CHANGELOG.json
#	packages/0x.js/package.json
This commit is contained in:
Fabio Berger
2018-04-19 10:38:43 +09:00
12 changed files with 148 additions and 75 deletions

View File

@@ -0,0 +1,11 @@
[
{
"timestamp": 1524073495,
"version": "0.0.3",
"changes": [
{
"note": "Dependencies updated"
}
]
}
]

View File

@@ -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

View File

@@ -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"
}
}