Compare commits

..

4 Commits

Author SHA1 Message Date
Leonid Logvinov
62fcb51e1a Publish
- 0x.js@0.36.3
 - contracts@2.1.25
 - @0xproject/sra-report@0.0.11
 - @0xproject/testnet-faucets@1.0.26
 - @0xproject/website@0.0.28
2018-04-18 21:30:28 +02:00
Leonid Logvinov
cbc55f2ef8 Updated CHANGELOGS 2018-04-18 21:30:20 +02:00
Leonid Logvinov
679f828e4e Move @0xproject/migrations to devDependencies 2018-04-18 21:18:18 +02:00
Leonid Logvinov
4a8b4e7398 Publish
- 0x.js@0.36.2
 - contracts@2.1.24
 - @0xproject/migrations@0.0.3
 - @0xproject/sra-report@0.0.10
 - @0xproject/testnet-faucets@1.0.25
 - @0xproject/website@0.0.27
2018-04-18 19:57:42 +02:00
10 changed files with 37 additions and 13 deletions

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.36.3",
"changes": [
{
"note": "Move @0xproject/migrations to devDependencies"
}
],
"timestamp": 1524079658
},
{
"timestamp": 1524073495,
"version": "0.36.2",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.36.3 - _April 18, 2018_
* Move @0xproject/migrations to devDependencies
## v0.36.2 - _April 18, 2018_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "0.36.1",
"version": "0.36.3",
"description": "A javascript library for interacting with the 0x protocol",
"keywords": [
"0x.js",
@@ -63,6 +63,7 @@
"devDependencies": {
"@0xproject/deployer": "^0.4.1",
"@0xproject/dev-utils": "^0.3.6",
"@0xproject/migrations": "^0.0.3",
"@0xproject/monorepo-scripts": "^0.1.18",
"@0xproject/subproviders": "^0.9.0",
"@0xproject/tslint-config": "^0.4.16",
@@ -114,9 +115,6 @@
"uuid": "^3.1.0",
"web3": "^0.20.0"
},
"optionalDependencies": {
"@0xproject/migrations": "^0.0.2"
},
"publishConfig": {
"access": "public"
}

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "contracts",
"version": "2.1.23",
"version": "2.1.25",
"description": "Smart contract components of 0x protocol",
"main": "index.js",
"directories": {
@@ -60,7 +60,7 @@
"yargs": "^10.0.3"
},
"dependencies": {
"0x.js": "^0.36.1",
"0x.js": "^0.36.3",
"@0xproject/deployer": "^0.4.1",
"@0xproject/types": "^0.6.1",
"@0xproject/typescript-typings": "^0.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/migrations",
"version": "0.0.2",
"version": "0.0.3",
"description": "0x smart contract migrations",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1524079658,
"version": "0.0.11",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1524073495,
"version": "0.0.10",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.0.11 - _April 18, 2018_
* Dependencies updated
## v0.0.10 - _April 18, 2018_
* Dependencies updated

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/sra-report",
"version": "0.0.9",
"version": "0.0.11",
"description": "Generate reports for standard relayer API compliance",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
@@ -28,7 +28,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-report/README.md",
"dependencies": {
"0x.js": "^0.36.1",
"0x.js": "^0.36.3",
"@0xproject/assert": "^0.2.7",
"@0xproject/connect": "^0.6.10",
"@0xproject/json-schemas": "^0.7.21",

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@0xproject/testnet-faucets",
"version": "1.0.24",
"version": "1.0.26",
"description": "A faucet micro-service that dispenses test ERC20 tokens or Ether",
"main": "server.js",
"scripts": {
@@ -15,7 +15,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.36.1",
"0x.js": "^0.36.3",
"@0xproject/subproviders": "^0.9.0",
"@0xproject/typescript-typings": "^0.2.0",
"@0xproject/utils": "^0.5.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/website",
"version": "0.0.26",
"version": "0.0.28",
"private": true,
"description": "Website and 0x portal dapp",
"scripts": {
@@ -14,7 +14,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.36.1",
"0x.js": "^0.36.3",
"@0xproject/react-docs": "^0.0.8",
"@0xproject/react-shared": "^0.1.3",
"@0xproject/subproviders": "^0.9.0",