Merge pull request #840 from ethereum/bumpVersion

Publish
pull/7/head
yann300 7 years ago committed by GitHub
commit d3e988773e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      remix-core/package.json
  2. 8
      remix-debug/package.json
  3. 8
      remix-debugger/package.json
  4. 2
      remix-lib/package.json
  5. 6
      remix-solidity/package.json

@ -1,6 +1,6 @@
{ {
"name": "remix-core", "name": "remix-core",
"version": "0.0.12", "version": "0.0.13",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
@ -19,7 +19,7 @@
"babel-preset-es2015": "^6.24.0", "babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0", "babelify": "^7.3.0",
"fast-async": "^6.1.2", "fast-async": "^6.1.2",
"remix-lib": "^0.2.6", "remix-lib": "^0.2.7",
"standard": "^7.0.1", "standard": "^7.0.1",
"tape": "^4.6.0" "tape": "^4.6.0"
}, },

@ -1,6 +1,6 @@
{ {
"name": "remix-debug", "name": "remix-debug",
"version": "0.0.6", "version": "0.0.7",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
@ -26,9 +26,9 @@
"ethereumjs-vm": "^2.3.3", "ethereumjs-vm": "^2.3.3",
"notify-error": "^1.2.0", "notify-error": "^1.2.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"remix-core": "^0.0.12", "remix-core": "^0.0.13",
"remix-lib": "^0.2.6", "remix-lib": "^0.2.7",
"remix-solidity": "^0.1.8", "remix-solidity": "^0.1.9",
"solc": "https://github.com/ethereum/solc-js" "solc": "https://github.com/ethereum/solc-js"
}, },
"devDependencies": { "devDependencies": {

@ -1,6 +1,6 @@
{ {
"name": "remix-debugger", "name": "remix-debugger",
"version": "0.1.6", "version": "0.1.7",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
@ -37,9 +37,9 @@
"notify-error": "^1.2.0", "notify-error": "^1.2.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"onchange": "^3.3.0", "onchange": "^3.3.0",
"remix-core": "^0.0.12", "remix-core": "^0.0.13",
"remix-lib": "^0.2.6", "remix-lib": "^0.2.7",
"remix-solidity": "^0.1.8", "remix-solidity": "^0.1.9",
"selenium-standalone": "^6.0.1", "selenium-standalone": "^6.0.1",
"solc": "^0.4.13", "solc": "^0.4.13",
"standard": "^7.0.1", "standard": "^7.0.1",

@ -1,6 +1,6 @@
{ {
"name": "remix-lib", "name": "remix-lib",
"version": "0.2.6", "version": "0.2.7",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {

@ -1,6 +1,6 @@
{ {
"name": "remix-solidity", "name": "remix-solidity",
"version": "0.1.8", "version": "0.1.9",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
@ -22,8 +22,8 @@
"ethereumjs-vm": "^2.3.3", "ethereumjs-vm": "^2.3.3",
"fast-async": "^6.1.2", "fast-async": "^6.1.2",
"npm-run-all": "^4.0.2", "npm-run-all": "^4.0.2",
"remix-core": "^0.0.12", "remix-core": "^0.0.13",
"remix-lib": "^0.2.6", "remix-lib": "^0.2.7",
"solc": "https://github.com/ethereum/solc-js", "solc": "https://github.com/ethereum/solc-js",
"standard": "^7.0.1", "standard": "^7.0.1",
"tape": "^4.6.0", "tape": "^4.6.0",

Loading…
Cancel
Save