Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 3, 2023
1 parent e7afa6e commit eda9ad3
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/wet-bats-thank.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 @@
# wallet-api-tools

## 0.2.9

### Patch Changes

- Updated dependencies []:
- @ledgerhq/wallet-api-simulator@1.0.2

## 0.2.8

### 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": "wallet-api-tools",
"version": "0.2.8",
"version": "0.2.9",
"repository": "git@github.com:LedgerHQ/wallet-api.git",
"private": true,
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/wallet-api-server

## 1.1.0

### Minor Changes

- [#210](https://github.com/LedgerHQ/wallet-api/pull/210) [`e7afa6e`](https://github.com/LedgerHQ/wallet-api/commit/e7afa6e7ee3e53459e7f27dcd3df8590530ae1c1) Thanks [@Justkant](https://github.com/Justkant)! - feat(server): react hooks use ref instead of memo

Add setConfig to server class

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-server",
"version": "1.0.1",
"version": "1.1.0",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ledgerhq/wallet-api-simulator

## 1.0.2

### Patch Changes

- Updated dependencies [[`e7afa6e`](https://github.com/LedgerHQ/wallet-api/commit/e7afa6e7ee3e53459e7f27dcd3df8590530ae1c1)]:
- @ledgerhq/wallet-api-server@1.1.0

## 1.0.1

### 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.0.1",
"version": "1.0.2",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down

0 comments on commit eda9ad3

Please sign in to comment.