diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/order-utils/package.json | 2 | ||||
-rw-r--r-- | packages/types/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 0b0686954..50f7e7c14 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -70,7 +70,7 @@ "@0xproject/base-contract": "^0.3.2", "@0xproject/json-schemas": "0.7.24", "@0xproject/sol-compiler": "^0.5.0", - "@0xproject/types": "^0.7.1", + "@0xproject/types": "^1.0.0", "@0xproject/typescript-typings": "^0.3.2", "@0xproject/utils": "^0.6.2", "@0xproject/web3-wrapper": "^0.6.4", diff --git a/packages/types/package.json b/packages/types/package.json index d9afe5afc..e70546bd3 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/types", - "version": "0.7.1", + "version": "1.0.0", "engines": { "node": ">=6.12" }, |