Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @0x/contracts-treasury@1.4.46
 - @0x/contracts-zero-ex@0.42.1
 - @0x/contract-artifacts@3.19.0
 - @0x/contract-wrappers@13.23.0
 - @0x/protocol-utils@11.22.0
  • Loading branch information
Github Actions committed Apr 24, 2023
1 parent 527ccf2 commit f8dd716
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions contracts/treasury/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-treasury",
"version": "1.4.45",
"version": "1.4.46",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"dependencies": {
"@0x/base-contract": "^7.0.0",
"@0x/protocol-utils": "^11.21.0",
"@0x/protocol-utils": "^11.22.0",
"@0x/subproviders": "^8.0.1",
"@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.1",
Expand Down
4 changes: 2 additions & 2 deletions contracts/zero-ex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-zero-ex",
"version": "0.42.0",
"version": "0.42.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -80,7 +80,7 @@
},
"dependencies": {
"@0x/base-contract": "^7.0.0",
"@0x/protocol-utils": "^11.21.0",
"@0x/protocol-utils": "^11.22.0",
"@0x/subproviders": "^8.0.1",
"@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-artifacts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contract-artifacts",
"version": "3.18.3",
"version": "3.19.0",
"engines": {
"node": ">=6.12"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-wrappers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers",
"version": "13.22.21",
"version": "13.23.0",
"engines": {
"node": ">=6.12"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/protocol-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/protocol-utils",
"version": "11.21.0",
"version": "11.22.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"@0x/assert": "^3.0.36",
"@0x/contract-addresses": "^8.5.0",
"@0x/contract-wrappers": "^13.22.21",
"@0x/contract-wrappers": "^13.23.0",
"@0x/json-schemas": "^6.4.4",
"@0x/subproviders": "^8.0.1",
"@0x/utils": "^7.0.0",
Expand Down

0 comments on commit f8dd716

Please sign in to comment.