Skip to content

Commit 7fd25be

Browse files
author
Github Actions
committed
Publish
- @0x/contracts-asset-proxy@3.7.1 - @0x/contracts-broker@1.1.19 - @0x/contracts-coordinator@3.1.20 - @0x/contracts-dev-utils@1.3.18 - @0x/contracts-erc1155@2.1.19 - @0x/contracts-erc20@3.2.13 - @0x/contracts-erc721@3.1.19 - @0x/contracts-exchange-forwarder@4.2.20 - @0x/contracts-exchange-libs@4.3.19 - @0x/contracts-exchange@3.2.20 - @0x/contracts-extensions@6.2.14 - @0x/contracts-integrations@2.7.18 - @0x/contracts-multisig@4.1.20 - @0x/contracts-staking@2.0.27 - @0x/contracts-test-utils@5.3.16 - @0x/contracts-utils@4.6.4 - @0x/contracts-zero-ex@0.15.0 - @0x/asset-swapper@5.5.2 - @0x/contract-addresses@5.7.0 - @0x/contract-wrappers-test@12.2.31 - @0x/contract-wrappers@13.11.1 - @0x/migrations@6.5.7 - @0x/order-utils@10.4.11 - @0x/protocol-utils@1.1.1
1 parent aa688c4 commit 7fd25be

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.0",
3+
"version": "3.7.1",
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.0",
55+
"@0x/contract-wrappers": "^13.11.1",
5656
"@0x/contracts-gen": "^2.0.24",
57-
"@0x/contracts-test-utils": "^5.3.15",
58-
"@0x/contracts-utils": "^4.6.3",
57+
"@0x/contracts-test-utils": "^5.3.16",
58+
"@0x/contracts-utils": "^4.6.4",
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.18",
84-
"@0x/contracts-erc20": "^3.2.12",
85-
"@0x/contracts-erc721": "^3.1.18",
86-
"@0x/contracts-exchange-libs": "^4.3.18",
87-
"@0x/order-utils": "^10.4.10",
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",
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.18",
3+
"version": "1.1.19",
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.0",
56-
"@0x/contracts-erc20": "^3.2.12",
57-
"@0x/contracts-erc721": "^3.1.18",
58-
"@0x/contracts-exchange": "^3.2.19",
59-
"@0x/contracts-exchange-libs": "^4.3.18",
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",
6060
"@0x/contracts-gen": "^2.0.24",
61-
"@0x/contracts-test-utils": "^5.3.15",
62-
"@0x/contracts-utils": "^4.6.3",
61+
"@0x/contracts-test-utils": "^5.3.16",
62+
"@0x/contracts-utils": "^4.6.4",
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.10",
88+
"@0x/order-utils": "^10.4.11",
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.19",
3+
"version": "3.1.20",
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.0",
57-
"@0x/contracts-dev-utils": "^1.3.17",
58-
"@0x/contracts-erc20": "^3.2.12",
56+
"@0x/contracts-asset-proxy": "^3.7.1",
57+
"@0x/contracts-dev-utils": "^1.3.18",
58+
"@0x/contracts-erc20": "^3.2.13",
5959
"@0x/contracts-gen": "^2.0.24",
6060
"@0x/dev-utils": "^4.1.3",
61-
"@0x/order-utils": "^10.4.10",
61+
"@0x/order-utils": "^10.4.11",
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.6.0",
88-
"@0x/contracts-exchange": "^3.2.19",
89-
"@0x/contracts-test-utils": "^5.3.15",
90-
"@0x/contracts-utils": "^4.6.3",
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",
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.17",
3+
"version": "1.3.18",
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.0",
47-
"@0x/contracts-erc20": "^3.2.12",
46+
"@0x/contracts-asset-proxy": "^3.7.1",
47+
"@0x/contracts-erc20": "^3.2.13",
4848
"@0x/contracts-gen": "^2.0.24",
49-
"@0x/contracts-test-utils": "^5.3.15",
49+
"@0x/contracts-test-utils": "^5.3.16",
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.18",
3+
"version": "2.1.19",
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.3",
57+
"@0x/contracts-utils": "^4.6.4",
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.15",
84+
"@0x/contracts-test-utils": "^5.3.16",
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.12",
3+
"version": "3.2.13",
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.15",
57-
"@0x/contracts-utils": "^4.6.3",
56+
"@0x/contracts-test-utils": "^5.3.16",
57+
"@0x/contracts-utils": "^4.6.4",
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.18",
3+
"version": "3.1.19",
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.15",
58-
"@0x/contracts-utils": "^4.6.3",
57+
"@0x/contracts-test-utils": "^5.3.16",
58+
"@0x/contracts-utils": "^4.6.4",
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.19",
3+
"version": "4.2.20",
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.0",
57-
"@0x/contracts-dev-utils": "^1.3.17",
58-
"@0x/contracts-erc1155": "^2.1.18",
59-
"@0x/contracts-erc20": "^3.2.12",
60-
"@0x/contracts-erc721": "^3.1.18",
61-
"@0x/contracts-exchange": "^3.2.19",
62-
"@0x/contracts-exchange-libs": "^4.3.18",
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",
6363
"@0x/contracts-gen": "^2.0.24",
64-
"@0x/contracts-test-utils": "^5.3.15",
65-
"@0x/contracts-utils": "^4.6.3",
64+
"@0x/contracts-test-utils": "^5.3.16",
65+
"@0x/contracts-utils": "^4.6.4",
6666
"@0x/dev-utils": "^4.1.3",
67-
"@0x/order-utils": "^10.4.10",
67+
"@0x/order-utils": "^10.4.11",
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.18",
3+
"version": "4.3.19",
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.15",
85-
"@0x/contracts-utils": "^4.6.3",
86-
"@0x/order-utils": "^10.4.10",
84+
"@0x/contracts-test-utils": "^5.3.16",
85+
"@0x/contracts-utils": "^4.6.4",
86+
"@0x/order-utils": "^10.4.11",
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.19",
3+
"version": "3.2.20",
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.0",
57-
"@0x/contracts-exchange-libs": "^4.3.18",
56+
"@0x/contracts-asset-proxy": "^3.7.1",
57+
"@0x/contracts-exchange-libs": "^4.3.19",
5858
"@0x/contracts-gen": "^2.0.24",
59-
"@0x/contracts-multisig": "^4.1.19",
60-
"@0x/contracts-staking": "^2.0.26",
61-
"@0x/contracts-test-utils": "^5.3.15",
62-
"@0x/contracts-utils": "^4.6.3",
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",
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.17",
93-
"@0x/contracts-erc1155": "^2.1.18",
94-
"@0x/contracts-erc20": "^3.2.12",
95-
"@0x/contracts-erc721": "^3.1.18",
96-
"@0x/order-utils": "^10.4.10",
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",
9797
"@0x/utils": "^6.1.1",
9898
"lodash": "^4.17.11"
9999
},

0 commit comments

Comments
 (0)