aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-25 18:33:08 +0800
committerGitHub <noreply@github.com>2018-07-25 18:33:08 +0800
commit05b35c0fdcbca7980d4195e96ec791c1c2d13398 (patch)
treea0650603ef44458500b4ecf31527776080191405 /packages/order-watcher
parentfac90c446cc3a79ffe57ae13c685e7555714cf23 (diff)
parent36b61650b3174c30b0495d0a50f1d872a4edd8d9 (diff)
downloaddexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.gz
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.bz2
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.lz
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.xz
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.zst
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.zip
Merge pull request #908 from 0xProject/publish-fixes-rc
Publish Flow Fixes For RC releases
Diffstat (limited to 'packages/order-watcher')
-rw-r--r--packages/order-watcher/CHANGELOG.json8
-rw-r--r--packages/order-watcher/package.json38
2 files changed, 27 insertions, 19 deletions
diff --git a/packages/order-watcher/CHANGELOG.json b/packages/order-watcher/CHANGELOG.json
index a8eb2ae9e..afdec1b1e 100644
--- a/packages/order-watcher/CHANGELOG.json
+++ b/packages/order-watcher/CHANGELOG.json
@@ -1,5 +1,13 @@
[
{
+ "version": "1.0.1-rc.1",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"timestamp": 1532357734,
"version": "1.0.0",
"changes": [
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json
index 2fc177db5..3e58cccc2 100644
--- a/packages/order-watcher/package.json
+++ b/packages/order-watcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/order-watcher",
- "version": "1.0.0-rc.1",
+ "version": "1.0.0",
"description": "An order watcher daemon that watches for order validity",
"keywords": [
"0x",
@@ -41,12 +41,12 @@
"node": ">=6.0.0"
},
"devDependencies": {
- "@0xproject/abi-gen": "^1.0.0",
- "@0xproject/dev-utils": "^1.0.0",
- "@0xproject/migrations": "^1.0.0",
- "@0xproject/monorepo-scripts": "^1.0.0",
- "@0xproject/sol-compiler": "^1.0.0",
- "@0xproject/tslint-config": "^1.0.0",
+ "@0xproject/abi-gen": "^1.0.1",
+ "@0xproject/dev-utils": "^1.0.1",
+ "@0xproject/migrations": "^1.0.1",
+ "@0xproject/monorepo-scripts": "^1.0.1",
+ "@0xproject/sol-compiler": "^1.0.1",
+ "@0xproject/tslint-config": "^1.0.1",
"@types/bintrees": "^1.0.2",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
@@ -71,19 +71,19 @@
"typescript": "2.7.1"
},
"dependencies": {
- "@0xproject/assert": "^1.0.0",
- "@0xproject/base-contract": "^1.0.0",
- "@0xproject/contract-wrappers": "^1.0.0-rc.1",
- "@0xproject/fill-scenarios": "^1.0.0-rc.1",
- "@0xproject/json-schemas": "^1.0.0-rc.1",
- "@0xproject/order-utils": "^1.0.0-rc.1",
- "@0xproject/types": "^1.0.0-rc.1",
- "@0xproject/typescript-typings": "^1.0.0",
- "@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^1.0.0",
- "ethereumjs-blockstream": "5.0.0",
- "ethereum-types": "^1.0.0",
+ "@0xproject/assert": "^1.0.1",
+ "@0xproject/base-contract": "^1.0.1",
+ "@0xproject/contract-wrappers": "^1.0.0",
+ "@0xproject/fill-scenarios": "^1.0.0",
+ "@0xproject/json-schemas": "^1.0.0",
+ "@0xproject/order-utils": "^1.0.0",
+ "@0xproject/types": "^1.0.0",
+ "@0xproject/typescript-typings": "^1.0.1",
+ "@0xproject/utils": "^1.0.1",
+ "@0xproject/web3-wrapper": "^1.0.1",
"bintrees": "^1.0.2",
+ "ethereum-types": "^1.0.1",
+ "ethereumjs-blockstream": "5.0.0",
"ethers": "3.0.22",
"lodash": "^4.17.4"
},