Updated CHANGELOGS & MD docs ONLY for pkgs that made it to npmjs (partial publish)

This commit is contained in:
xianny 2019-11-06 12:50:58 -08:00
parent 857a4042ef
commit cdd34a1214
6 changed files with 25 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[ [
{ {
"version": "4.0.0-beta.0", "version": "3.3.0-beta.1",
"changes": [ "changes": [
{ {
"note": "Remove `readOnlyProxy` from addresses interface", "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.", "note": "Contract addresses are no longer indexed by network ID. Now they're indexed by chain ID.",
"pr": 2313 "pr": 2313
} }
] ],
"timestamp": 1573001598
}, },
{ {
"version": "3.3.0-beta.0", "version": "3.3.0-beta.0",

View File

@ -4,10 +4,17 @@ Edit the package's CHANGELOG.json file only.
--> -->
CHANGELOG 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_ ## v3.3.0-beta.0 - _October 3, 2019_
* Removed `getNetworkIdByExchangeAddressOrThrow`. It's not needed with V3 tooling. (#2170) * 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_ ## v3.2.0 - _September 17, 2019_

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contract-addresses", "name": "@0x/contract-addresses",
"version": "3.3.0-beta.0", "version": "3.3.0-beta.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },

View File

@ -1,4 +1,13 @@
[ [
{
"version": "2.3.0-beta.1",
"changes": [
{
"note": "Dependencies updated"
}
],
"timestamp": 1573001598
},
{ {
"version": "2.3.0-beta.0", "version": "2.3.0-beta.0",
"changes": [ "changes": [

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG CHANGELOG
## v2.3.0-beta.1 - _November 6, 2019_
* Dependencies updated
## v2.3.0-beta.0 - _October 3, 2019_ ## v2.3.0-beta.0 - _October 3, 2019_
* Use V3 contracts (#2181) * Use V3 contracts (#2181)

View File

@ -1,6 +1,6 @@
{ {
"name": "@0x/contract-artifacts", "name": "@0x/contract-artifacts",
"version": "2.3.0-beta.0", "version": "2.3.0-beta.1",
"engines": { "engines": {
"node": ">=6.12" "node": ">=6.12"
}, },