bump version

pull/7/head
yann300 6 years ago
parent d9c7f2441c
commit ec0053624e
  1. 2
      package.json
  2. 4
      remix-analyzer/package.json
  3. 2
      remix-astwalker/package.json
  4. 4
      remix-debug/package.json
  5. 2
      remix-lib/package.json
  6. 4
      remix-simulator/package.json
  7. 4
      remix-solidity/package.json
  8. 8
      remix-tests/package.json

@ -1,5 +1,5 @@
{ {
"version": "0.1.7", "version": "0.1.8",
"devDependencies": { "devDependencies": {
"gulp": "^3.9.1", "gulp": "^3.9.1",
"lerna": "^2.10.2" "lerna": "^2.10.2"

@ -1,6 +1,6 @@
{ {
"name": "remix-analyzer", "name": "remix-analyzer",
"version": "0.3.3", "version": "0.3.4",
"description": "Remix Analyzer", "description": "Remix Analyzer",
"main": "./index.js", "main": "./index.js",
"contributors": [ "contributors": [
@ -18,7 +18,7 @@
} }
], ],
"dependencies": { "dependencies": {
"remix-lib": "0.4.3" "remix-lib": "0.4.4"
}, },
"scripts": { "scripts": {
"lint": "standard", "lint": "standard",

@ -1,6 +1,6 @@
{ {
"name": "remix-astwalker", "name": "remix-astwalker",
"version": "0.0.1", "version": "0.0.2",
"description": "Remix sub-module for walking through AST", "description": "Remix sub-module for walking through AST",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {

@ -1,6 +1,6 @@
{ {
"name": "remix-debug", "name": "remix-debug",
"version": "0.3.3", "version": "0.3.4",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
@ -22,7 +22,7 @@
"ethereumjs-util": "^4.5.0", "ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "3.0.0", "ethereumjs-vm": "3.0.0",
"fast-async": "^6.1.2", "fast-async": "^6.1.2",
"remix-lib": "0.4.3" "remix-lib": "0.4.4"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",

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

@ -1,6 +1,6 @@
{ {
"name": "remix-simulator", "name": "remix-simulator",
"version": "0.1.3", "version": "0.1.4",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
@ -22,7 +22,7 @@
"express-ws": "^4.0.0", "express-ws": "^4.0.0",
"fast-async": "^6.3.7", "fast-async": "^6.3.7",
"merge": "^1.2.0", "merge": "^1.2.0",
"remix-lib": "0.4.3", "remix-lib": "0.4.4",
"standard": "^10.0.3", "standard": "^10.0.3",
"time-stamp": "^2.0.0", "time-stamp": "^2.0.0",
"web3": "1.0.0-beta.27" "web3": "1.0.0-beta.27"

@ -1,6 +1,6 @@
{ {
"name": "remix-solidity", "name": "remix-solidity",
"version": "0.3.3", "version": "0.3.4",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
@ -17,7 +17,7 @@
"ethereumjs-util": "^4.5.0", "ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "3.0.0", "ethereumjs-vm": "3.0.0",
"fast-async": "^6.1.2", "fast-async": "^6.1.2",
"remix-lib": "0.4.3", "remix-lib": "0.4.4",
"solc": "^0.5.0", "solc": "^0.5.0",
"webworkify": "^1.2.1" "webworkify": "^1.2.1"
}, },

@ -1,6 +1,6 @@
{ {
"name": "remix-tests", "name": "remix-tests",
"version": "0.1.4", "version": "0.1.5",
"description": "Tests for the Ethereum tool suite Remix", "description": "Tests for the Ethereum tool suite Remix",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -42,9 +42,9 @@
"change-case": "^3.0.1", "change-case": "^3.0.1",
"colors": "^1.1.2", "colors": "^1.1.2",
"commander": "^2.13.0", "commander": "^2.13.0",
"remix-lib": "0.4.3", "remix-lib": "0.4.4",
"remix-simulator": "0.1.3", "remix-simulator": "0.1.4",
"remix-solidity": "0.3.3", "remix-solidity": "0.3.4",
"signale": "^1.2.1", "signale": "^1.2.1",
"web3": "1.0.0-beta.36", "web3": "1.0.0-beta.36",
"winston": "^3.0.0" "winston": "^3.0.0"

Loading…
Cancel
Save