Compare commits

...

3 Commits

Author SHA1 Message Date
Github Actions
ed3524e0d7 Publish
- @0x/contracts-zero-ex@0.28.2
 - @0x/asset-swapper@16.26.1
 - @0x/migrations@8.1.3
2021-08-19 23:12:22 +00:00
Github Actions
20e23bf3f6 Updated CHANGELOGS & MD docs 2021-08-19 23:12:19 +00:00
David Walsh
be4f85690e Add ethers as a dependency of @0x/contracts-zero-ex (#310) 2021-08-19 16:25:47 -06:00
9 changed files with 47 additions and 6 deletions

View File

@@ -1,4 +1,14 @@
[
{
"version": "0.28.2",
"changes": [
{
"note": "Add ethers as an explicit dependency",
"pr": 310
}
],
"timestamp": 1629414734
},
{
"timestamp": 1629353596,
"version": "0.28.1",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.28.2 - _August 19, 2021_
* Add ethers as an explicit dependency (#310)
## v0.28.1 - _August 19, 2021_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-zero-ex",
"version": "0.28.1",
"version": "0.28.2",
"engines": {
"node": ">=6.12"
},
@@ -90,7 +90,8 @@
"@0x/utils": "^6.4.3",
"@0x/web3-wrapper": "^7.5.3",
"ethereum-types": "^3.5.0",
"ethereumjs-util": "^7.0.10"
"ethereumjs-util": "^7.0.10",
"ethers": "~4.0.4"
},
"publishConfig": {
"access": "public"

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1629414734,
"version": "16.26.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "16.26.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v16.26.1 - _August 19, 2021_
* Dependencies updated
## v16.26.0 - _August 19, 2021_
* feat: Enable partial Native fills to be consumed, previously for v3 they were dropped (#309)

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/asset-swapper",
"version": "16.26.0",
"version": "16.26.1",
"engines": {
"node": ">=6.12"
},
@@ -100,7 +100,7 @@
"@0x/contracts-test-utils": "^5.4.9",
"@0x/contracts-utils": "^4.7.17",
"@0x/mesh-rpc-client": "^9.4.2",
"@0x/migrations": "^8.1.2",
"@0x/migrations": "^8.1.3",
"@0x/sol-compiler": "^4.7.3",
"@0x/subproviders": "^6.5.3",
"@0x/ts-doc-gen": "^0.0.28",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1629414734,
"version": "8.1.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1629353596,
"version": "8.1.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v8.1.3 - _August 19, 2021_
* Dependencies updated
## v8.1.2 - _August 19, 2021_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/migrations",
"version": "8.1.2",
"version": "8.1.3",
"engines": {
"node": ">=6.12"
},
@@ -81,7 +81,7 @@
"@0x/contracts-multisig": "^4.1.38",
"@0x/contracts-staking": "^2.0.45",
"@0x/contracts-utils": "^4.7.17",
"@0x/contracts-zero-ex": "^0.28.1",
"@0x/contracts-zero-ex": "^0.28.2",
"@0x/sol-compiler": "^4.7.3",
"@0x/subproviders": "^6.5.3",
"@0x/typescript-typings": "^5.2.0",