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

Release v0.1.21 #1305

Merged
merged 2 commits into from
Sep 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.20",
"version": "0.1.21",
"devDependencies": {
"gulp": "^3.9.1",
"lerna": "^2.10.2"
Expand Down
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.14",
"version": "0.3.15",
"description": "Remix Analyzer",
"main": "./index.js",
"contributors": [
Expand All @@ -18,7 +18,7 @@
}
],
"dependencies": {
"remix-lib": "0.4.13"
"remix-lib": "0.4.14"
},
"scripts": {
"lint": "standard",
Expand Down
4 changes: 2 additions & 2 deletions remix-astwalker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-astwalker",
"version": "0.0.10",
"version": "0.0.11",
"description": "Remix sub-module for walking through AST",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@types/tape": "^4.2.33",
"nyc": "^13.3.0",
"remix-lib": "0.4.13",
"remix-lib": "0.4.14",
"tape": "^4.10.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.3"
Expand Down
4 changes: 2 additions & 2 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.15",
"version": "0.3.16",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand All @@ -22,7 +22,7 @@
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "3.0.0",
"fast-async": "^6.1.2",
"remix-lib": "0.4.13",
"remix-lib": "0.4.14",
"web3": "0.20.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion remix-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remix-lib",
"version": "0.4.13",
"version": "0.4.14",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
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.9-alpha.6",
"version": "0.1.9-alpha.7",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand All @@ -26,7 +26,7 @@
"express-ws": "^4.0.0",
"fast-async": "^6.3.7",
"merge": "^1.2.0",
"remix-lib": "0.4.13",
"remix-lib": "0.4.14",
"standard": "^10.0.3",
"time-stamp": "^2.0.0",
"web3": "^1.0.0-beta.37"
Expand Down
4 changes: 2 additions & 2 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.16",
"version": "0.3.17",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand All @@ -17,7 +17,7 @@
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "3.0.0",
"fast-async": "^6.1.2",
"remix-lib": "0.4.13",
"remix-lib": "0.4.14",
"solc": "^0.5.0",
"webworkify": "^1.2.1"
},
Expand Down
8 changes: 4 additions & 4 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.19",
"version": "0.1.20",
"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.13",
"remix-simulator": "0.1.9-alpha.6",
"remix-solidity": "0.3.16",
"remix-lib": "0.4.14",
"remix-simulator": "0.1.9-alpha.7",
"remix-solidity": "0.3.17",
"signale": "^1.4.0",
"web3": "1.0.0-beta.36",
"winston": "^3.0.0"
Expand Down