Skip to content

Commit c2d44e5

Browse files
author
Github Actions
committed
Publish
- @0x/contracts-asset-proxy@3.7.2 - @0x/contracts-broker@1.1.20 - @0x/contracts-coordinator@3.1.21 - @0x/contracts-dev-utils@1.3.19 - @0x/contracts-erc1155@2.1.20 - @0x/contracts-erc20@3.2.14 - @0x/contracts-erc721@3.1.20 - @0x/contracts-exchange-forwarder@4.2.21 - @0x/contracts-exchange-libs@4.3.20 - @0x/contracts-exchange@3.2.21 - @0x/contracts-extensions@6.2.15 - @0x/contracts-integrations@2.7.19 - @0x/contracts-multisig@4.1.21 - @0x/contracts-staking@2.0.28 - @0x/contracts-test-utils@5.3.17 - @0x/contracts-utils@4.6.5 - @0x/contracts-zero-ex@0.16.0 - @0x/asset-swapper@5.5.3 - @0x/contract-addresses@5.8.0 - @0x/contract-wrappers-test@12.2.32 - @0x/contract-wrappers@13.11.2 - @0x/migrations@6.5.8 - @0x/order-utils@10.4.12 - @0x/protocol-utils@1.1.2
1 parent 0efd086 commit c2d44e5

24 files changed

Lines changed: 166 additions & 166 deletions

File tree

