Skip to content

Commit fb249f0

Browse files
author
Github Actions
committed
Publish
- @0x/contracts-asset-proxy@3.7.11 - @0x/contracts-broker@1.1.29 - @0x/contracts-coordinator@3.1.30 - @0x/contracts-dev-utils@1.3.28 - @0x/contracts-erc1155@2.1.29 - @0x/contracts-erc20@3.3.8 - @0x/contracts-erc721@3.1.29 - @0x/contracts-exchange-forwarder@4.2.30 - @0x/contracts-exchange-libs@4.3.29 - @0x/contracts-exchange@3.2.30 - @0x/contracts-extensions@6.2.24 - @0x/contracts-integrations@2.7.40 - @0x/contracts-multisig@4.1.30 - @0x/contracts-staking@2.0.37 - @0x/contracts-test-utils@5.4.0 - @0x/contracts-treasury@1.1.6 - @0x/contracts-utils@4.7.8 - @0x/contracts-zero-ex@0.23.0 - @0x/asset-swapper@6.10.0 - @0x/contract-addresses@6.1.0 - @0x/contract-artifacts@3.14.2 - @0x/contract-wrappers-test@12.2.45 - @0x/contract-wrappers@13.16.1 - @0x/migrations@8.0.6 - @0x/order-utils@10.4.21 - @0x/protocol-utils@1.6.0
1 parent fdf04ef commit fb249f0

26 files changed

