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

Commit

Permalink
v6.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Nov 12, 2021
1 parent 1b957f1 commit 135d872
Show file tree
Hide file tree
Showing 7 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.14.0",
"version": "6.15.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.12.1",
"version": "6.15.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.14.0",
"version": "6.15.0",
"description": "Ledger Hardware Wallet Ethereum Application API",
"keywords": [
"Ledger",
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-app-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/hw-app-solana",
"version": "6.11.2",
"version": "6.15.0",
"description": "Ledger Hardware Wallet Solana 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.11.2",
"version": "6.15.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.11.2",
"version": "6.15.0",
"description": "Ledger Hardware Wallet Bluetooth BLE transport for Node.js (noble)",
"keywords": [
"Ledger",
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.11.2",
"version": "6.15.0",
"description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native",
"keywords": [
"Ledger",
Expand Down

0 comments on commit 135d872

Please sign in to comment.