Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Oct 13, 2022
1 parent cfb2392 commit 10af74e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 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.46",
"version": "3.3.47",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -53,7 +53,7 @@
"@0x/abi-gen": "^5.8.1",
"@0x/contracts-gen": "^2.0.48",
"@0x/contracts-test-utils": "^5.4.37",
"@0x/contracts-utils": "^4.8.27",
"@0x/contracts-utils": "^4.8.28",
"@0x/dev-utils": "^5.0.0",
"@0x/sol-compiler": "^4.8.2",
"@0x/ts-doc-gen": "^0.0.28",
Expand Down
6 changes: 3 additions & 3 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.29",
"version": "1.4.30",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -48,7 +48,7 @@
"@0x/abi-gen": "^5.8.1",
"@0x/contract-addresses": "^6.25.0",
"@0x/contracts-asset-proxy": "^3.7.19",
"@0x/contracts-erc20": "^3.3.46",
"@0x/contracts-erc20": "^3.3.47",
"@0x/contracts-gen": "^2.0.48",
"@0x/contracts-staking": "^2.0.45",
"@0x/contracts-test-utils": "^5.4.37",
Expand All @@ -73,7 +73,7 @@
},
"dependencies": {
"@0x/base-contract": "^7.0.0",
"@0x/protocol-utils": "^11.16.13",
"@0x/protocol-utils": "^11.16.14",
"@0x/subproviders": "^7.0.0",
"@0x/types": "^3.3.6",
"@0x/typescript-typings": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion 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.27",
"version": "4.8.28",
"engines": {
"node": ">=6.12"
},
Expand Down
6 changes: 3 additions & 3 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.37.6",
"version": "0.37.7",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@0x/abi-gen": "^5.8.1",
"@0x/contract-addresses": "^6.25.0",
"@0x/contracts-erc20": "^3.3.46",
"@0x/contracts-erc20": "^3.3.47",
"@0x/contracts-gen": "^2.0.48",
"@0x/contracts-test-utils": "^5.4.37",
"@0x/dev-utils": "^5.0.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
},
"dependencies": {
"@0x/base-contract": "^7.0.0",
"@0x/protocol-utils": "^11.16.13",
"@0x/protocol-utils": "^11.16.14",
"@0x/subproviders": "^7.0.0",
"@0x/types": "^3.3.6",
"@0x/typescript-typings": "^5.3.1",
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": "16.66.13",
"version": "16.66.14",
"private": true,
"engines": {
"node": ">=6.12"
Expand Down Expand Up @@ -35,13 +35,13 @@
"@0x/base-contract": "^7.0.0",
"@0x/contract-addresses": "^6.25.0",
"@0x/contract-wrappers": "^13.22.6",
"@0x/contracts-erc20": "^3.3.46",
"@0x/contracts-zero-ex": "^0.37.6",
"@0x/contracts-erc20": "^3.3.47",
"@0x/contracts-zero-ex": "^0.37.7",
"@0x/dev-utils": "^5.0.0",
"@0x/fast-abi": "^0.0.5",
"@0x/json-schemas": "^6.4.4",
"@0x/neon-router": "^0.3.5",
"@0x/protocol-utils": "^11.16.13",
"@0x/protocol-utils": "^11.16.14",
"@0x/quote-server": "^8.0.0",
"@0x/types": "^3.3.6",
"@0x/utils": "^7.0.0",
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": "11.16.13",
"version": "11.16.14",
"engines": {
"node": ">=6.12"
},
Expand Down

0 comments on commit 10af74e

Please sign in to comment.