Skip to content

Commit 0eff254

Browse files
author
Github Actions
committed

File tree

14 files changed

+59
-59
lines changed

14 files changed

+59
-59
lines changed

contracts/asset-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-asset-proxy",
3-
"version": "3.6.9",
3+
"version": "3.7.0",
44
"engines": {
55
"node": ">=6.12"
66
},

contracts/broker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-broker",
3-
"version": "1.1.17",
3+
"version": "1.1.18",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,10 +52,10 @@
5252
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
5353
"devDependencies": {
5454
"@0x/abi-gen": "^5.4.13",
55-
"@0x/contracts-asset-proxy": "^3.6.9",
55+
"@0x/contracts-asset-proxy": "^3.7.0",
5656
"@0x/contracts-erc20": "^3.2.12",
5757
"@0x/contracts-erc721": "^3.1.18",
58-
"@0x/contracts-exchange": "^3.2.18",
58+
"@0x/contracts-exchange": "^3.2.19",
5959
"@0x/contracts-exchange-libs": "^4.3.18",
6060
"@0x/contracts-gen": "^2.0.24",
6161
"@0x/contracts-test-utils": "^5.3.15",

contracts/coordinator/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-coordinator",
3-
"version": "3.1.18",
3+
"version": "3.1.19",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -53,8 +53,8 @@
5353
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
5454
"devDependencies": {
5555
"@0x/abi-gen": "^5.4.13",
56-
"@0x/contracts-asset-proxy": "^3.6.9",
57-
"@0x/contracts-dev-utils": "^1.3.16",
56+
"@0x/contracts-asset-proxy": "^3.7.0",
57+
"@0x/contracts-dev-utils": "^1.3.17",
5858
"@0x/contracts-erc20": "^3.2.12",
5959
"@0x/contracts-gen": "^2.0.24",
6060
"@0x/dev-utils": "^4.1.3",
@@ -85,7 +85,7 @@
8585
"@0x/assert": "^3.0.19",
8686
"@0x/base-contract": "^6.2.14",
8787
"@0x/contract-addresses": "^5.6.0",
88-
"@0x/contracts-exchange": "^3.2.18",
88+
"@0x/contracts-exchange": "^3.2.19",
8989
"@0x/contracts-test-utils": "^5.3.15",
9090
"@0x/contracts-utils": "^4.6.3",
9191
"@0x/json-schemas": "^5.3.4",

contracts/dev-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-dev-utils",
3-
"version": "1.3.16",
3+
"version": "1.3.17",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@0x/abi-gen": "^5.4.13",
4545
"@0x/assert": "^3.0.19",
46-
"@0x/contracts-asset-proxy": "^3.6.9",
46+
"@0x/contracts-asset-proxy": "^3.7.0",
4747
"@0x/contracts-erc20": "^3.2.12",
4848
"@0x/contracts-gen": "^2.0.24",
4949
"@0x/contracts-test-utils": "^5.3.15",

contracts/exchange-forwarder/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-exchange-forwarder",
3-
"version": "4.2.18",
3+
"version": "4.2.19",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -53,12 +53,12 @@
5353
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
5454
"devDependencies": {
5555
"@0x/abi-gen": "^5.4.13",
56-
"@0x/contracts-asset-proxy": "^3.6.9",
57-
"@0x/contracts-dev-utils": "^1.3.16",
56+
"@0x/contracts-asset-proxy": "^3.7.0",
57+
"@0x/contracts-dev-utils": "^1.3.17",
5858
"@0x/contracts-erc1155": "^2.1.18",
5959
"@0x/contracts-erc20": "^3.2.12",
6060
"@0x/contracts-erc721": "^3.1.18",
61-
"@0x/contracts-exchange": "^3.2.18",
61+
"@0x/contracts-exchange": "^3.2.19",
6262
"@0x/contracts-exchange-libs": "^4.3.18",
6363
"@0x/contracts-gen": "^2.0.24",
6464
"@0x/contracts-test-utils": "^5.3.15",

contracts/exchange/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-exchange",
3-
"version": "3.2.18",
3+
"version": "3.2.19",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -53,11 +53,11 @@
5353
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/protocol",
5454
"devDependencies": {
5555
"@0x/abi-gen": "^5.4.13",
56-
"@0x/contracts-asset-proxy": "^3.6.9",
56+
"@0x/contracts-asset-proxy": "^3.7.0",
5757
"@0x/contracts-exchange-libs": "^4.3.18",
5858
"@0x/contracts-gen": "^2.0.24",
59-
"@0x/contracts-multisig": "^4.1.18",
60-
"@0x/contracts-staking": "^2.0.25",
59+
"@0x/contracts-multisig": "^4.1.19",
60+
"@0x/contracts-staking": "^2.0.26",
6161
"@0x/contracts-test-utils": "^5.3.15",
6262
"@0x/contracts-utils": "^4.6.3",
6363
"@0x/dev-utils": "^4.1.3",
@@ -89,7 +89,7 @@
8989
},
9090
"dependencies": {
9191
"@0x/base-contract": "^6.2.14",
92-
"@0x/contracts-dev-utils": "^1.3.16",
92+
"@0x/contracts-dev-utils": "^1.3.17",
9393
"@0x/contracts-erc1155": "^2.1.18",
9494
"@0x/contracts-erc20": "^3.2.12",
9595
"@0x/contracts-erc721": "^3.1.18",

contracts/extensions/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-extensions",
3-
"version": "6.2.12",
3+
"version": "6.2.13",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -53,11 +53,11 @@
5353
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
5454
"devDependencies": {
5555
"@0x/abi-gen": "^5.4.13",
56-
"@0x/contracts-asset-proxy": "^3.6.9",
57-
"@0x/contracts-dev-utils": "^1.3.16",
56+
"@0x/contracts-asset-proxy": "^3.7.0",
57+
"@0x/contracts-dev-utils": "^1.3.17",
5858
"@0x/contracts-erc20": "^3.2.12",
5959
"@0x/contracts-erc721": "^3.1.18",
60-
"@0x/contracts-exchange": "^3.2.18",
60+
"@0x/contracts-exchange": "^3.2.19",
6161
"@0x/contracts-exchange-libs": "^4.3.18",
6262
"@0x/contracts-gen": "^2.0.24",
6363
"@0x/contracts-utils": "^4.6.3",

contracts/integrations/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-integrations",
3-
"version": "2.7.15",
3+
"version": "2.7.16",
44
"private": true,
55
"engines": {
66
"node": ">=6.12"
@@ -55,17 +55,17 @@
5555
"@0x/abi-gen": "^5.4.13",
5656
"@0x/contract-addresses": "^5.6.0",
5757
"@0x/contract-wrappers": "^13.11.0",
58-
"@0x/contracts-broker": "^1.1.17",
59-
"@0x/contracts-coordinator": "^3.1.18",
60-
"@0x/contracts-dev-utils": "^1.3.16",
61-
"@0x/contracts-exchange-forwarder": "^4.2.18",
58+
"@0x/contracts-broker": "^1.1.18",
59+
"@0x/contracts-coordinator": "^3.1.19",
60+
"@0x/contracts-dev-utils": "^1.3.17",
61+
"@0x/contracts-exchange-forwarder": "^4.2.19",
6262
"@0x/contracts-exchange-libs": "^4.3.18",
63-
"@0x/contracts-extensions": "^6.2.12",
63+
"@0x/contracts-extensions": "^6.2.13",
6464
"@0x/contracts-gen": "^2.0.24",
6565
"@0x/contracts-utils": "^4.6.3",
6666
"@0x/coordinator-server": "^1.0.5",
6767
"@0x/dev-utils": "^4.1.3",
68-
"@0x/migrations": "^6.5.4",
68+
"@0x/migrations": "^6.5.5",
6969
"@0x/order-utils": "^10.4.10",
7070
"@0x/protocol-utils": "^1.0.1",
7171
"@0x/sol-compiler": "^4.4.1",
@@ -93,17 +93,17 @@
9393
"typescript": "3.0.1"
9494
},
9595
"dependencies": {
96-
"@0x/asset-swapper": "^5.4.2",
96+
"@0x/asset-swapper": "^5.5.0",
9797
"@0x/base-contract": "^6.2.14",
98-
"@0x/contracts-asset-proxy": "^3.6.9",
98+
"@0x/contracts-asset-proxy": "^3.7.0",
9999
"@0x/contracts-erc1155": "^2.1.18",
100100
"@0x/contracts-erc20": "^3.2.12",
101101
"@0x/contracts-erc721": "^3.1.18",
102-
"@0x/contracts-exchange": "^3.2.18",
103-
"@0x/contracts-multisig": "^4.1.18",
104-
"@0x/contracts-staking": "^2.0.25",
102+
"@0x/contracts-exchange": "^3.2.19",
103+
"@0x/contracts-multisig": "^4.1.19",
104+
"@0x/contracts-staking": "^2.0.26",
105105
"@0x/contracts-test-utils": "^5.3.15",
106-
"@0x/contracts-zero-ex": "^0.12.0",
106+
"@0x/contracts-zero-ex": "^0.13.0",
107107
"@0x/subproviders": "^6.2.3",
108108
"@0x/types": "^3.3.1",
109109
"@0x/typescript-typings": "^5.1.6",

contracts/multisig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-multisig",
3-
"version": "4.1.18",
3+
"version": "4.1.19",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -50,7 +50,7 @@
5050
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/multisig",
5151
"devDependencies": {
5252
"@0x/abi-gen": "^5.4.13",
53-
"@0x/contracts-asset-proxy": "^3.6.9",
53+
"@0x/contracts-asset-proxy": "^3.7.0",
5454
"@0x/contracts-erc20": "^3.2.12",
5555
"@0x/contracts-gen": "^2.0.24",
5656
"@0x/contracts-test-utils": "^5.3.15",

contracts/staking/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-staking",
3-
"version": "2.0.25",
3+
"version": "2.0.26",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -54,8 +54,8 @@
5454
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/tokens",
5555
"devDependencies": {
5656
"@0x/abi-gen": "^5.4.13",
57-
"@0x/contracts-asset-proxy": "^3.6.9",
58-
"@0x/contracts-dev-utils": "^1.3.16",
57+
"@0x/contracts-asset-proxy": "^3.7.0",
58+
"@0x/contracts-dev-utils": "^1.3.17",
5959
"@0x/contracts-erc20": "^3.2.12",
6060
"@0x/contracts-exchange-libs": "^4.3.18",
6161
"@0x/contracts-gen": "^2.0.24",

0 commit comments

Comments
 (0)