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 Jan 17, 2020
1 parent b3cb6c8 commit 6cff472
Show file tree
Hide file tree
Showing 29 changed files with 80 additions and 80 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.

14 changes: 7 additions & 7 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-alpha.3",
"version": "3.0.0",
"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,12 +99,12 @@
"/docs"
],
"dependencies": {
"@liskhq/lisk-api-client": "3.0.0-alpha.1",
"@liskhq/lisk-constants": "1.3.0-alpha.1",
"@liskhq/lisk-cryptography": "2.4.0-alpha.2",
"@liskhq/lisk-passphrase": "3.0.0-alpha.1",
"@liskhq/lisk-transactions": "3.0.0-alpha.1",
"@liskhq/lisk-validator": "0.3.0-alpha.1",
"@liskhq/lisk-api-client": "3.0.0",
"@liskhq/lisk-constants": "1.3.0",
"@liskhq/lisk-cryptography": "2.4.0",
"@liskhq/lisk-passphrase": "3.0.0",
"@liskhq/lisk-transactions": "3.0.0",
"@liskhq/lisk-validator": "0.3.0",
"@oclif/command": "1.5.6",
"@oclif/config": "1.9.0",
"@oclif/errors": "1.2.2",
Expand Down
18 changes: 9 additions & 9 deletions elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ Lisk Elements supports the modular architecture of the Lisk SDK, where libraries

| Package | Version | Description |
| ---------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------ |
| [lisk-elements](/elements/lisk-elements) | [![](https://img.shields.io/badge/npm-v2.4.0-green.svg)](https://www.npmjs.com/package/lisk-elements) | Package contains everything |
| [@liskhq/lisk-client](/elements/lisk-client) | [![](https://img.shields.io/badge/npm-v2.3.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-client) | A default set of Elements for use by clients of the Lisk network |
| [@liskhq/lisk-api-client](/elements/lisk-api-client) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network |
| [@liskhq/lisk-constants](/elements/lisk-constants) | [![](https://img.shields.io/badge/npm-v1.2.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software |
| [@liskhq/lisk-cryptography](/elements/lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software |
| [@liskhq/lisk-passphrase](/elements/lisk-passphrase) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software |
| [@liskhq/lisk-transactions](/elements/lisk-transactions) | [![](https://img.shields.io/badge/npm-v2.3.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol |
| [@liskhq/lisk-transaction-pool](/elements/lisk-transaction-pool) | [![](https://img.shields.io/badge/npm-v0.2.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transaction-pool) | Transaction pool implementation for the Lisk network |
| [@liskhq/lisk-p2p](/elements/lisk-p2p) | [![](https://img.shields.io/badge/npm-v0.3.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-p2p) | _unstructured_ P2P library for the Lisk protocol |
| [lisk-elements](/packages/lisk-elements) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/lisk-elements) | Package contains everything |
| [@liskhq/lisk-client](/packages/lisk-client) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-client) | A default set of Elements for use by clients of the Lisk network |
| [@liskhq/lisk-api-client](/packages/lisk-api-client) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network |
| [@liskhq/lisk-constants](/packages/lisk-constants) | [![](https://img.shields.io/badge/npm-v1.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software |
| [@liskhq/lisk-cryptography](/packages/lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.4.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software |
| [@liskhq/lisk-passphrase](/packages/lisk-passphrase) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software |
| [@liskhq/lisk-transactions](/packages/lisk-transactions) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol |
| [@liskhq/lisk-transaction-pool](/packages/lisk-transaction-pool) | [![](https://img.shields.io/badge/npm-v0.2.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transaction-pool) | Transaction pool implementation for the Lisk network |
| [@liskhq/lisk-p2p](/packages/lisk-p2p) | [![](https://img.shields.io/badge/npm-v0.4.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-p2p) | _unstructured_ P2P library for the Lisk protocol |

## Installation

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-alpha.1",
"version": "3.0.0",
"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
10 changes: 5 additions & 5 deletions elements/lisk-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ Or minified:

| Package | Version | Description |
| -------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------ |
| [@liskhq/lisk-api-client](../lisk-api-client) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network |
| [@liskhq/lisk-constants](../lisk-constants) | [![](https://img.shields.io/badge/npm-v1.2.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software |
| [@liskhq/lisk-cryptography](../lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software |
| [@liskhq/lisk-passphrase](../lisk-passphrase) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software |
| [@liskhq/lisk-transactions](/packages/lisk-transactions) | [![](https://img.shields.io/badge/npm-v2.3.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol |
| [@liskhq/lisk-api-client](../lisk-api-client) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network |
| [@liskhq/lisk-constants](../lisk-constants) | [![](https://img.shields.io/badge/npm-v1.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software |
| [@liskhq/lisk-cryptography](../lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.4.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software |
| [@liskhq/lisk-passphrase](../lisk-passphrase) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software |
| [@liskhq/lisk-transactions](/packages/lisk-transactions) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol |

## License

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.

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": "3.0.0-alpha.2",
"version": "3.0.0",
"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-alpha.1",
"@liskhq/lisk-constants": "1.3.0-alpha.1",
"@liskhq/lisk-cryptography": "2.4.0-alpha.2",
"@liskhq/lisk-passphrase": "3.0.0-alpha.1",
"@liskhq/lisk-transactions": "3.0.0-alpha.1",
"@liskhq/lisk-api-client": "3.0.0",
"@liskhq/lisk-constants": "1.3.0",
"@liskhq/lisk-cryptography": "2.4.0",
"@liskhq/lisk-passphrase": "3.0.0",
"@liskhq/lisk-transactions": "3.0.0",
"@types/node": "12.12.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-constants/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-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-constants",
"version": "1.3.0-alpha.1",
"version": "1.3.0",
"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-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-alpha.2",
"version": "2.4.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
18 changes: 9 additions & 9 deletions elements/lisk-elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ Full documentation can be found on the [Lisk documentation site][].

| Package | Version | Description |
| ---------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------ |
| [lisk-elements](/packages/lisk-elements) | [![](https://img.shields.io/badge/npm-v2.1.0-green.svg)](https://www.npmjs.com/package/lisk-elements) | Package contains everything |
| [@liskhq/lisk-client](/packages/lisk-client) | [![](https://img.shields.io/badge/npm-v2.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-client) | A default set of Elements for use by clients of the Lisk network |
| [@liskhq/lisk-api-client](/packages/lisk-api-client) | [![](https://img.shields.io/badge/npm-v2.0.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network |
| [@liskhq/lisk-constants](/packages/lisk-constants) | [![](https://img.shields.io/badge/npm-v1.2.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software |
| [@liskhq/lisk-cryptography](/packages/lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software |
| [@liskhq/lisk-passphrase](/packages/lisk-passphrase) | [![](https://img.shields.io/badge/npm-v2.0.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software |
| [@liskhq/lisk-transactions](/packages/lisk-transactions) | [![](https://img.shields.io/badge/npm-v2.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol |
| [@liskhq/lisk-transaction-pool](/packages/lisk-transaction-pool) | [![](https://img.shields.io/badge/npm-v0.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transaction-pool) | Transaction pool implementation for the Lisk network |
| [@liskhq/lisk-p2p](/packages/lisk-p2p) | [![](https://img.shields.io/badge/npm-v0.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-p2p) | _unstructured_ P2P library for the Lisk protocol |
| [lisk-elements](/packages/lisk-elements) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/lisk-elements) | Package contains everything |
| [@liskhq/lisk-client](/packages/lisk-client) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-client) | A default set of Elements for use by clients of the Lisk network |
| [@liskhq/lisk-api-client](/packages/lisk-api-client) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network |
| [@liskhq/lisk-constants](/packages/lisk-constants) | [![](https://img.shields.io/badge/npm-v1.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software |
| [@liskhq/lisk-cryptography](/packages/lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.4.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software |
| [@liskhq/lisk-passphrase](/packages/lisk-passphrase) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software |
| [@liskhq/lisk-transactions](/packages/lisk-transactions) | [![](https://img.shields.io/badge/npm-v3.0.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol |
| [@liskhq/lisk-transaction-pool](/packages/lisk-transaction-pool) | [![](https://img.shields.io/badge/npm-v0.2.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transaction-pool) | Transaction pool implementation for the Lisk network |
| [@liskhq/lisk-p2p](/packages/lisk-p2p) | [![](https://img.shields.io/badge/npm-v0.4.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-p2p) | _unstructured_ P2P library for the Lisk protocol |

## Tests

Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-elements/package-lock.json

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

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": "3.0.0-alpha.2",
"version": "3.0.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": "3.0.0-alpha.1",
"@liskhq/lisk-constants": "1.3.0-alpha.1",
"@liskhq/lisk-cryptography": "2.4.0-alpha.2",
"@liskhq/lisk-passphrase": "3.0.0-alpha.1",
"@liskhq/lisk-transactions": "3.0.0-alpha.1",
"@liskhq/lisk-api-client": "3.0.0",
"@liskhq/lisk-constants": "1.3.0",
"@liskhq/lisk-cryptography": "2.4.0",
"@liskhq/lisk-passphrase": "3.0.0",
"@liskhq/lisk-transactions": "3.0.0",
"@types/node": "12.12.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-p2p/package-lock.json

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

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.4.0-alpha.0",
"version": "0.4.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 @@ -55,7 +55,7 @@
"disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19"
},
"dependencies": {
"@liskhq/lisk-cryptography": "2.4.0-alpha.2",
"@liskhq/lisk-cryptography": "2.4.0",
"lodash.shuffle": "4.2.0",
"semver": "5.6.0",
"socketcluster-client": "14.3.1",
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-passphrase/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-passphrase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-passphrase",
"version": "3.0.0-alpha.1",
"version": "3.0.0",
"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
2 changes: 1 addition & 1 deletion elements/lisk-transaction-pool/package-lock.json

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

4 changes: 2 additions & 2 deletions elements/lisk-transaction-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liskhq/lisk-transaction-pool",
"version": "0.2.0-alpha.2",
"version": "0.2.0",
"description": "Transaction pool 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 @@ -64,6 +64,6 @@
"typescript": "3.7.2"
},
"dependencies": {
"@liskhq/lisk-cryptography": "2.4.0-alpha.2"
"@liskhq/lisk-cryptography": "2.4.0"
}
}
2 changes: 1 addition & 1 deletion elements/lisk-transactions/package-lock.json

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

Loading

0 comments on commit 6cff472

Please sign in to comment.