Skip to content

Commit

Permalink
Version Packages (#424)
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 Jan 21, 2025
1 parent 1e0a402 commit 89c205a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/three-numbers-pretend.md

This file was deleted.

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.19

### Patch Changes

- Updated dependencies [[`1e0a402`](https://github.com/LedgerHQ/wallet-api/commit/1e0a402fe20fde241a3f118dc640593e775b664c)]:
- @ledgerhq/wallet-api-client-react@1.4.0

## 0.1.18

### 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.18",
"version": "0.1.19",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/client-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/wallet-api-client-react

## 1.4.0

### Minor Changes

- [#423](https://github.com/LedgerHQ/wallet-api/pull/423) [`1e0a402`](https://github.com/LedgerHQ/wallet-api/commit/1e0a402fe20fde241a3f118dc640593e775b664c) Thanks [@Justkant](https://github.com/Justkant)! - feat: add client prop to the react provider

Allows to pass a user created client instead of creating it in the provider

## 1.3.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-client-react",
"version": "1.3.12",
"version": "1.4.0",
"repository": "[email protected]:LedgerHQ/wallet-api.git",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down

0 comments on commit 89c205a

Please sign in to comment.