Skip to content

Commit f99804d

Browse files
author
Github Actions
committed
Publish
- @0x/contracts-integrations@2.7.1 - @0x/contracts-zero-ex@0.4.0 - @0x/asset-swapper@4.7.1 - @0x/contract-wrappers-test@12.2.18 - @0x/migrations@6.4.2
1 parent f13d27b commit f99804d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

contracts/integrations/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-integrations",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -64,7 +64,7 @@
6464
"@0x/contracts-utils": "^4.5.2",
6565
"@0x/coordinator-server": "^1.0.5",
6666
"@0x/dev-utils": "^3.3.4",
67-
"@0x/migrations": "^6.4.1",
67+
"@0x/migrations": "^6.4.2",
6868
"@0x/order-utils": "^10.4.0",
6969
"@0x/sol-compiler": "^4.2.3",
7070
"@0x/tslint-config": "^4.1.3",
@@ -91,7 +91,7 @@
9191
"typescript": "3.0.1"
9292
},
9393
"dependencies": {
94-
"@0x/asset-swapper": "^4.7.0",
94+
"@0x/asset-swapper": "^4.7.1",
9595
"@0x/base-contract": "^6.2.7",
9696
"@0x/contracts-asset-proxy": "^3.5.0",
9797
"@0x/contracts-erc1155": "^2.1.8",
@@ -101,7 +101,7 @@
101101
"@0x/contracts-multisig": "^4.1.8",
102102
"@0x/contracts-staking": "^2.0.15",
103103
"@0x/contracts-test-utils": "^5.3.5",
104-
"@0x/contracts-zero-ex": "^0.3.0",
104+
"@0x/contracts-zero-ex": "^0.4.0",
105105
"@0x/subproviders": "^6.1.5",
106106
"@0x/types": "^3.2.4",
107107
"@0x/typescript-typings": "^5.1.5",

contracts/zero-ex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-zero-ex",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"engines": {
55
"node": ">=6.12"
66
},

packages/asset-swapper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/asset-swapper",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -95,7 +95,7 @@
9595
"@0x/contracts-test-utils": "^5.3.5",
9696
"@0x/contracts-utils": "^4.5.2",
9797
"@0x/mesh-rpc-client": "^9.4.2",
98-
"@0x/migrations": "^6.4.1",
98+
"@0x/migrations": "^6.4.2",
9999
"@0x/sol-compiler": "^4.2.3",
100100
"@0x/subproviders": "^6.1.5",
101101
"@0x/ts-doc-gen": "^0.0.28",

packages/contract-wrappers-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contract-wrappers-test",
3-
"version": "12.2.17",
3+
"version": "12.2.18",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -34,7 +34,7 @@
3434
"@0x/contract-wrappers": "^13.9.0",
3535
"@0x/contracts-test-utils": "^5.3.5",
3636
"@0x/dev-utils": "^3.3.4",
37-
"@0x/migrations": "^6.4.1",
37+
"@0x/migrations": "^6.4.2",
3838
"@0x/order-utils": "^10.4.0",
3939
"@0x/subproviders": "^6.1.5",
4040
"@0x/ts-doc-gen": "^0.0.28",

packages/migrations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/migrations",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -81,7 +81,7 @@
8181
"@0x/contracts-multisig": "^4.1.8",
8282
"@0x/contracts-staking": "^2.0.15",
8383
"@0x/contracts-utils": "^4.5.2",
84-
"@0x/contracts-zero-ex": "^0.3.0",
84+
"@0x/contracts-zero-ex": "^0.4.0",
8585
"@0x/sol-compiler": "^4.2.3",
8686
"@0x/subproviders": "^6.1.5",
8787
"@0x/typescript-typings": "^5.1.5",

0 commit comments

Comments
 (0)