Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @0x/contracts-integrations@2.7.36
 - @0x/contracts-treasury@1.1.3
 - @0x/contracts-zero-ex@0.22.0
 - @0x/asset-swapper@6.7.0
 - @0x/contract-wrappers-test@12.2.41
 - @0x/migrations@8.0.2
 - @0x/protocol-utils@1.5.0
  • Loading branch information
Github Actions committed Apr 26, 2021
1 parent c44f8d0 commit 33e260f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions contracts/integrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-integrations",
"version": "2.7.35",
"version": "2.7.36",
"private": true,
"engines": {
"node": ">=6.12"
Expand Down Expand Up @@ -65,9 +65,9 @@
"@0x/contracts-utils": "^4.7.6",
"@0x/coordinator-server": "^1.0.5",
"@0x/dev-utils": "^4.2.1",
"@0x/migrations": "^8.0.1",
"@0x/migrations": "^8.0.2",
"@0x/order-utils": "^10.4.19",
"@0x/protocol-utils": "^1.4.1",
"@0x/protocol-utils": "^1.5.0",
"@0x/sol-compiler": "^4.6.1",
"@0x/tslint-config": "^4.1.3",
"@0x/web3-wrapper": "^7.4.1",
Expand All @@ -93,7 +93,7 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/asset-swapper": "^6.6.0",
"@0x/asset-swapper": "^6.7.0",
"@0x/base-contract": "^6.2.18",
"@0x/contracts-asset-proxy": "^3.7.9",
"@0x/contracts-erc1155": "^2.1.27",
Expand All @@ -103,7 +103,7 @@
"@0x/contracts-multisig": "^4.1.28",
"@0x/contracts-staking": "^2.0.35",
"@0x/contracts-test-utils": "^5.3.24",
"@0x/contracts-zero-ex": "^0.21.1",
"@0x/contracts-zero-ex": "^0.22.0",
"@0x/subproviders": "^6.4.1",
"@0x/types": "^3.3.1",
"@0x/typescript-typings": "^5.1.6",
Expand Down
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.1.2",
"version": "1.1.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.18",
"@0x/protocol-utils": "^1.4.1",
"@0x/protocol-utils": "^1.5.0",
"@0x/subproviders": "^6.4.1",
"@0x/types": "^3.3.1",
"@0x/typescript-typings": "^5.1.6",
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.21.1",
"version": "0.22.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -83,7 +83,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.18",
"@0x/protocol-utils": "^1.4.1",
"@0x/protocol-utils": "^1.5.0",
"@0x/subproviders": "^6.4.1",
"@0x/types": "^3.3.1",
"@0x/typescript-typings": "^5.1.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/asset-swapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/asset-swapper",
"version": "6.6.0",
"version": "6.7.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -62,10 +62,10 @@
"@0x/contract-addresses": "^6.0.0",
"@0x/contract-wrappers": "^13.15.0",
"@0x/contracts-erc20": "^3.3.6",
"@0x/contracts-zero-ex": "^0.21.1",
"@0x/contracts-zero-ex": "^0.22.0",
"@0x/dev-utils": "^4.2.1",
"@0x/json-schemas": "^5.4.1",
"@0x/protocol-utils": "^1.4.1",
"@0x/protocol-utils": "^1.5.0",
"@0x/quote-server": "^5.0.0",
"@0x/types": "^3.3.1",
"@0x/typescript-typings": "^5.1.6",
Expand Down Expand Up @@ -96,7 +96,7 @@
"@0x/contracts-test-utils": "^5.3.24",
"@0x/contracts-utils": "^4.7.6",
"@0x/mesh-rpc-client": "^9.4.2",
"@0x/migrations": "^8.0.1",
"@0x/migrations": "^8.0.2",
"@0x/sol-compiler": "^4.6.1",
"@0x/subproviders": "^6.4.1",
"@0x/ts-doc-gen": "^0.0.28",
Expand Down
4 changes: 2 additions & 2 deletions packages/contract-wrappers-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers-test",
"version": "12.2.40",
"version": "12.2.41",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -34,7 +34,7 @@
"@0x/contract-wrappers": "^13.15.0",
"@0x/contracts-test-utils": "^5.3.24",
"@0x/dev-utils": "^4.2.1",
"@0x/migrations": "^8.0.1",
"@0x/migrations": "^8.0.2",
"@0x/order-utils": "^10.4.19",
"@0x/subproviders": "^6.4.1",
"@0x/ts-doc-gen": "^0.0.28",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/migrations",
"version": "8.0.1",
"version": "8.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -81,7 +81,7 @@
"@0x/contracts-multisig": "^4.1.28",
"@0x/contracts-staking": "^2.0.35",
"@0x/contracts-utils": "^4.7.6",
"@0x/contracts-zero-ex": "^0.21.1",
"@0x/contracts-zero-ex": "^0.22.0",
"@0x/sol-compiler": "^4.6.1",
"@0x/subproviders": "^6.4.1",
"@0x/typescript-typings": "^5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/protocol-utils",
"version": "1.4.1",
"version": "1.5.0",
"engines": {
"node": ">=6.12"
},
Expand Down

0 comments on commit 33e260f

Please sign in to comment.