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

Commit

Permalink
v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Sep 6, 2021
1 parent 7f14edd commit d694b9f
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 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.5.0",
"version": "6.6.0",
"npmClient": "yarn",
"useWorkspaces": true
}
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.3.0",
"version": "6.6.0",
"description": "Ledger Hardware Wallet Bitcoin Application API",
"keywords": [
"Ledger",
Expand Down
2 changes: 1 addition & 1 deletion 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.5.0",
"version": "6.6.0",
"description": "Ledger Hardware Wallet Ethereum Application API",
"keywords": [
"Ledger",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-transport-http",
"version": "6.3.0",
"version": "6.6.0",
"description": "Ledger Hardware Wallet communication layer over http",
"keywords": [
"Ledger",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-node-ble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-transport-node-ble",
"version": "6.3.0",
"version": "6.6.0",
"description": "Ledger Hardware Wallet Bluetooth BLE transport for Node.js (noble)",
"keywords": [
"Ledger",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-node-hid-noevents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-transport-node-hid-noevents",
"version": "6.3.0",
"version": "6.6.0",
"description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid. without usb events",
"keywords": [
"Ledger",
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-transport-node-hid-singleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-transport-node-hid-singleton",
"version": "6.3.0",
"version": "6.6.0",
"description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid and usb-detection",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@ledgerhq/devices": "^6.3.0",
"@ledgerhq/errors": "^6.2.0",
"@ledgerhq/hw-transport": "^6.3.0",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.3.0",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.6.0",
"@ledgerhq/logs": "^6.2.0",
"lodash": "^4.17.21",
"node-hid": "2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/hw-transport-node-hid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-transport-node-hid",
"version": "6.3.0",
"version": "6.6.0",
"description": "Ledger Hardware Wallet Node implementation of the communication layer, using node-hid",
"keywords": [
"Ledger",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@ledgerhq/devices": "^6.3.0",
"@ledgerhq/errors": "^6.2.0",
"@ledgerhq/hw-transport": "^6.3.0",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.3.0",
"@ledgerhq/hw-transport-node-hid-noevents": "^6.6.0",
"@ledgerhq/logs": "^6.2.0",
"lodash": "^4.17.21",
"node-hid": "2.1.1",
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.3.0",
"version": "6.6.0",
"description": "Ledger Hardware Wallet Web Bluetooth implementation of the communication layer",
"keywords": [
"Ledger",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-transport-webusb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-transport-webusb",
"version": "6.3.0",
"version": "6.6.0",
"description": "Ledger Hardware Wallet WebUSB 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.3.0",
"version": "6.6.0",
"nativePackage": true,
"description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-hw-transport-ble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/react-native-hw-transport-ble",
"version": "6.3.0",
"version": "6.6.0",
"description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native",
"keywords": [
"Ledger",
Expand Down

0 comments on commit d694b9f

Please sign in to comment.