Skip to content

Commit

Permalink
beta.1 release: bumped versions to the respective beta.1 versions, up…
Browse files Browse the repository at this point in the history
…dated internal dependencies and devDependencies
  • Loading branch information
holgerd77 committed Oct 21, 2020
1 parent 2c7c863 commit af0f76e
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 3.0.0 - UNRELEASED
## 3.0.0-beta.1 - 2020-10-22

### New Package Name

Expand Down
6 changes: 3 additions & 3 deletions packages/block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/block",
"version": "3.0.0",
"version": "3.0.0-beta.1",
"description": "Provides Block serialization and help functions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"homepage": "https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/block#synopsis",
"dependencies": {
"@ethereumjs/common": "^1.5.1",
"@ethereumjs/tx": "^2.1.2",
"@ethereumjs/common": "2.0.0-beta.1",
"@ethereumjs/tx": "3.0.0-beta.1",
"@types/bn.js": "^4.11.6",
"ethereumjs-util": "^7.0.7",
"merkle-patricia-tree": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.0.0] - UNRELEASED
## 5.0.0-beta.1 - 2020-10-22

### New Package Name

Expand Down
8 changes: 4 additions & 4 deletions packages/blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/blockchain",
"version": "4.0.3",
"version": "5.0.0-beta.1",
"description": "A module to store and interact with blocks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"homepage": "https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/blockchain#synopsis",
"dependencies": {
"@ethereumjs/block": "^3.0.0",
"@ethereumjs/common": "^1.5.1",
"@ethereumjs/ethash": "^1.0.0",
"@ethereumjs/block": "3.0.0-beta.1",
"@ethereumjs/common": "2.0.0-beta.1",
"@ethereumjs/ethash": "1.0.0-beta.1",
"ethereumjs-util": "^7.0.7",
"level-mem": "^5.0.1",
"lru-cache": "^5.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/common",
"version": "1.5.1",
"version": "2.0.0-beta.1",
"description": "Resources common to all Ethereum implementations",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -40,6 +40,9 @@
"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
},
"homepage": "https://github.com/ethereumjs-ethereumjs/common",
"dependencies": {
"crc-32": "^1.2.0"
},
"devDependencies": {
"@ethereumjs/config-coverage": "^2.0.0",
"@ethereumjs/config-typescript": "^2.0.0",
Expand All @@ -65,8 +68,5 @@
"name": "Holger Drewes",
"email": "Holger.Drewes@gmail.com"
}
],
"dependencies": {
"crc-32": "^1.2.0"
}
]
}
2 changes: 1 addition & 1 deletion packages/ethash/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0] - [UNRELEASED]
## 1.0.0-beta.1 - 2020-10-22

### New Package Name

Expand Down
4 changes: 2 additions & 2 deletions packages/ethash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/ethash",
"version": "1.0.0",
"version": "1.0.0-beta.1",
"description": "An ethash implementation in JS.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"miller-rabin": "^4.0.0"
},
"devDependencies": {
"@ethereumjs/block": "^3.0.0",
"@ethereumjs/block": "3.0.0-beta.1",
"@ethereumjs/config-coverage": "^2.0.0",
"@ethereumjs/config-typescript": "^2.0.0",
"@ethereumjs/eslint-config-defaults": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.0.0] - [UNRELEASED]
## 3.0.0-beta.1 - 2020-10-22

### New Package Name

Expand Down
4 changes: 2 additions & 2 deletions packages/tx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/tx",
"version": "2.1.2",
"version": "3.0.0-beta.1",
"description": "A simple module for creating, manipulating and signing Ethereum transactions",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"author": "mjbecze <mb@ethdev.com>",
"license": "MPL-2.0",
"dependencies": {
"@ethereumjs/common": "^1.5.1",
"@ethereumjs/common": "2.0.0-beta.1",
"ethereumjs-util": "^7.0.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.0.0] - [UNRELEASED]
## 5.0.0-beta.1 - 2020-10-22

### New Package Name

Expand Down
10 changes: 5 additions & 5 deletions packages/vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereumjs/vm",
"version": "4.1.3",
"version": "5.0.0-beta.1",
"description": "An Ethereum VM implementation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -45,10 +45,10 @@
"dependencies": {
"async-eventemitter": "^0.2.4",
"core-js-pure": "^3.0.1",
"@ethereumjs/block": "^3.0.0",
"@ethereumjs/blockchain": "^4.0.3",
"@ethereumjs/common": "^1.5.1",
"@ethereumjs/tx": "^2.1.2",
"@ethereumjs/block": "3.0.0-beta.1",
"@ethereumjs/blockchain": "5.0.0-beta.1",
"@ethereumjs/common": "2.0.0-beta.1",
"@ethereumjs/tx": "3.0.0-beta.1",
"ethereumjs-util": "^7.0.7",
"functional-red-black-tree": "^1.0.1",
"merkle-patricia-tree": "^4.0.0",
Expand Down

0 comments on commit af0f76e

Please sign in to comment.