Merge pull request #1246 from ethereum/bumpVersion3

Bump version
pull/5370/head
yann300 6 years ago committed by GitHub
commit b3623771d3
  1. 2
      package.json
  2. 4
      remix-astwalker/package.json
  3. 2
      remix-simulator/package.json
  4. 2
      remix-solidity/package.json
  5. 6
      remix-tests/package.json

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

@ -1,6 +1,6 @@
{ {
"name": "remix-astwalker", "name": "remix-astwalker",
"version": "0.0.3", "version": "0.0.4",
"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": {
@ -32,9 +32,9 @@
] ]
}, },
"dependencies": { "dependencies": {
"remix-lib": "^0.4.6",
"@types/tape": "^4.2.33", "@types/tape": "^4.2.33",
"nyc": "^13.3.0", "nyc": "^13.3.0",
"remix-lib": "^0.4.6",
"tape": "^4.10.1", "tape": "^4.10.1",
"ts-node": "^8.0.3", "ts-node": "^8.0.3",
"typescript": "^3.4.3" "typescript": "^3.4.3"

@ -1,6 +1,6 @@
{ {
"name": "remix-simulator", "name": "remix-simulator",
"version": "0.1.8-alpha.2", "version": "0.1.8",
"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.3.9", "version": "0.3.10",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {

@ -1,6 +1,6 @@
{ {
"name": "remix-tests", "name": "remix-tests",
"version": "0.1.12", "version": "0.1.13",
"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",
@ -43,8 +43,8 @@
"colors": "^1.1.2", "colors": "^1.1.2",
"commander": "^2.13.0", "commander": "^2.13.0",
"remix-lib": "0.4.7", "remix-lib": "0.4.7",
"remix-simulator": "0.1.8-alpha.2", "remix-simulator": "0.1.8",
"remix-solidity": "0.3.9", "remix-solidity": "0.3.10",
"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