Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
⬆️ Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Dec 14, 2020
1 parent d9554b2 commit 1e2b330
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion elements/lisk-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-api-client",
"version": "5.0.1-alpha.0",
"version": "5.0.1",
"description": "An API client for the Lisk network",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-client",
"version": "5.0.1-alpha.0",
"version": "5.0.1",
"description": "A default set of Elements for use by clients of the Lisk network",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-api-client": "^5.0.1-alpha.0",
"@liskhq/lisk-api-client": "^5.0.1",
"@liskhq/lisk-codec": "^0.1.0",
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-passphrase": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-elements",
"version": "5.0.0",
"version": "5.0.1",
"description": "Elements for building blockchain applications in the Lisk network",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,7 +36,7 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-api-client": "^5.0.1-alpha.0",
"@liskhq/lisk-api-client": "^5.0.1",
"@liskhq/lisk-bft": "^0.2.0",
"@liskhq/lisk-chain": "^0.2.0",
"@liskhq/lisk-codec": "^0.1.0",
Expand Down
6 changes: 3 additions & 3 deletions framework-plugins/lisk-framework-forger-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-forger-plugin",
"version": "0.1.1-alpha.0",
"version": "0.1.1",
"description": "A plugin for lisk-framework that monitors configured delegates forging activity and voters information.",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -52,10 +52,10 @@
"express-rate-limit": "5.1.3",
"fs-extra": "9.0.0",
"ip": "1.1.5",
"lisk-framework": "^0.7.1-alpha.0"
"lisk-framework": "^0.7.1"
},
"devDependencies": {
"@liskhq/lisk-api-client": "^5.0.1-alpha.0",
"@liskhq/lisk-api-client": "^5.0.1",
"@liskhq/lisk-genesis": "^0.1.0",
"@types/cors": "2.8.6",
"@types/debug": "4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions framework-plugins/lisk-framework-http-api-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-http-api-plugin",
"version": "0.1.1-alpha.0",
"version": "0.1.1",
"description": "A plugin for lisk-framework that provides basic HTTP API endpoints to get running node information.",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"express": "4.17.1",
"express-rate-limit": "5.1.3",
"ip": "1.1.5",
"lisk-framework": "^0.7.1-alpha.0"
"lisk-framework": "^0.7.1"
},
"devDependencies": {
"@liskhq/lisk-cryptography": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions framework-plugins/lisk-framework-monitor-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-monitor-plugin",
"version": "0.1.1-alpha.0",
"version": "0.1.1",
"description": "A plugin for lisk-framework that provides network statistics of the running node",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
"express": "4.17.1",
"express-rate-limit": "5.1.3",
"ip": "1.1.5",
"lisk-framework": "^0.7.1-alpha.0"
"lisk-framework": "^0.7.1"
},
"devDependencies": {
"@types/cors": "2.8.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-framework-report-misbehavior-plugin",
"version": "0.1.1-alpha.0",
"version": "0.1.1",
"description": "A plugin for lisk-framework that provides automatic detection of delegate misbehavior and sends a reportDelegateMisbehaviorTransaction to the running node",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@liskhq/lisk-validator": "^0.5.0",
"debug": "4.1.1",
"fs-extra": "9.0.0",
"lisk-framework": "^0.7.1-alpha.0"
"lisk-framework": "^0.7.1"
},
"devDependencies": {
"@types/cors": "2.8.6",
Expand Down
4 changes: 2 additions & 2 deletions framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-framework",
"version": "0.7.1-alpha.0",
"version": "0.7.1",
"description": "Lisk blockchain application platform",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"ws": "7.3.1"
},
"devDependencies": {
"@liskhq/lisk-api-client": "^5.0.1-alpha.0",
"@liskhq/lisk-api-client": "^5.0.1",
"@liskhq/lisk-passphrase": "^3.0.1",
"@liskhq/lisk-transactions": "^5.0.0",
"@types/bunyan": "1.8.6",
Expand Down
14 changes: 7 additions & 7 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-sdk",
"version": "5.0.1-alpha.0",
"version": "5.0.1",
"description": "Official SDK for the Lisk blockchain application platform",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,16 +29,16 @@
"build": "tsc"
},
"dependencies": {
"@liskhq/lisk-api-client": "^5.0.1-alpha.0",
"@liskhq/lisk-api-client": "^5.0.1",
"@liskhq/lisk-bft": "^0.2.0",
"@liskhq/lisk-chain": "^0.2.0",
"@liskhq/lisk-codec": "^0.1.0",
"@liskhq/lisk-cryptography": "^3.0.0",
"@liskhq/lisk-db": "^0.1.0",
"@liskhq/lisk-framework-forger-plugin": "^0.1.1-alpha.0",
"@liskhq/lisk-framework-http-api-plugin": "^0.1.1-alpha.0",
"@liskhq/lisk-framework-monitor-plugin": "^0.1.1-alpha.0",
"@liskhq/lisk-framework-report-misbehavior-plugin": "^0.1.1-alpha.0",
"@liskhq/lisk-framework-forger-plugin": "^0.1.1",
"@liskhq/lisk-framework-http-api-plugin": "^0.1.1",
"@liskhq/lisk-framework-monitor-plugin": "^0.1.1",
"@liskhq/lisk-framework-report-misbehavior-plugin": "^0.1.1",
"@liskhq/lisk-genesis": "^0.1.0",
"@liskhq/lisk-p2p": "^0.6.0",
"@liskhq/lisk-passphrase": "^3.0.1",
Expand All @@ -47,7 +47,7 @@
"@liskhq/lisk-tree": "^0.1.0",
"@liskhq/lisk-utils": "^0.1.0",
"@liskhq/lisk-validator": "^0.5.0",
"lisk-framework": "^0.7.1-alpha.0"
"lisk-framework": "^0.7.1"
},
"devDependencies": {
"eslint": "7.8.1",
Expand Down

0 comments on commit 1e2b330

Please sign in to comment.