From d3c6210c4e47479dc629f234e1b5f111b9163182 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 24 Oct 2018 11:25:54 +0200 Subject: [PATCH] publishing --- package.json | 7 +++++-- remix-solidity/package.json | 2 +- remix-tests/package.json | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1785d6104b..785dc81e63 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,15 @@ { - "version": "0.1.0", + "version": "0.1.1", "devDependencies": { "gulp": "^3.9.1", "lerna": "^2.10.2" }, "scripts": { + "diff": "lerna diff", + "updated": "lerna updated", "bootstrap": "lerna bootstrap", "publish": "lerna publish", - "release": "lerna bootstrap; lerna publish; gulp; gulp publishTag;" + "release": "lerna bootstrap; lerna publish;", + "tag": "gulp; gulp publishTag;" } } diff --git a/remix-solidity/package.json b/remix-solidity/package.json index bf856ec5c4..ac279f668b 100644 --- a/remix-solidity/package.json +++ b/remix-solidity/package.json @@ -1,6 +1,6 @@ { "name": "remix-solidity", - "version": "0.2.10", + "version": "0.2.11", "description": "Ethereum IDE and tools for the web", "contributors": [ { diff --git a/remix-tests/package.json b/remix-tests/package.json index 5075f4bc2d..c069cc67a5 100644 --- a/remix-tests/package.json +++ b/remix-tests/package.json @@ -1,6 +1,6 @@ { "name": "remix-tests", - "version": "0.0.15", + "version": "0.0.16", "description": "Tests for the Ethereum tool suite Remix", "main": "./src/index.js", "contributors": [ @@ -43,7 +43,7 @@ "commander": "^2.13.0", "remix-lib": "0.3.10", "remix-simulator": "^0.0.4", - "remix-solidity": "0.2.10", + "remix-solidity": "0.2.11", "signale": "^1.2.1", "solc": "^0.4.24", "standard": "^10.0.3",