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

Commit

Permalink
v6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Oct 8, 2021
1 parent 99f9f68 commit 893232a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.8.2",
"version": "6.9.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.8.1",
"version": "6.9.0",
"description": "Ledger crypto-assets list",
"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.8.2",
"version": "6.9.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.8.1",
"@ledgerhq/cryptoassets": "^6.9.0",
"@ledgerhq/errors": "^6.2.0",
"@ledgerhq/hw-transport": "^6.7.0",
"@ledgerhq/logs": "^6.2.0",
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.8.1",
"version": "6.9.0",
"nativePackage": true,
"description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
"keywords": [
Expand Down

0 comments on commit 893232a

Please sign in to comment.