Skip to content

Commit 8cfac76

Browse files
Version Packages (#316)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 50f0d3e commit 8cfac76

File tree

8 files changed

+25
-13
lines changed

8 files changed

+25
-13
lines changed

.changeset/light-cycles-tickle.md

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

.changeset/lovely-boats-pay.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.4.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6883a33`](https://github.com/LedgerHQ/wallet-api/commit/6883a33467bb087be8ca3f35252ca9ed5f3aaa0a), [`50f0d3e`](https://github.com/LedgerHQ/wallet-api/commit/50f0d3e1d0159d41132fed20445697c678eb9503)]:
8+
- @ledgerhq/wallet-api-simulator@1.1.11
9+
310
## 0.4.11
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.4.11",
3+
"version": "0.4.12",
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6883a33`](https://github.com/LedgerHQ/wallet-api/commit/6883a33467bb087be8ca3f35252ca9ed5f3aaa0a), [`50f0d3e`](https://github.com/LedgerHQ/wallet-api/commit/50f0d3e1d0159d41132fed20445697c678eb9503)]:
8+
- @ledgerhq/wallet-api-simulator@1.1.11
9+
310
## 0.1.9
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.9",
3+
"version": "0.1.10",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/simulator/CHANGELOG.md

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

3+
## 1.1.11
4+
5+
### Patch Changes
6+
7+
- [#315](https://github.com/LedgerHQ/wallet-api/pull/315) [`6883a33`](https://github.com/LedgerHQ/wallet-api/commit/6883a33467bb087be8ca3f35252ca9ed5f3aaa0a) Thanks [@Justkant](https://github.com/Justkant)! - fix: use Map to avoid prototype-polluting assignment
8+
9+
- [#317](https://github.com/LedgerHQ/wallet-api/pull/317) [`50f0d3e`](https://github.com/LedgerHQ/wallet-api/commit/50f0d3e1d0159d41132fed20445697c678eb9503) Thanks [@Justkant](https://github.com/Justkant)! - fix: remove `@ledgerhq/hw-transport-http` that uses an old axios version
10+
311
## 1.1.10
412

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

0 commit comments

Comments
 (0)