Skip to content

Commit

Permalink
⬆️ Bump version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuGowda committed Nov 27, 2023
1 parent bf3adfe commit f942d1f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-desktop",
"version": "3.0.0-rc.5",
"version": "3.0.0",
"productName": "Lisk",
"description": "Lisk",
"main": "./build/main.js",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Lisk",
"version": "3.0.0-rc.5",
"version": "3.0.0",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "GPL-3.0",
"productName": "Lisk",
Expand Down Expand Up @@ -121,7 +121,7 @@
"dependencies": {
"@hookform/resolvers": "2.8.8",
"@ledgerhq/hw-transport-node-hid": "6.27.17-next.0",
"@liskhq/lisk-client": "6.0.0",
"@liskhq/lisk-client": "6.0.1",
"@tanstack/react-query": "4.0.10",
"@tanstack/react-query-devtools": "4.2.1",
"@walletconnect/sign-client": "2.9.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2128,10 +2128,10 @@
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==

"@liskhq/lisk-api-client@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@liskhq/lisk-api-client/-/lisk-api-client-6.0.0.tgz#2d0fbf128f4341b394154bd1987a688008c38578"
integrity sha512-IdApCNokD8TBbxf3ovuQ9Htd1VkhUkifWVt3bM000VAI7Qg7JxZismLvH3P/fhEIEh4xzdyj1bMP7TdZWF0v7Q==
"@liskhq/lisk-api-client@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@liskhq/lisk-api-client/-/lisk-api-client-6.0.1.tgz#5b78a48c3c98b047391e07114eb05887709a6f85"
integrity sha512-eyyZz0ZAUiGKCX9armNkEpYVmb/yz2JhKL6OygDUtbPO7X7V6Ofu7XH+mBoPdtPEyNhi59idSnJuOclpZ5kWtw==
dependencies:
"@liskhq/lisk-codec" "^0.4.0"
"@liskhq/lisk-cryptography" "^4.0.0"
Expand All @@ -2141,12 +2141,12 @@
ws "8.11.0"
zeromq "6.0.0-beta.6"

"@liskhq/[email protected].0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@liskhq/lisk-client/-/lisk-client-6.0.0.tgz#ad107bad739a90d38b91243fc453f0050079eb75"
integrity sha512-+z9WozvWRj9l0rKIPYeVyBv9jvaiWhrJPLwgx+paAbypD50PUzFsEXMSOfsHR6hjwfnvfTBbhCD5eGvWRdBA9Q==
"@liskhq/[email protected].1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@liskhq/lisk-client/-/lisk-client-6.0.1.tgz#17e1727ae829b98b1ddca4393785987c015bf7e8"
integrity sha512-RdaFHNuCmjVLZbzAqF/BboszZJCpgqOUpb5SKsQOyHBLZA2/x76sZURb0DA0XBRbb1vxDh3GC2F9a3OrWf7sKQ==
dependencies:
"@liskhq/lisk-api-client" "^6.0.0"
"@liskhq/lisk-api-client" "^6.0.1"
"@liskhq/lisk-codec" "^0.4.0"
"@liskhq/lisk-cryptography" "^4.0.0"
"@liskhq/lisk-passphrase" "^4.0.0"
Expand Down

0 comments on commit f942d1f

Please sign in to comment.