Skip to content

Commit

Permalink
Version Packages (#46)
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 Nov 17, 2022
1 parent f9ad9a9 commit d3b8532
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-planets-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-papayas-yell.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ledgerhq/wallet-api-client

## 0.7.1

### Patch Changes

- [#44](https://github.com/LedgerHQ/wallet-api/pull/44) [`f9ad9a9`](https://github.com/LedgerHQ/wallet-api/commit/f9ad9a9d03b9e638897c63a29229d29f1c073f08) Thanks [@Justkant](https://github.com/Justkant)! - fix: add HWTransport export

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-client",
"version": "0.7.0",
"version": "0.7.1",
"repository": "[email protected]:LedgerHQ/wallet-api.git",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ledgerhq/wallet-api-server

## 0.7.1

### Patch Changes

- [#45](https://github.com/LedgerHQ/wallet-api/pull/45) [`b63f820`](https://github.com/LedgerHQ/wallet-api/commit/b63f820722caf18a236105bdc2e80ec4f73935a3) Thanks [@Justkant](https://github.com/Justkant)! - fix: apduHex params naming

## 0.7.0

### Minor 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": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-es/index.js",
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

## 0.6.2

### Patch Changes

- Updated dependencies [[`f9ad9a9`](https://github.com/LedgerHQ/wallet-api/commit/f9ad9a9d03b9e638897c63a29229d29f1c073f08), [`b63f820`](https://github.com/LedgerHQ/wallet-api/commit/b63f820722caf18a236105bdc2e80ec4f73935a3)]:
- @ledgerhq/wallet-api-client@0.7.1
- @ledgerhq/wallet-api-server@0.7.1

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

0 comments on commit d3b8532

Please sign in to comment.