Updated CHANGELOGS & MD docs ONLY for pkgs that made it to npmjs (partial publish)
This commit is contained in:
parent
857a4042ef
commit
cdd34a1214
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"version": "4.0.0-beta.0",
|
||||
"version": "3.3.0-beta.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Remove `readOnlyProxy` from addresses interface",
|
||||
@ -18,7 +18,8 @@
|
||||
"note": "Contract addresses are no longer indexed by network ID. Now they're indexed by chain ID.",
|
||||
"pr": 2313
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1573001598
|
||||
},
|
||||
{
|
||||
"version": "3.3.0-beta.0",
|
||||
|
@ -4,10 +4,17 @@ Edit the package's CHANGELOG.json file only.
|
||||
-->
|
||||
|
||||
CHANGELOG
|
||||
## v3.3.0-beta.1 - _November 6, 2019_
|
||||
|
||||
* Remove `readOnlyProxy` from addresses interface (#2295)
|
||||
* Add `zeroExGovernor` and `erc20BridgeProxy` to addresses interface (#2296)
|
||||
* Update `exchange`, `staking`, `stakingProxy`, `zeroExGovernor`, `assetProxyOwner`, and `erc20BridgeProxy` addresses for each tesnet (#2296)
|
||||
|
||||
## v3.3.0-beta.0 - _October 3, 2019_
|
||||
|
||||
* Removed `getNetworkIdByExchangeAddressOrThrow`. It's not needed with V3 tooling. (#2170)
|
||||
* Add `zrxVault`, `readOnlyProxy`, `staking`, and `stakingProxy` schema with addresses for each tesnet (#2224)
|
||||
* Update `assetProxyOwner` address for each testnet (#2224)
|
||||
|
||||
## v3.2.0 - _September 17, 2019_
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-addresses",
|
||||
"version": "3.3.0-beta.0",
|
||||
"version": "3.3.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
|
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "2.3.0-beta.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
],
|
||||
"timestamp": 1573001598
|
||||
},
|
||||
{
|
||||
"version": "2.3.0-beta.0",
|
||||
"changes": [
|
||||
|
@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.3.0-beta.1 - _November 6, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.3.0-beta.0 - _October 3, 2019_
|
||||
|
||||
* Use V3 contracts (#2181)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-artifacts",
|
||||
"version": "2.3.0-beta.0",
|
||||
"version": "2.3.0-beta.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user