Skip to content

Commit 4396168

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

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/purple-lamps-occur.md

Lines changed: 0 additions & 5 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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8def87c`](https://github.com/LedgerHQ/wallet-api/commit/8def87ca3591a73d5328cf312078d41b6064b520)]:
8+
- @ledgerhq/wallet-api-simulator@1.2.21
9+
310
## 0.6.6
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.6",
3+
"version": "0.6.7",
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.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8def87c`](https://github.com/LedgerHQ/wallet-api/commit/8def87ca3591a73d5328cf312078d41b6064b520)]:
8+
- @ledgerhq/wallet-api-simulator@1.2.21
9+
310
## 0.1.39
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.39",
3+
"version": "0.1.40",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/simulator/CHANGELOG.md

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

3+
## 1.2.21
4+
5+
### Patch Changes
6+
7+
- [#488](https://github.com/LedgerHQ/wallet-api/pull/488) [`8def87c`](https://github.com/LedgerHQ/wallet-api/commit/8def87ca3591a73d5328cf312078d41b6064b520) Thanks [@hhumphrey-ledger](https://github.com/hhumphrey-ledger)! - Updated address id in standard profiles
8+
39
## 1.2.20
410

511
### 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": "1.2.20",
3+
"version": "1.2.21",
44
"license": "MIT",
55
"main": "lib/index.js",
66
"module": "lib-es/index.js",

0 commit comments

Comments
 (0)