Skip to content

Commit

Permalink
Version Packages (#316)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 20, 2024
1 parent 50f0d3e commit 8cfac76
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-cycles-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-boats-pay.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/wallet-api-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ledgerhq/wallet-api-tools

## 0.4.12

### Patch Changes

- Updated dependencies [[`6883a33`](https://github.com/LedgerHQ/wallet-api/commit/6883a33467bb087be8ca3f35252ca9ed5f3aaa0a), [`50f0d3e`](https://github.com/LedgerHQ/wallet-api/commit/50f0d3e1d0159d41132fed20445697c678eb9503)]:
- @ledgerhq/wallet-api-simulator@1.1.11

## 0.4.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet-api-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-tools",
"version": "0.4.11",
"version": "0.4.12",
"repository": "[email protected]:LedgerHQ/wallet-api.git",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/client-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ledgerhq/client-nextjs

## 0.1.10

### Patch Changes

- Updated dependencies [[`6883a33`](https://github.com/LedgerHQ/wallet-api/commit/6883a33467bb087be8ca3f35252ca9ed5f3aaa0a), [`50f0d3e`](https://github.com/LedgerHQ/wallet-api/commit/50f0d3e1d0159d41132fed20445697c678eb9503)]:
- @ledgerhq/wallet-api-simulator@1.1.11

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/client-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/client-nextjs",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/wallet-api-simulator

## 1.1.11

### Patch Changes

- [#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

- [#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

## 1.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-simulator",
"version": "1.1.10",
"version": "1.1.11",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down

0 comments on commit 8cfac76

Please sign in to comment.