Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1232 from ethereum/bumpVersion
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
yann300 authored Jun 24, 2019
2 parents 4799630 + f3b398f commit c427cac
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions remix-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-analyzer",
"version": "0.3.7",
"version": "0.3.8",
"description": "Remix Analyzer",
"main": "./index.js",
"contributors": [
Expand All @@ -18,7 +18,7 @@
}
],
"dependencies": {
"remix-lib": "0.4.6"
"remix-lib": "0.4.7"
},
"scripts": {
"lint": "standard",
Expand Down
2 changes: 1 addition & 1 deletion remix-astwalker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-astwalker",
"version": "0.0.2",
"version": "0.0.3",
"description": "Remix sub-module for walking through AST",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions remix-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-debug",
"version": "0.3.8",
"version": "0.3.9",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand All @@ -22,17 +22,17 @@
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "3.0.0",
"fast-async": "^6.1.2",
"remix-lib": "0.4.6",
"remix-lib": "0.4.7",
"web3": "0.20.6"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"babel-eslint": "^10.0.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-es2015": "latest",
"@babel/preset-es2017": "latest",
"@babel/preset-stage-0": "^7.0.0",
"babel-eslint": "^10.0.0",
"babelify": "^10.0.0",
"notify-error": "^1.2.0",
"solc": "^0.5.0",
Expand Down
4 changes: 2 additions & 2 deletions remix-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-lib",
"version": "0.4.6",
"version": "0.4.7",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand All @@ -26,12 +26,12 @@
},
"devDependencies": {
"@babel/core": "^7.4.5",
"babel-eslint": "^10.0.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-es2015": "latest",
"@babel/preset-es2017": "latest",
"@babel/preset-stage-0": "^7.0.0",
"babel-eslint": "^10.0.0",
"babelify": "^10.0.0",
"standard": "^7.0.1",
"tape": "^4.6.0"
Expand Down
4 changes: 2 additions & 2 deletions remix-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-simulator",
"version": "0.1.7",
"version": "0.1.8-alpha",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand All @@ -24,7 +24,7 @@
"express-ws": "^4.0.0",
"fast-async": "^6.3.7",
"merge": "^1.2.0",
"remix-lib": "0.4.6",
"remix-lib": "0.4.7",
"standard": "^10.0.3",
"time-stamp": "^2.0.0",
"web3": "1.0.0-beta.27"
Expand Down
6 changes: 3 additions & 3 deletions remix-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-solidity",
"version": "0.3.7",
"version": "0.3.8",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand All @@ -17,18 +17,18 @@
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "3.0.0",
"fast-async": "^6.1.2",
"remix-lib": "0.4.6",
"remix-lib": "0.4.7",
"solc": "^0.5.0",
"webworkify": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"babel-eslint": "^10.0.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-es2015": "latest",
"@babel/preset-es2017": "latest",
"@babel/preset-stage-0": "^7.0.0",
"babel-eslint": "^10.0.0",
"babelify": "^10.0.0",
"standard": "^7.0.1",
"tape": "^4.6.0"
Expand Down
10 changes: 5 additions & 5 deletions remix-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-tests",
"version": "0.1.9",
"version": "0.1.10",
"description": "Tests for the Ethereum tool suite Remix",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -42,9 +42,9 @@
"change-case": "^3.0.1",
"colors": "^1.1.2",
"commander": "^2.13.0",
"remix-lib": "0.4.6",
"remix-simulator": "0.1.7",
"remix-solidity": "0.3.7",
"remix-lib": "0.4.7",
"remix-simulator": "0.1.8-alpha",
"remix-solidity": "0.3.8",
"signale": "^1.2.1",
"web3": "1.0.0-beta.36",
"winston": "^3.0.0"
Expand All @@ -53,14 +53,14 @@
"yo-yoify": "latest"
},
"devDependencies": {
"@babel/preset-es2017": "latest",
"@types/async": "^2.4.0",
"@types/color-support": "^1.1.0",
"@types/colors": "^1.2.1",
"@types/commander": "^2.12.2",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.21",
"@types/web3": "^1.0.18",
"@babel/preset-es2017": "latest",
"mocha": "^5.1.0",
"standard": "^10.0.3",
"ts-node": "^8.0.2",
Expand Down

0 comments on commit c427cac

Please sign in to comment.