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
ManuGowda committed Jan 24, 2020
1 parent 26da27f commit e4560b1
Show file tree
Hide file tree
Showing 20 changed files with 1,104 additions and 39 deletions.
2 changes: 1 addition & 1 deletion commander/package-lock.json

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

8 changes: 4 additions & 4 deletions commander/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-commander",
"version": "3.0.0",
"version": "3.0.1",
"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": "3.0.0",
"@liskhq/lisk-api-client": "3.0.1",
"@liskhq/lisk-constants": "1.3.0",
"@liskhq/lisk-cryptography": "2.4.0",
"@liskhq/lisk-cryptography": "2.4.1",
"@liskhq/lisk-passphrase": "3.0.0",
"@liskhq/lisk-transactions": "3.0.0",
"@liskhq/lisk-transactions": "3.0.1",
"@liskhq/lisk-validator": "0.3.0",
"@oclif/command": "1.5.6",
"@oclif/config": "1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-api-client/package-lock.json

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

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": "3.0.0",
"version": "3.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
2 changes: 1 addition & 1 deletion elements/lisk-client/package-lock.json

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

8 changes: 4 additions & 4 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": "3.0.0",
"version": "3.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 @@ -59,11 +59,11 @@
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check"
},
"dependencies": {
"@liskhq/lisk-api-client": "3.0.0",
"@liskhq/lisk-api-client": "3.0.1",
"@liskhq/lisk-constants": "1.3.0",
"@liskhq/lisk-cryptography": "2.4.0",
"@liskhq/lisk-cryptography": "2.4.1",
"@liskhq/lisk-passphrase": "3.0.0",
"@liskhq/lisk-transactions": "3.0.0",
"@liskhq/lisk-transactions": "3.0.1",
"@types/node": "12.12.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-cryptography/package-lock.json

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

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.4.0",
"version": "2.4.1",
"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
Loading

0 comments on commit e4560b1

Please sign in to comment.