Skip to content

Commit 35852af

Browse files
Version Packages (#517)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d5ad3af commit 35852af

21 files changed

Lines changed: 112 additions & 22 deletions

File tree

.changeset/grumpy-colts-kick.md

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

apps/docs/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#515](https://github.com/LedgerHQ/wallet-api/pull/515) [`d5ad3af`](https://github.com/LedgerHQ/wallet-api/commit/d5ad3af905b5661a579235493f9059f91117dc11) Thanks [@Justkant](https://github.com/Justkant)! - feat(bitcoin): add `getAddresses` across wallet-api stack
8+
9+
Introduce `bitcoin.getAddresses` end-to-end in core/client/server/simulator and tooling (types, handlers, permissions, command selector, and docs). Also fix server intention filtering so mixed requests keep supported `"payment"` intentions instead of dropping all results, with simulator tests covering unsupported and mixed intention cases.
10+
311
## 0.3.2
412

513
### Patch Changes

apps/docs/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-docs",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "",
55
"private": true,
66
"scripts": {

apps/wallet-api-tools/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#515](https://github.com/LedgerHQ/wallet-api/pull/515) [`d5ad3af`](https://github.com/LedgerHQ/wallet-api/commit/d5ad3af905b5661a579235493f9059f91117dc11) Thanks [@Justkant](https://github.com/Justkant)! - feat(bitcoin): add `getAddresses` across wallet-api stack
8+
9+
Introduce `bitcoin.getAddresses` end-to-end in core/client/server/simulator and tooling (types, handlers, permissions, command selector, and docs). Also fix server intention filtering so mixed requests keep supported `"payment"` intentions instead of dropping all results, with simulator tests covering unsupported and mixed intention cases.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`d5ad3af`](https://github.com/LedgerHQ/wallet-api/commit/d5ad3af905b5661a579235493f9059f91117dc11)]:
14+
- @ledgerhq/wallet-api-simulator@2.2.0
15+
- @ledgerhq/wallet-api-core@1.28.0
16+
317
## 0.6.11
418

519
### 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.11",
3+
"version": "0.7.0",
44
"repository": "git@github.com:LedgerHQ/wallet-api.git",
55
"private": true,
66
"scripts": {

examples/client-nextjs/CHANGELOG.md

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

3+
## 0.1.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d5ad3af`](https://github.com/LedgerHQ/wallet-api/commit/d5ad3af905b5661a579235493f9059f91117dc11)]:
8+
- @ledgerhq/wallet-api-simulator@2.2.0
9+
- @ledgerhq/wallet-api-client@1.13.0
10+
- @ledgerhq/wallet-api-client-react@1.4.23
11+
312
## 0.1.44
413

514
### 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.44",
3+
"version": "0.1.45",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/client-react/CHANGELOG.md

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

3+
## 1.4.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d5ad3af`](https://github.com/LedgerHQ/wallet-api/commit/d5ad3af905b5661a579235493f9059f91117dc11)]:
8+
- @ledgerhq/wallet-api-client@1.13.0
9+
310
## 1.4.22
411

512
### Patch Changes

packages/client-react/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-client-react",
3-
"version": "1.4.22",
3+
"version": "1.4.23",
44
"repository": "git@github.com:LedgerHQ/wallet-api.git",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",

packages/client/CHANGELOG.md

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

3+
## 1.13.0
4+
5+
### Minor Changes
6+
7+
- [#515](https://github.com/LedgerHQ/wallet-api/pull/515) [`d5ad3af`](https://github.com/LedgerHQ/wallet-api/commit/d5ad3af905b5661a579235493f9059f91117dc11) Thanks [@Justkant](https://github.com/Justkant)! - feat(bitcoin): add `getAddresses` across wallet-api stack
8+
9+
Introduce `bitcoin.getAddresses` end-to-end in core/client/server/simulator and tooling (types, handlers, permissions, command selector, and docs). Also fix server intention filtering so mixed requests keep supported `"payment"` intentions instead of dropping all results, with simulator tests covering unsupported and mixed intention cases.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`d5ad3af`](https://github.com/LedgerHQ/wallet-api/commit/d5ad3af905b5661a579235493f9059f91117dc11)]:
14+
- @ledgerhq/wallet-api-core@1.28.0
15+
316
## 1.12.6
417

518
### Patch Changes

0 commit comments

Comments
 (0)