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

Commit

Permalink
v6.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Dec 24, 2021
1 parent 5aed812 commit db3d505
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "6.20.0",
"version": "6.21.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/cryptoassets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/cryptoassets",
"version": "6.20.0",
"version": "6.21.0",
"description": "Ledger crypto-assets list",
"keywords": [
"Ledger"
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-app-btc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-app-btc",
"version": "6.20.0",
"version": "6.21.0",
"description": "Ledger Hardware Wallet Bitcoin Application API",
"keywords": [
"Ledger",
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-app-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-app-eth",
"version": "6.20.0",
"version": "6.21.0",
"description": "Ledger Hardware Wallet Ethereum Application API",
"keywords": [
"Ledger",
Expand All @@ -27,7 +27,7 @@
"types": "lib/Eth.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/cryptoassets": "^6.20.0",
"@ledgerhq/cryptoassets": "^6.21.0",
"@ledgerhq/errors": "^6.10.0",
"@ledgerhq/hw-transport": "^6.20.0",
"@ledgerhq/logs": "^6.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-web-ble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-transport-web-ble",
"version": "6.20.0",
"version": "6.21.0",
"description": "Ledger Hardware Wallet Web Bluetooth implementation of the communication layer",
"keywords": [
"Ledger",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-hid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/react-native-hid",
"version": "6.20.0",
"version": "6.21.0",
"nativePackage": true,
"description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
"keywords": [
Expand Down

0 comments on commit db3d505

Please sign in to comment.