Lines changed: 174 additions & 174 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.10",
3+
"version": "3.7.11",
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.6.0",
55-
"@0x/contract-wrappers": "^13.16.0",
55+
"@0x/contract-wrappers": "^13.16.1",
5656
"@0x/contracts-gen": "^2.0.38",
57-
"@0x/contracts-test-utils": "^5.3.25",
58-
"@0x/contracts-utils": "^4.7.7",
57+
"@0x/contracts-test-utils": "^5.4.0",
58+
"@0x/contracts-utils": "^4.7.8",
5959
"@0x/dev-utils": "^4.2.7",
6060
"@0x/sol-compiler": "^4.7.3",
6161
"@0x/ts-doc-gen": "^0.0.28",
@@ -80,11 +80,11 @@
8080
},
8181
"dependencies": {
8282
"@0x/base-contract": "^6.4.0",
83-
"@0x/contracts-erc1155": "^2.1.28",
84-
"@0x/contracts-erc20": "^3.3.7",
85-
"@0x/contracts-erc721": "^3.1.28",
86-
"@0x/contracts-exchange-libs": "^4.3.28",
87-
"@0x/order-utils": "^10.4.20",
83+
"@0x/contracts-erc1155": "^2.1.29",
84+
"@0x/contracts-erc20": "^3.3.8",
85+
"@0x/contracts-erc721": "^3.1.29",
86+
"@0x/contracts-exchange-libs": "^4.3.29",
87+
"@0x/order-utils": "^10.4.21",
8888
"@0x/types": "^3.3.3",
8989
"@0x/typescript-typings": "^5.2.0",
9090
"@0x/utils": "^6.4.3",

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.28",
3+
"version": "1.1.29",
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.6.0",
55-
"@0x/contracts-asset-proxy": "^3.7.10",
56-
"@0x/contracts-erc20": "^3.3.7",
57-
"@0x/contracts-erc721": "^3.1.28",
58-
"@0x/contracts-exchange": "^3.2.29",
59-
"@0x/contracts-exchange-libs": "^4.3.28",
55+
"@0x/contracts-asset-proxy": "^3.7.11",
56+
"@0x/contracts-erc20": "^3.3.8",
57+
"@0x/contracts-erc721": "^3.1.29",
58+
"@0x/contracts-exchange": "^3.2.30",
59+
"@0x/contracts-exchange-libs": "^4.3.29",
6060
"@0x/contracts-gen": "^2.0.38",
61-
"@0x/contracts-test-utils": "^5.3.25",
62-
"@0x/contracts-utils": "^4.7.7",
61+
"@0x/contracts-test-utils": "^5.4.0",
62+
"@0x/contracts-utils": "^4.7.8",
6363
"@0x/sol-compiler": "^4.7.3",
6464
"@0x/ts-doc-gen": "^0.0.28",
6565
"@0x/tslint-config": "^4.1.4",
@@ -85,7 +85,7 @@
8585
},
8686
"dependencies": {
8787
"@0x/base-contract": "^6.4.0",
88-
"@0x/order-utils": "^10.4.20",
88+
"@0x/order-utils": "^10.4.21",
8989
"@0x/typescript-typings": "^5.2.0",
9090
"@0x/utils": "^6.4.3",
9191
"ethereum-types": "^3.5.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.29",
3+
"version": "3.1.30",
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.6.0",
56-
"@0x/contracts-asset-proxy": "^3.7.10",
57-
"@0x/contracts-dev-utils": "^1.3.27",
58-
"@0x/contracts-erc20": "^3.3.7",
56+
"@0x/contracts-asset-proxy": "^3.7.11",
57+
"@0x/contracts-dev-utils": "^1.3.28",
58+
"@0x/contracts-erc20": "^3.3.8",
5959
"@0x/contracts-gen": "^2.0.38",
6060
"@0x/dev-utils": "^4.2.7",
61-
"@0x/order-utils": "^10.4.20",
61+
"@0x/order-utils": "^10.4.21",
6262
"@0x/sol-compiler": "^4.7.3",
6363
"@0x/ts-doc-gen": "^0.0.28",
6464
"@0x/tslint-config": "^4.1.4",
@@ -84,10 +84,10 @@
8484
"dependencies": {
8585
"@0x/assert": "^3.0.27",
8686
"@0x/base-contract": "^6.4.0",
87-
"@0x/contract-addresses": "^6.0.0",
88-
"@0x/contracts-exchange": "^3.2.29",
89-
"@0x/contracts-test-utils": "^5.3.25",
90-
"@0x/contracts-utils": "^4.7.7",
87+
"@0x/contract-addresses": "^6.1.0",
88+
"@0x/contracts-exchange": "^3.2.30",
89+
"@0x/contracts-test-utils": "^5.4.0",
90+
"@0x/contracts-utils": "^4.7.8",
9191
"@0x/json-schemas": "^6.1.3",
9292
"@0x/types": "^3.3.3",
9393
"@0x/typescript-typings": "^5.2.0",

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.27",
3+
"version": "1.3.28",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -43,10 +43,10 @@
4343
"devDependencies": {
4444
"@0x/abi-gen": "^5.6.0",
4545
"@0x/assert": "^3.0.27",
46-
"@0x/contracts-asset-proxy": "^3.7.10",
47-
"@0x/contracts-erc20": "^3.3.7",
46+
"@0x/contracts-asset-proxy": "^3.7.11",
47+
"@0x/contracts-erc20": "^3.3.8",
4848
"@0x/contracts-gen": "^2.0.38",
49-
"@0x/contracts-test-utils": "^5.3.25",
49+
"@0x/contracts-test-utils": "^5.4.0",
5050
"@0x/sol-compiler": "^4.7.3",
5151
"@0x/ts-doc-gen": "^0.0.28",
5252
"@0x/tslint-config": "^4.1.4",

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.28",
3+
"version": "2.1.29",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@0x/abi-gen": "^5.6.0",
5656
"@0x/contracts-gen": "^2.0.38",
57-
"@0x/contracts-utils": "^4.7.7",
57+
"@0x/contracts-utils": "^4.7.8",
5858
"@0x/dev-utils": "^4.2.7",
5959
"@0x/sol-compiler": "^4.7.3",
6060
"@0x/ts-doc-gen": "^0.0.28",
@@ -81,7 +81,7 @@
8181
},
8282
"dependencies": {
8383
"@0x/base-contract": "^6.4.0",
84-
"@0x/contracts-test-utils": "^5.3.25",
84+
"@0x/contracts-test-utils": "^5.4.0",
8585
"@0x/utils": "^6.4.3",
8686
"@0x/web3-wrapper": "^7.5.3",
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.3.7",
3+
"version": "3.3.8",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -53,8 +53,8 @@
5353
"devDependencies": {
5454
"@0x/abi-gen": "^5.6.0",
5555
"@0x/contracts-gen": "^2.0.38",
56-
"@0x/contracts-test-utils": "^5.3.25",
57-
"@0x/contracts-utils": "^4.7.7",
56+
"@0x/contracts-test-utils": "^5.4.0",
57+
"@0x/contracts-utils": "^4.7.8",
5858
"@0x/dev-utils": "^4.2.7",
5959
"@0x/sol-compiler": "^4.7.3",
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.28",
3+
"version": "3.1.29",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -54,8 +54,8 @@
5454
"devDependencies": {
5555
"@0x/abi-gen": "^5.6.0",
5656
"@0x/contracts-gen": "^2.0.38",
57-
"@0x/contracts-test-utils": "^5.3.25",
58-
"@0x/contracts-utils": "^4.7.7",
57+
"@0x/contracts-test-utils": "^5.4.0",
58+
"@0x/contracts-utils": "^4.7.8",
5959
"@0x/dev-utils": "^4.2.7",
6060
"@0x/sol-compiler": "^4.7.3",
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.29",
3+
"version": "4.2.30",
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.6.0",
56-
"@0x/contracts-asset-proxy": "^3.7.10",
57-
"@0x/contracts-dev-utils": "^1.3.27",
58-
"@0x/contracts-erc1155": "^2.1.28",
59-
"@0x/contracts-erc20": "^3.3.7",
60-
"@0x/contracts-erc721": "^3.1.28",
61-
"@0x/contracts-exchange": "^3.2.29",
62-
"@0x/contracts-exchange-libs": "^4.3.28",
56+
"@0x/contracts-asset-proxy": "^3.7.11",
57+
"@0x/contracts-dev-utils": "^1.3.28",
58+
"@0x/contracts-erc1155": "^2.1.29",
59+
"@0x/contracts-erc20": "^3.3.8",
60+
"@0x/contracts-erc721": "^3.1.29",
61+
"@0x/contracts-exchange": "^3.2.30",
62+
"@0x/contracts-exchange-libs": "^4.3.29",
6363
"@0x/contracts-gen": "^2.0.38",
64-
"@0x/contracts-test-utils": "^5.3.25",
65-
"@0x/contracts-utils": "^4.7.7",
64+
"@0x/contracts-test-utils": "^5.4.0",
65+
"@0x/contracts-utils": "^4.7.8",
6666
"@0x/dev-utils": "^4.2.7",
67-
"@0x/order-utils": "^10.4.20",
67+
"@0x/order-utils": "^10.4.21",
6868
"@0x/sol-compiler": "^4.7.3",
6969
"@0x/ts-doc-gen": "^0.0.28",
7070
"@0x/tslint-config": "^4.1.4",

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.28",
3+
"version": "4.3.29",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -81,9 +81,9 @@
8181
},
8282
"dependencies": {
8383
"@0x/base-contract": "^6.4.0",
84-
"@0x/contracts-test-utils": "^5.3.25",
85-
"@0x/contracts-utils": "^4.7.7",
86-
"@0x/order-utils": "^10.4.20",
84+
"@0x/contracts-test-utils": "^5.4.0",
85+
"@0x/contracts-utils": "^4.7.8",
86+
"@0x/order-utils": "^10.4.21",
8787
"@0x/types": "^3.3.3",
8888
"@0x/typescript-typings": "^5.2.0",
8989
"@0x/utils": "^6.4.3",

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.29",
3+
"version": "3.2.30",
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.6.0",
56-
"@0x/contracts-asset-proxy": "^3.7.10",
57-
"@0x/contracts-exchange-libs": "^4.3.28",
56+
"@0x/contracts-asset-proxy": "^3.7.11",
57+
"@0x/contracts-exchange-libs": "^4.3.29",
5858
"@0x/contracts-gen": "^2.0.38",
59-
"@0x/contracts-multisig": "^4.1.29",
60-
"@0x/contracts-staking": "^2.0.36",
61-
"@0x/contracts-test-utils": "^5.3.25",
62-
"@0x/contracts-utils": "^4.7.7",
59+
"@0x/contracts-multisig": "^4.1.30",
60+
"@0x/contracts-staking": "^2.0.37",
61+
"@0x/contracts-test-utils": "^5.4.0",
62+
"@0x/contracts-utils": "^4.7.8",
6363
"@0x/dev-utils": "^4.2.7",
6464
"@0x/sol-compiler": "^4.7.3",
6565
"@0x/ts-doc-gen": "^0.0.28",
@@ -89,11 +89,11 @@
8989
},
9090
"dependencies": {
9191
"@0x/base-contract": "^6.4.0",
92-
"@0x/contracts-dev-utils": "^1.3.27",
93-
"@0x/contracts-erc1155": "^2.1.28",
94-
"@0x/contracts-erc20": "^3.3.7",
95-
"@0x/contracts-erc721": "^3.1.28",
96-
"@0x/order-utils": "^10.4.20",
92+
"@0x/contracts-dev-utils": "^1.3.28",
93+
"@0x/contracts-erc1155": "^2.1.29",
94+
"@0x/contracts-erc20": "^3.3.8",
95+
"@0x/contracts-erc721": "^3.1.29",
96+
"@0x/order-utils": "^10.4.21",
9797
"@0x/utils": "^6.4.3",
9898
"lodash": "^4.17.11"
9999
},

0 commit comments

Comments
 (0)