From f929e7581b1ea0f95019dd8f1c4cab26313c3c8e Mon Sep 17 00:00:00 2001 From: yann300 Date: Fri, 24 Aug 2018 17:58:04 +0200 Subject: [PATCH] Publish - remix-debug@0.2.6 - remix-lib@0.3.5 - remix-solidity@0.2.5 - remix-analyzer@0.2.5 - remix-tests@0.0.8 --- remix-analyzer/package.json | 4 ++-- remix-debug/package.json | 4 ++-- remix-lib/package.json | 2 +- remix-solidity/package.json | 4 ++-- remix-tests/package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/remix-analyzer/package.json b/remix-analyzer/package.json index 17046a5d24..bf1fb88882 100644 --- a/remix-analyzer/package.json +++ b/remix-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "remix-analyzer", - "version": "0.2.4", + "version": "0.2.5", "description": "Remix Analyzer", "main": "./index.js", "contributors": [ @@ -21,7 +21,7 @@ "babel-eslint": "^7.1.1", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-es2015": "^6.24.0", - "remix-lib": "^0.3.4", + "remix-lib": "^0.3.5", "solc": "^0.4.24", "standard": "^7.0.1", "tape": "^4.6.0" diff --git a/remix-debug/package.json b/remix-debug/package.json index 0384f1cbf0..8e543df43d 100644 --- a/remix-debug/package.json +++ b/remix-debug/package.json @@ -1,6 +1,6 @@ { "name": "remix-debug", - "version": "0.2.5", + "version": "0.2.6", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -23,7 +23,7 @@ "fast-async": "^6.1.2", "notify-error": "^1.2.0", "npm-run-all": "^4.1.2", - "remix-lib": "^0.3.4", + "remix-lib": "^0.3.5", "solc": "^0.4.24" }, "devDependencies": { diff --git a/remix-lib/package.json b/remix-lib/package.json index 2ce334ccf0..a8f7d0da35 100644 --- a/remix-lib/package.json +++ b/remix-lib/package.json @@ -1,6 +1,6 @@ { "name": "remix-lib", - "version": "0.3.4", + "version": "0.3.5", "description": "Ethereum IDE and tools for the web", "contributors": [ { diff --git a/remix-solidity/package.json b/remix-solidity/package.json index ebfd06f39b..3980ead49c 100644 --- a/remix-solidity/package.json +++ b/remix-solidity/package.json @@ -1,6 +1,6 @@ { "name": "remix-solidity", - "version": "0.2.4", + "version": "0.2.5", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -22,7 +22,7 @@ "ethereumjs-vm": "^2.3.3", "fast-async": "^6.1.2", "npm-run-all": "^4.0.2", - "remix-lib": "^0.3.4", + "remix-lib": "^0.3.5", "solc": "^0.4.24", "standard": "^7.0.1", "tape": "^4.6.0", diff --git a/remix-tests/package.json b/remix-tests/package.json index 27e115f710..5036e7c6b1 100644 --- a/remix-tests/package.json +++ b/remix-tests/package.json @@ -1,6 +1,6 @@ { "name": "remix-tests", - "version": "0.0.7", + "version": "0.0.8", "description": "Tests for the Ethereum tool suite Remix", "main": "./src/index.js", "contributors": [ @@ -42,7 +42,7 @@ "colors": "^1.1.2", "commander": "^2.13.0", "remix-simulator": "0.0.3", - "remix-solidity": "^0.2.4", + "remix-solidity": "^0.2.5", "solc": "^0.4.24", "standard": "^10.0.3", "web3": "1.0.0-beta.27"