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,4 +1,13 @@
[
{
"version": "2.3.0-beta.1",
"changes": [
{
"note": "Dependencies updated"
}
],
"timestamp": 1573001598
},
{
"version": "2.3.0-beta.0",
"changes": [

View File

@@ -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)

View File

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