Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 26 changed files with 101 additions and 101 deletions.
12 changes: 6 additions & 6 deletions contracts/asset-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-asset-proxy",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -64,11 +64,11 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/contracts-erc20": "^1.0.3",
"@0x/contracts-erc721": "^1.0.3",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/contracts-utils": "^2.0.2",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions contracts/erc20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
Expand All @@ -65,8 +65,8 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-utils": "^2.0.1",
"@0x/contracts-exchange-libs": "^1.0.3",
"@0x/contracts-utils": "^2.0.2",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",
Expand Down
6 changes: 3 additions & 3 deletions contracts/erc721/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc721",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
Expand All @@ -65,7 +65,7 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/contracts-utils": "^2.0.2",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",
Expand Down
20 changes: 10 additions & 10 deletions contracts/exchange-forwarder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-forwarder",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,8 +45,8 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contract-wrappers": "^7.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
Expand All @@ -66,13 +66,13 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-exchange": "^1.0.2",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/contracts-asset-proxy": "^1.0.3",
"@0x/contracts-erc20": "^1.0.3",
"@0x/contracts-erc721": "^1.0.3",
"@0x/contracts-exchange": "^1.0.3",
"@0x/contracts-exchange-libs": "^1.0.3",
"@0x/contracts-utils": "^2.0.2",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions contracts/exchange-libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-libs",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
Expand All @@ -65,8 +65,8 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/contracts-utils": "^2.0.2",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",
Expand Down
16 changes: 8 additions & 8 deletions contracts/exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -64,13 +64,13 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/contracts-asset-proxy": "^1.0.3",
"@0x/contracts-erc20": "^1.0.3",
"@0x/contracts-erc721": "^1.0.3",
"@0x/contracts-exchange-libs": "^1.0.3",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/contracts-utils": "^2.0.2",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",
Expand Down
20 changes: 10 additions & 10 deletions contracts/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-extensions",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,8 +45,8 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contract-wrappers": "^7.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
Expand All @@ -66,13 +66,13 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-erc721": "^1.0.2",
"@0x/contracts-exchange": "^1.0.2",
"@0x/contracts-exchange-libs": "^1.0.2",
"@0x/contracts-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/contracts-asset-proxy": "^1.0.3",
"@0x/contracts-erc20": "^1.0.3",
"@0x/contracts-erc721": "^1.0.3",
"@0x/contracts-exchange": "^1.0.3",
"@0x/contracts-exchange-libs": "^1.0.3",
"@0x/contracts-utils": "^2.0.2",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions contracts/multisig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-multisig",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
Expand All @@ -65,8 +65,8 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/contracts-asset-proxy": "^1.0.2",
"@0x/contracts-erc20": "^1.0.2",
"@0x/contracts-asset-proxy": "^1.0.3",
"@0x/contracts-erc20": "^1.0.3",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions contracts/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-test-utils",
"version": "3.0.1",
"version": "3.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/dev-utils": "^2.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/sol-compiler": "^3.0.1",
"@0x/sol-coverage": "^2.0.1",
"@0x/sol-profiler": "^2.0.2",
Expand Down
6 changes: 3 additions & 3 deletions contracts/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-utils",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
Expand All @@ -66,7 +66,7 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/0x.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "4.0.1",
"version": "4.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"@0x/abi-gen-wrappers": "^3.0.1",
"@0x/contract-addresses": "^2.2.1",
"@0x/dev-utils": "^2.0.1",
"@0x/migrations": "^3.0.1",
"@0x/migrations": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
Expand Down Expand Up @@ -74,9 +74,9 @@
"dependencies": {
"@0x/assert": "^2.0.1",
"@0x/base-contract": "^4.0.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/order-utils": "^5.0.0",
"@0x/order-watcher": "^3.0.1",
"@0x/contract-wrappers": "^7.0.1",
"@0x/order-utils": "^6.0.0",
"@0x/order-watcher": "^3.0.2",
"@0x/subproviders": "^3.0.1",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/asset-buyer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/asset-buyer",
"version": "5.0.1",
"version": "5.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -37,10 +37,10 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
"dependencies": {
"@0x/assert": "^2.0.1",
"@0x/connect": "^4.0.1",
"@0x/contract-wrappers": "^7.0.0",
"@0x/connect": "^4.0.2",
"@0x/contract-wrappers": "^7.0.1",
"@0x/json-schemas": "^3.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/subproviders": "^3.0.1",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/connect",
"version": "4.0.1",
"version": "4.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@0x/assert": "^2.0.1",
"@0x/json-schemas": "^3.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/contract-wrappers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers",
"version": "7.0.0",
"version": "7.0.1",
"description": "Smart TS wrappers for 0x smart contracts",
"keywords": [
"0xproject",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@0x/dev-utils": "^2.0.1",
"@0x/migrations": "^3.0.1",
"@0x/migrations": "^3.0.2",
"@0x/subproviders": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
Expand Down Expand Up @@ -69,10 +69,10 @@
"@0x/assert": "^2.0.1",
"@0x/contract-addresses": "^2.2.1",
"@0x/contract-artifacts": "^1.3.0",
"@0x/contracts-test-utils": "^3.0.1",
"@0x/fill-scenarios": "^2.0.1",
"@0x/contracts-test-utils": "^3.0.2",
"@0x/fill-scenarios": "^2.0.2",
"@0x/json-schemas": "^3.0.1",
"@0x/order-utils": "^5.0.0",
"@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",
Expand Down
Loading

0 comments on commit 2a344e2

Please sign in to comment.