Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/sra-api/add-defaults

This commit is contained in:
fragosti
2018-08-13 18:52:32 -07:00
89 changed files with 667 additions and 415 deletions

View File

@@ -6,6 +6,7 @@
"note": "Add inital spec for SRA v2",
"pr": 916
}
]
],
"timestamp": 1534210131
}
]

View File

@@ -0,0 +1,10 @@
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v1.0.1-rc.4 - _August 13, 2018_
* Add inital spec for SRA v2 (#916)

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/sra-api",
"version": "0.0.1",
"version": "1.0.1-rc.4",
"engines": {
"node": ">=6.12"
},
@@ -33,10 +33,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-api/README.md",
"dependencies": {
"@0xproject/json-schemas": "^1.0.1-rc.3"
"@0xproject/json-schemas": "^1.0.1-rc.4"
},
"devDependencies": {
"@0xproject/tslint-config": "^1.0.4",
"@0xproject/tslint-config": "^1.0.5",
"@loopback/openapi-v3-types": "^0.8.2",
"@types/mocha": "^2.2.42",
"@types/node": "^10.5.3",