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 Aug 21, 2019
1 parent eff5379 commit 6a80189
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 38 deletions.
12 changes: 6 additions & 6 deletions commander/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-commander",
"version": "2.2.3-alpha.0",
"version": "2.2.3",
"description": "A command line interface for Lisk",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -99,11 +99,11 @@
"/docs"
],
"dependencies": {
"@liskhq/lisk-api-client": "2.0.2",
"@liskhq/lisk-constants": "1.2.2",
"@liskhq/lisk-cryptography": "2.3.0-alpha.1",
"@liskhq/lisk-passphrase": "2.0.2",
"@liskhq/lisk-transactions": "2.3.0",
"@liskhq/lisk-api-client": "2.0.3",
"@liskhq/lisk-constants": "1.2.3",
"@liskhq/lisk-cryptography": "2.3.0",
"@liskhq/lisk-passphrase": "2.0.3",
"@liskhq/lisk-transactions": "2.3.1",
"@oclif/command": "1.5.6",
"@oclif/config": "1.9.0",
"@oclif/errors": "1.2.2",
Expand Down
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": "2.0.2",
"version": "2.0.3",
"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
12 changes: 6 additions & 6 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": "2.3.1-alpha.0",
"version": "2.3.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 @@ -59,11 +59,11 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-api-client": "2.0.2",
"@liskhq/lisk-constants": "1.2.2",
"@liskhq/lisk-cryptography": "2.3.0-alpha.1",
"@liskhq/lisk-passphrase": "2.0.2",
"@liskhq/lisk-transactions": "2.3.0",
"@liskhq/lisk-api-client": "2.0.3",
"@liskhq/lisk-constants": "1.2.3",
"@liskhq/lisk-cryptography": "2.3.0",
"@liskhq/lisk-passphrase": "2.0.3",
"@liskhq/lisk-transactions": "2.3.1",
"@types/node": "10.12.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-constants",
"version": "1.2.2",
"version": "1.2.3",
"description": "General constants for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-cryptography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-cryptography",
"version": "2.3.0-alpha.1",
"version": "2.3.0",
"description": "General cryptographic functions for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down
12 changes: 6 additions & 6 deletions elements/lisk-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-elements",
"version": "2.4.0-alpha.1",
"version": "2.4.0",
"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 @@ -59,11 +59,11 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-api-client": "2.0.2",
"@liskhq/lisk-constants": "1.2.2",
"@liskhq/lisk-cryptography": "2.3.0-alpha.1",
"@liskhq/lisk-passphrase": "2.0.2",
"@liskhq/lisk-transactions": "2.3.0",
"@liskhq/lisk-api-client": "2.0.3",
"@liskhq/lisk-constants": "1.2.3",
"@liskhq/lisk-cryptography": "2.3.0",
"@liskhq/lisk-passphrase": "2.0.3",
"@liskhq/lisk-transactions": "2.3.1",
"@types/node": "10.12.21"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-p2p/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-p2p",
"version": "0.3.0-alpha.2",
"version": "0.3.0",
"description": "Unstructured P2P library for use with Lisk-related software",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
"enableLocalIPs": "sudo ./scripts/enableTestLocalIPs.sh 10 19"
},
"dependencies": {
"@liskhq/lisk-cryptography": "2.3.0-alpha.1",
"@liskhq/lisk-cryptography": "2.3.0",
"lodash.shuffle": "4.2.0",
"semver": "5.6.0",
"socketcluster-client": "14.3.0",
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-passphrase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-passphrase",
"version": "2.0.2",
"version": "2.0.3",
"description": "Mnemonic passphrase helpers for use with Lisk-related software",
"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-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-transactions",
"version": "2.3.0",
"version": "2.3.1",
"description": "Everything related to transactions according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@liskhq/bignum": "1.3.1",
"@liskhq/lisk-cryptography": "2.3.0-alpha.1",
"@liskhq/lisk-cryptography": "2.3.0",
"@types/node": "10.12.21",
"ajv": "6.8.1",
"ajv-merge-patch": "4.1.0"
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-validator",
"version": "0.2.0",
"version": "0.2.1",
"description": "Validation library according to the Lisk protocol",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@liskhq/bignum": "1.3.1",
"@liskhq/lisk-cryptography": "2.3.0-alpha.1",
"@liskhq/lisk-cryptography": "2.3.0",
"@types/node": "10.12.21",
"@types/semver": "5.5.0",
"@types/validator": "10.9.0",
Expand Down
2 changes: 1 addition & 1 deletion framework/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-framework",
"version": "0.4.0-alpha.1",
"version": "0.4.0",
"description": "Lisk blockchain application platform",
"author": "Lisk Foundation <admin@lisk.io>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,11 +49,11 @@
},
"dependencies": {
"@liskhq/bignum": "1.3.1",
"@liskhq/lisk-cryptography": "2.3.0-alpha.1",
"@liskhq/lisk-p2p": "0.3.0-alpha.2",
"@liskhq/lisk-cryptography": "2.3.0",
"@liskhq/lisk-p2p": "0.3.0",
"@liskhq/lisk-transaction-pool": "0.1.2",
"@liskhq/lisk-transactions": "2.3.0",
"@liskhq/lisk-validator": "0.2.0",
"@liskhq/lisk-transactions": "2.3.1",
"@liskhq/lisk-validator": "0.2.1",
"ajv": "6.7.0",
"ajv-keywords": "3.4.0",
"async": "2.6.1",
Expand Down
8 changes: 4 additions & 4 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-sdk",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"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 All @@ -23,8 +23,8 @@
"main": "src/index.js",
"dependencies": {
"@liskhq/bignum": "1.3.1",
"@liskhq/lisk-cryptography": "2.3.0-alpha.1",
"@liskhq/lisk-transactions": "2.3.0",
"lisk-framework": "0.4.0-alpha.1"
"@liskhq/lisk-cryptography": "2.3.0",
"@liskhq/lisk-transactions": "2.3.1",
"lisk-framework": "0.4.0"
}
}

0 comments on commit 6a80189

Please sign in to comment.