Skip to content

Commit da367f8

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

19 files changed

Lines changed: 85 additions & 16 deletions

File tree

.changeset/pink-flowers-applaud.md

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

apps/wallet-api-tools/CHANGELOG.md

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

3+
## 0.5.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ebc8996`](https://github.com/LedgerHQ/wallet-api/commit/ebc8996e4646fa52410e68c19791c9f8e8b4f4bf)]:
8+
- @ledgerhq/wallet-api-core@1.20.0
9+
- @ledgerhq/wallet-api-simulator@1.2.10
10+
311
## 0.5.9
412

513
### 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.5.9",
3+
"version": "0.5.10",
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.28
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ebc8996`](https://github.com/LedgerHQ/wallet-api/commit/ebc8996e4646fa52410e68c19791c9f8e8b4f4bf)]:
8+
- @ledgerhq/wallet-api-client@1.8.0
9+
- @ledgerhq/wallet-api-client-react@1.4.9
10+
- @ledgerhq/wallet-api-simulator@1.2.10
11+
312
## 0.1.27
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.27",
3+
"version": "0.1.28",
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ebc8996`](https://github.com/LedgerHQ/wallet-api/commit/ebc8996e4646fa52410e68c19791c9f8e8b4f4bf)]:
8+
- @ledgerhq/wallet-api-client@1.8.0
9+
310
## 1.4.8
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.8",
3+
"version": "1.4.9",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @ledgerhq/wallet-api-client
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#451](https://github.com/LedgerHQ/wallet-api/pull/451) [`ebc8996`](https://github.com/LedgerHQ/wallet-api/commit/ebc8996e4646fa52410e68c19791c9f8e8b4f4bf) Thanks [@Justkant](https://github.com/Justkant)! - feat: add sign message options
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`ebc8996`](https://github.com/LedgerHQ/wallet-api/commit/ebc8996e4646fa52410e68c19791c9f8e8b4f4bf)]:
12+
- @ledgerhq/wallet-api-core@1.20.0
13+
314
## 1.7.5
415

516
### Patch Changes

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

packages/core/CHANGELOG.md

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

3+
## 1.20.0
4+
5+
### Minor Changes
6+
7+
- [#451](https://github.com/LedgerHQ/wallet-api/pull/451) [`ebc8996`](https://github.com/LedgerHQ/wallet-api/commit/ebc8996e4646fa52410e68c19791c9f8e8b4f4bf) Thanks [@Justkant](https://github.com/Justkant)! - feat: add sign message options
8+
39
## 1.19.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)