Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Mar 31, 2022
1 parent 9337115 commit 8d6f6e7
Showing 11 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions contracts/erc20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
"version": "3.3.27",
"version": "3.3.28",
"engines": {
"node": ">=6.12"
},
@@ -53,8 +53,8 @@
"devDependencies": {
"@0x/abi-gen": "^5.8.0",
"@0x/contracts-gen": "^2.0.46",
"@0x/contracts-test-utils": "^5.4.18",
"@0x/contracts-utils": "^4.8.8",
"@0x/contracts-test-utils": "^5.4.19",
"@0x/contracts-utils": "^4.8.9",
"@0x/dev-utils": "^4.2.14",
"@0x/sol-compiler": "^4.8.1",
"@0x/ts-doc-gen": "^0.0.28",
4 changes: 2 additions & 2 deletions contracts/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-test-utils",
"version": "5.4.18",
"version": "5.4.19",
"engines": {
"node": ">=6.12"
},
@@ -44,7 +44,7 @@
"dependencies": {
"@0x/assert": "^3.0.34",
"@0x/base-contract": "^6.5.0",
"@0x/contract-addresses": "^6.12.0",
"@0x/contract-addresses": "^6.12.1",
"@0x/dev-utils": "^4.2.14",
"@0x/json-schemas": "^6.4.4",
"@0x/order-utils": "^10.4.28",
10 changes: 5 additions & 5 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.10",
"version": "1.4.11",
"engines": {
"node": ">=6.12"
},
@@ -47,12 +47,12 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/treasury",
"devDependencies": {
"@0x/abi-gen": "^5.8.0",
"@0x/contract-addresses": "^6.12.0",
"@0x/contract-addresses": "^6.12.1",
"@0x/contracts-asset-proxy": "^3.7.19",
"@0x/contracts-erc20": "^3.3.27",
"@0x/contracts-erc20": "^3.3.28",
"@0x/contracts-gen": "^2.0.46",
"@0x/contracts-staking": "^2.0.45",
"@0x/contracts-test-utils": "^5.4.18",
"@0x/contracts-test-utils": "^5.4.19",
"@0x/sol-compiler": "^4.8.1",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
@@ -73,7 +73,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.5.0",
"@0x/protocol-utils": "^1.11.1",
"@0x/protocol-utils": "^1.11.2",
"@0x/subproviders": "^6.6.5",
"@0x/types": "^3.3.6",
"@0x/typescript-typings": "^5.3.1",
4 changes: 2 additions & 2 deletions contracts/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-utils",
"version": "4.8.8",
"version": "4.8.9",
"engines": {
"node": ">=6.12"
},
@@ -52,7 +52,7 @@
"devDependencies": {
"@0x/abi-gen": "^5.8.0",
"@0x/contracts-gen": "^2.0.46",
"@0x/contracts-test-utils": "^5.4.18",
"@0x/contracts-test-utils": "^5.4.19",
"@0x/dev-utils": "^4.2.14",
"@0x/order-utils": "^10.4.28",
"@0x/sol-compiler": "^4.8.1",
10 changes: 5 additions & 5 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.31.1",
"version": "0.31.2",
"engines": {
"node": ">=6.12"
},
@@ -56,10 +56,10 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/zero-ex",
"devDependencies": {
"@0x/abi-gen": "^5.8.0",
"@0x/contract-addresses": "^6.12.0",
"@0x/contracts-erc20": "^3.3.27",
"@0x/contract-addresses": "^6.12.1",
"@0x/contracts-erc20": "^3.3.28",
"@0x/contracts-gen": "^2.0.46",
"@0x/contracts-test-utils": "^5.4.18",
"@0x/contracts-test-utils": "^5.4.19",
"@0x/dev-utils": "^4.2.14",
"@0x/order-utils": "^10.4.28",
"@0x/sol-compiler": "^4.8.1",
@@ -83,7 +83,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.5.0",
"@0x/protocol-utils": "^1.11.1",
"@0x/protocol-utils": "^1.11.2",
"@0x/subproviders": "^6.6.5",
"@0x/types": "^3.3.6",
"@0x/typescript-typings": "^5.3.1",
18 changes: 9 additions & 9 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": "16.51.0",
"version": "16.53.0",
"engines": {
"node": ">=6.12"
},
@@ -60,14 +60,14 @@
"dependencies": {
"@0x/assert": "^3.0.34",
"@0x/base-contract": "^6.5.0",
"@0x/contract-addresses": "^6.12.0",
"@0x/contract-wrappers": "^13.19.1",
"@0x/contracts-erc20": "^3.3.27",
"@0x/contracts-zero-ex": "^0.31.1",
"@0x/contract-addresses": "^6.12.1",
"@0x/contract-wrappers": "^13.20.0",
"@0x/contracts-erc20": "^3.3.28",
"@0x/contracts-zero-ex": "^0.31.2",
"@0x/dev-utils": "^4.2.14",
"@0x/json-schemas": "^6.4.4",
"@0x/neon-router": "^0.3.5",
"@0x/protocol-utils": "^1.11.1",
"@0x/protocol-utils": "^1.11.2",
"@0x/quote-server": "^6.0.6",
"@0x/types": "^3.3.6",
"@0x/typescript-typings": "^5.3.1",
@@ -98,10 +98,10 @@
"@0x/contracts-exchange": "^3.2.38",
"@0x/contracts-exchange-libs": "^4.3.37",
"@0x/contracts-gen": "^2.0.46",
"@0x/contracts-test-utils": "^5.4.18",
"@0x/contracts-utils": "^4.8.8",
"@0x/contracts-test-utils": "^5.4.19",
"@0x/contracts-utils": "^4.8.9",
"@0x/mesh-rpc-client": "^9.4.2",
"@0x/migrations": "^8.1.16",
"@0x/migrations": "^8.1.17",
"@0x/sol-compiler": "^4.8.1",
"@0x/subproviders": "^6.6.5",
"@0x/ts-doc-gen": "^0.0.28",
2 changes: 1 addition & 1 deletion packages/contract-addresses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contract-addresses",
"version": "6.12.0",
"version": "6.12.1",
"engines": {
"node": ">=6.12"
},
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.17.0",
"version": "3.18.0",
"engines": {
"node": ">=6.12"
},
4 changes: 2 additions & 2 deletions 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.19.1",
"version": "13.20.0",
"engines": {
"node": ">=6.12"
},
@@ -57,7 +57,7 @@
"dependencies": {
"@0x/assert": "^3.0.34",
"@0x/base-contract": "^6.5.0",
"@0x/contract-addresses": "^6.12.0",
"@0x/contract-addresses": "^6.12.1",
"@0x/json-schemas": "^6.4.4",
"@0x/types": "^3.3.6",
"@0x/utils": "^6.5.3",
10 changes: 5 additions & 5 deletions packages/migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/migrations",
"version": "8.1.16",
"version": "8.1.17",
"engines": {
"node": ">=6.12"
},
@@ -68,20 +68,20 @@
},
"dependencies": {
"@0x/base-contract": "^6.5.0",
"@0x/contract-addresses": "^6.12.0",
"@0x/contract-addresses": "^6.12.1",
"@0x/contracts-asset-proxy": "^3.7.19",
"@0x/contracts-coordinator": "^3.1.38",
"@0x/contracts-dev-utils": "^1.3.36",
"@0x/contracts-erc1155": "^2.1.37",
"@0x/contracts-erc20": "^3.3.27",
"@0x/contracts-erc20": "^3.3.28",
"@0x/contracts-erc721": "^3.1.37",
"@0x/contracts-exchange": "^3.2.38",
"@0x/contracts-exchange-forwarder": "^4.2.38",
"@0x/contracts-extensions": "^6.2.32",
"@0x/contracts-multisig": "^4.1.38",
"@0x/contracts-staking": "^2.0.45",
"@0x/contracts-utils": "^4.8.8",
"@0x/contracts-zero-ex": "^0.31.1",
"@0x/contracts-utils": "^4.8.9",
"@0x/contracts-zero-ex": "^0.31.2",
"@0x/sol-compiler": "^4.8.1",
"@0x/subproviders": "^6.6.5",
"@0x/typescript-typings": "^5.3.1",
6 changes: 3 additions & 3 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": "1.11.1",
"version": "1.11.2",
"engines": {
"node": ">=6.12"
},
@@ -63,8 +63,8 @@
},
"dependencies": {
"@0x/assert": "^3.0.34",
"@0x/contract-addresses": "^6.12.0",
"@0x/contract-wrappers": "^13.19.1",
"@0x/contract-addresses": "^6.12.1",
"@0x/contract-wrappers": "^13.20.0",
"@0x/json-schemas": "^6.4.4",
"@0x/subproviders": "^6.6.5",
"@0x/utils": "^6.5.3",

0 comments on commit 8d6f6e7

Please sign in to comment.