contracts/asset-proxy/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-asset-proxy",
3-
"version": "3.7.1",
3+
"version": "3.7.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,10 +52,10 @@
5252
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/protocol",
5353
"devDependencies": {
5454
"@0x/abi-gen": "^5.4.13",
55-
"@0x/contract-wrappers": "^13.11.1",
55+
"@0x/contract-wrappers": "^13.11.2",
5656
"@0x/contracts-gen": "^2.0.24",
57-
"@0x/contracts-test-utils": "^5.3.16",
58-
"@0x/contracts-utils": "^4.6.4",
57+
"@0x/contracts-test-utils": "^5.3.17",
58+
"@0x/contracts-utils": "^4.6.5",
5959
"@0x/dev-utils": "^4.1.3",
6060
"@0x/sol-compiler": "^4.4.1",
6161
"@0x/ts-doc-gen": "^0.0.28",
@@ -80,11 +80,11 @@
8080
},
8181
"dependencies": {
8282
"@0x/base-contract": "^6.2.14",
83-
"@0x/contracts-erc1155": "^2.1.19",
84-
"@0x/contracts-erc20": "^3.2.13",
85-
"@0x/contracts-erc721": "^3.1.19",
86-
"@0x/contracts-exchange-libs": "^4.3.19",
87-
"@0x/order-utils": "^10.4.11",
83+
"@0x/contracts-erc1155": "^2.1.20",
84+
"@0x/contracts-erc20": "^3.2.14",
85+
"@0x/contracts-erc721": "^3.1.20",
86+
"@0x/contracts-exchange-libs": "^4.3.20",
87+
"@0x/order-utils": "^10.4.12",
8888
"@0x/types": "^3.3.1",
8989
"@0x/typescript-typings": "^5.1.6",
9090
"@0x/utils": "^6.1.1",

contracts/broker/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-broker",
3-
"version": "1.1.19",
3+
"version": "1.1.20",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -52,14 +52,14 @@
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.7.1",
56-
"@0x/contracts-erc20": "^3.2.13",
57-
"@0x/contracts-erc721": "^3.1.19",
58-
"@0x/contracts-exchange": "^3.2.20",
59-
"@0x/contracts-exchange-libs": "^4.3.19",
55+
"@0x/contracts-asset-proxy": "^3.7.2",
56+
"@0x/contracts-erc20": "^3.2.14",
57+
"@0x/contracts-erc721": "^3.1.20",
58+
"@0x/contracts-exchange": "^3.2.21",
59+
"@0x/contracts-exchange-libs": "^4.3.20",
6060
"@0x/contracts-gen": "^2.0.24",
61-
"@0x/contracts-test-utils": "^5.3.16",
62-
"@0x/contracts-utils": "^4.6.4",
61+
"@0x/contracts-test-utils": "^5.3.17",
62+
"@0x/contracts-utils": "^4.6.5",
6363
"@0x/sol-compiler": "^4.4.1",
6464
"@0x/ts-doc-gen": "^0.0.28",
6565
"@0x/tslint-config": "^4.1.3",
@@ -85,7 +85,7 @@
8585
},
8686
"dependencies": {
8787
"@0x/base-contract": "^6.2.14",
88-
"@0x/order-utils": "^10.4.11",
88+
"@0x/order-utils": "^10.4.12",
8989
"@0x/typescript-typings": "^5.1.6",
9090
"@0x/utils": "^6.1.1",
9191
"ethereum-types": "^3.4.0"

contracts/coordinator/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-coordinator",
3-
"version": "3.1.20",
3+
"version": "3.1.21",
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.7.1",
57-
"@0x/contracts-dev-utils": "^1.3.18",
58-
"@0x/contracts-erc20": "^3.2.13",
56+
"@0x/contracts-asset-proxy": "^3.7.2",
57+
"@0x/contracts-dev-utils": "^1.3.19",
58+
"@0x/contracts-erc20": "^3.2.14",
5959
"@0x/contracts-gen": "^2.0.24",
6060
"@0x/dev-utils": "^4.1.3",
61-
"@0x/order-utils": "^10.4.11",
61+
"@0x/order-utils": "^10.4.12",
6262
"@0x/sol-compiler": "^4.4.1",
6363
"@0x/ts-doc-gen": "^0.0.28",
6464
"@0x/tslint-config": "^4.1.3",
@@ -84,10 +84,10 @@
8484
"dependencies": {
8585
"@0x/assert": "^3.0.19",
8686
"@0x/base-contract": "^6.2.14",
87-
"@0x/contract-addresses": "^5.7.0",
88-
"@0x/contracts-exchange": "^3.2.20",
89-
"@0x/contracts-test-utils": "^5.3.16",
90-
"@0x/contracts-utils": "^4.6.4",
87+
"@0x/contract-addresses": "^5.8.0",
88+
"@0x/contracts-exchange": "^3.2.21",
89+
"@0x/contracts-test-utils": "^5.3.17",
90+
"@0x/contracts-utils": "^4.6.5",
9191
"@0x/json-schemas": "^5.3.4",
9292
"@0x/types": "^3.3.1",
9393
"@0x/typescript-typings": "^5.1.6",

contracts/dev-utils/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-dev-utils",
3-
"version": "1.3.18",
3+
"version": "1.3.19",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -43,10 +43,10 @@
4343
"devDependencies": {
4444
"@0x/abi-gen": "^5.4.13",
4545
"@0x/assert": "^3.0.19",
46-
"@0x/contracts-asset-proxy": "^3.7.1",
47-
"@0x/contracts-erc20": "^3.2.13",
46+
"@0x/contracts-asset-proxy": "^3.7.2",
47+
"@0x/contracts-erc20": "^3.2.14",
4848
"@0x/contracts-gen": "^2.0.24",
49-
"@0x/contracts-test-utils": "^5.3.16",
49+
"@0x/contracts-test-utils": "^5.3.17",
5050
"@0x/sol-compiler": "^4.4.1",
5151
"@0x/ts-doc-gen": "^0.0.28",
5252
"@0x/tslint-config": "^4.1.3",

contracts/erc1155/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-erc1155",
3-
"version": "2.1.19",
3+
"version": "2.1.20",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@0x/abi-gen": "^5.4.13",
5656
"@0x/contracts-gen": "^2.0.24",
57-
"@0x/contracts-utils": "^4.6.4",
57+
"@0x/contracts-utils": "^4.6.5",
5858
"@0x/dev-utils": "^4.1.3",
5959
"@0x/sol-compiler": "^4.4.1",
6060
"@0x/ts-doc-gen": "^0.0.28",
@@ -81,7 +81,7 @@
8181
},
8282
"dependencies": {
8383
"@0x/base-contract": "^6.2.14",
84-
"@0x/contracts-test-utils": "^5.3.16",
84+
"@0x/contracts-test-utils": "^5.3.17",
8585
"@0x/utils": "^6.1.1",
8686
"@0x/web3-wrapper": "^7.3.0",
8787
"lodash": "^4.17.11"

contracts/erc20/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-erc20",
3-
"version": "3.2.13",
3+
"version": "3.2.14",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -53,8 +53,8 @@
5353
"devDependencies": {
5454
"@0x/abi-gen": "^5.4.13",
5555
"@0x/contracts-gen": "^2.0.24",
56-
"@0x/contracts-test-utils": "^5.3.16",
57-
"@0x/contracts-utils": "^4.6.4",
56+
"@0x/contracts-test-utils": "^5.3.17",
57+
"@0x/contracts-utils": "^4.6.5",
5858
"@0x/dev-utils": "^4.1.3",
5959
"@0x/sol-compiler": "^4.4.1",
6060
"@0x/ts-doc-gen": "^0.0.28",

contracts/erc721/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-erc721",
3-
"version": "3.1.19",
3+
"version": "3.1.20",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -54,8 +54,8 @@
5454
"devDependencies": {
5555
"@0x/abi-gen": "^5.4.13",
5656
"@0x/contracts-gen": "^2.0.24",
57-
"@0x/contracts-test-utils": "^5.3.16",
58-
"@0x/contracts-utils": "^4.6.4",
57+
"@0x/contracts-test-utils": "^5.3.17",
58+
"@0x/contracts-utils": "^4.6.5",
5959
"@0x/dev-utils": "^4.1.3",
6060
"@0x/sol-compiler": "^4.4.1",
6161
"@0x/ts-doc-gen": "^0.0.28",

contracts/exchange-forwarder/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-exchange-forwarder",
3-
"version": "4.2.20",
3+
"version": "4.2.21",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -53,18 +53,18 @@
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.7.1",
57-
"@0x/contracts-dev-utils": "^1.3.18",
58-
"@0x/contracts-erc1155": "^2.1.19",
59-
"@0x/contracts-erc20": "^3.2.13",
60-
"@0x/contracts-erc721": "^3.1.19",
61-
"@0x/contracts-exchange": "^3.2.20",
62-
"@0x/contracts-exchange-libs": "^4.3.19",
56+
"@0x/contracts-asset-proxy": "^3.7.2",
57+
"@0x/contracts-dev-utils": "^1.3.19",
58+
"@0x/contracts-erc1155": "^2.1.20",
59+
"@0x/contracts-erc20": "^3.2.14",
60+
"@0x/contracts-erc721": "^3.1.20",
61+
"@0x/contracts-exchange": "^3.2.21",
62+
"@0x/contracts-exchange-libs": "^4.3.20",
6363
"@0x/contracts-gen": "^2.0.24",
64-
"@0x/contracts-test-utils": "^5.3.16",
65-
"@0x/contracts-utils": "^4.6.4",
64+
"@0x/contracts-test-utils": "^5.3.17",
65+
"@0x/contracts-utils": "^4.6.5",
6666
"@0x/dev-utils": "^4.1.3",
67-
"@0x/order-utils": "^10.4.11",
67+
"@0x/order-utils": "^10.4.12",
6868
"@0x/sol-compiler": "^4.4.1",
6969
"@0x/ts-doc-gen": "^0.0.28",
7070
"@0x/tslint-config": "^4.1.3",

contracts/exchange-libs/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-libs",
3-
"version": "4.3.19",
3+
"version": "4.3.20",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -81,9 +81,9 @@
8181
},
8282
"dependencies": {
8383
"@0x/base-contract": "^6.2.14",
84-
"@0x/contracts-test-utils": "^5.3.16",
85-
"@0x/contracts-utils": "^4.6.4",
86-
"@0x/order-utils": "^10.4.11",
84+
"@0x/contracts-test-utils": "^5.3.17",
85+
"@0x/contracts-utils": "^4.6.5",
86+
"@0x/order-utils": "^10.4.12",
8787
"@0x/types": "^3.3.1",
8888
"@0x/typescript-typings": "^5.1.6",
8989
"@0x/utils": "^6.1.1",

contracts/exchange/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-exchange",
3-
"version": "3.2.20",
3+
"version": "3.2.21",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -53,13 +53,13 @@
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.7.1",
57-
"@0x/contracts-exchange-libs": "^4.3.19",
56+
"@0x/contracts-asset-proxy": "^3.7.2",
57+
"@0x/contracts-exchange-libs": "^4.3.20",
5858
"@0x/contracts-gen": "^2.0.24",
59-
"@0x/contracts-multisig": "^4.1.20",
60-
"@0x/contracts-staking": "^2.0.27",
61-
"@0x/contracts-test-utils": "^5.3.16",
62-
"@0x/contracts-utils": "^4.6.4",
59+
"@0x/contracts-multisig": "^4.1.21",
60+
"@0x/contracts-staking": "^2.0.28",
61+
"@0x/contracts-test-utils": "^5.3.17",
62+
"@0x/contracts-utils": "^4.6.5",
6363
"@0x/dev-utils": "^4.1.3",
6464
"@0x/sol-compiler": "^4.4.1",
6565
"@0x/ts-doc-gen": "^0.0.28",
@@ -89,11 +89,11 @@
8989
},
9090
"dependencies": {
9191
"@0x/base-contract": "^6.2.14",
92-
"@0x/contracts-dev-utils": "^1.3.18",
93-
"@0x/contracts-erc1155": "^2.1.19",
94-
"@0x/contracts-erc20": "^3.2.13",
95-
"@0x/contracts-erc721": "^3.1.19",
96-
"@0x/order-utils": "^10.4.11",
92+
"@0x/contracts-dev-utils": "^1.3.19",
93+
"@0x/contracts-erc1155": "^2.1.20",
94+
"@0x/contracts-erc20": "^3.2.14",
95+
"@0x/contracts-erc721": "^3.1.20",
96+
"@0x/order-utils": "^10.4.12",
9797
"@0x/utils": "^6.1.1",
9898
"lodash": "^4.17.11"
9999
},

0 commit comments

Comments
 (0)