Skip to content

Commit 2b2e8b4

Browse files
Version Packages (#495)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2cb66fc commit 2b2e8b4

File tree

9 files changed

+50
-26
lines changed

9 files changed

+50
-26
lines changed

.changeset/famous-apricots-tan.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

apps/wallet-api-tools/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ledgerhq/wallet-api-tools
22

3+
## 0.6.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @ledgerhq/wallet-api-simulator@2.0.2
9+
310
## 0.6.9
411

512
### Patch Changes

apps/wallet-api-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/wallet-api-tools",
3-
"version": "0.6.9",
3+
"version": "0.6.10",
44
"repository": "[email protected]:LedgerHQ/wallet-api.git",
55
"private": true,
66
"scripts": {

examples/client-nextjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ledgerhq/client-nextjs
22

3+
## 0.1.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @ledgerhq/wallet-api-simulator@2.0.2
9+
310
## 0.1.42
411

512
### Patch Changes

examples/client-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/client-nextjs",
3-
"version": "0.1.42",
3+
"version": "0.1.43",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/server/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @ledgerhq/wallet-api-server
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#494](https://github.com/LedgerHQ/wallet-api/pull/494) [`2cb66fc`](https://github.com/LedgerHQ/wallet-api/commit/2cb66fc8f9432353723ce050bf00093e5b0523f0) Thanks [@Justkant](https://github.com/Justkant)! - refactor!: remove useWalletAPIServer React hook from server package
8+
9+
BREAKING CHANGE: The useWalletAPIServer React hook has been removed from
10+
@ledgerhq/wallet-api-server (v3.0.0). Users should instantiate WalletAPIServer
11+
directly using the constructor or implement their own React hook.
12+
13+
Changes:
14+
15+
- Remove useWalletAPIServer hook and react.ts file from server package
16+
- Remove React peer dependencies from package.json
17+
- Update documentation to reflect removal and provide migration guide
18+
- Update examples to use WalletAPIServer constructor directly
19+
- Remove setAccounts() and setCurrencies() references (v2.0.0 changes)
20+
- Add callouts explaining new account.list and currency.list handler requirements
21+
- Update Ledger Live integration docs to clarify custom hook implementation
22+
23+
Migration:
24+
25+
- Use WalletAPIServer constructor directly for simple use cases
26+
- Implement custom React hook for advanced state management (see Ledger Live example)
27+
328
## 2.0.1
429

530
### Patch Changes

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/wallet-api-server",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"license": "MIT",
55
"main": "lib/index.js",
66
"module": "lib-es/index.js",

packages/simulator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ledgerhq/wallet-api-simulator
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2cb66fc`](https://github.com/LedgerHQ/wallet-api/commit/2cb66fc8f9432353723ce050bf00093e5b0523f0)]:
8+
- @ledgerhq/wallet-api-server@3.0.0
9+
310
## 2.0.1
411

512
### Patch Changes

packages/simulator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ledgerhq/wallet-api-simulator",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"license": "MIT",
55
"main": "lib/index.js",
66
"module": "lib-es/index.js",

0 commit comments

Comments
 (0)