Skip to content

Commit

Permalink
Version Packages (#394)
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 Oct 8, 2024
1 parent 9261475 commit 04faeac
Show file tree
Hide file tree
Showing 19 changed files with 93 additions and 18 deletions.
9 changes: 0 additions & 9 deletions .changeset/heavy-pandas-smoke.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- [#393](https://github.com/LedgerHQ/wallet-api/pull/393) [`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6) Thanks [@Justkant](https://github.com/Justkant)! - feat: add bitcoin.getAddress and bitcoin.getPublicKey

### Patch Changes

- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]:
- @ledgerhq/wallet-api-simulator@1.2.0
- @ledgerhq/wallet-api-core@1.13.0

## 0.4.18

### 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.18",
"version": "0.5.0",
"repository": "[email protected]:LedgerHQ/wallet-api.git",
"private": true,
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions examples/client-nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ledgerhq/client-nextjs

## 0.1.17

### Patch Changes

- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]:
- @ledgerhq/wallet-api-simulator@1.2.0
- @ledgerhq/wallet-api-client@1.6.0
- @ledgerhq/wallet-api-client-react@1.3.12

## 0.1.16

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

## 1.3.12

### Patch Changes

- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]:
- @ledgerhq/wallet-api-client@1.6.0

## 1.3.11

### 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.11",
"version": "1.3.12",
"repository": "[email protected]:LedgerHQ/wallet-api.git",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ledgerhq/wallet-api-client

## 1.6.0

### Minor Changes

- [#393](https://github.com/LedgerHQ/wallet-api/pull/393) [`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6) Thanks [@Justkant](https://github.com/Justkant)! - feat: add bitcoin.getAddress and bitcoin.getPublicKey

### Patch Changes

- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]:
- @ledgerhq/wallet-api-core@1.13.0

## 1.5.11

### Patch 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": "1.5.11",
"version": "1.6.0",
"repository": "[email protected]:LedgerHQ/wallet-api.git",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ledgerhq/wallet-api-core

## 1.13.0

### Minor Changes

- [#393](https://github.com/LedgerHQ/wallet-api/pull/393) [`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6) Thanks [@Justkant](https://github.com/Justkant)! - feat: add bitcoin.getAddress and bitcoin.getPublicKey

## 1.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-core",
"version": "1.12.0",
"version": "1.13.0",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/manifest-validator-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ledgerhq/wallet-api-manifest-validator-cli

## 0.1.39

### Patch Changes

- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]:
- @ledgerhq/wallet-api-core@1.13.0
- @ledgerhq/wallet-api-manifest-validator@0.7.3

## 0.1.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest-validator-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-manifest-validator-cli",
"version": "0.1.38",
"version": "0.1.39",
"description": "This package checks if your manifest.json file meets the requirements for Ledger wallet App manifest submission.",
"license": "MIT",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/manifest-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ledgerhq/wallet-api-manifest-validator

## 0.7.3

### Patch Changes

- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]:
- @ledgerhq/wallet-api-core@1.13.0

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ledgerhq/wallet-api-manifest-validator",
"version": "0.7.2",
"version": "0.7.3",
"description": "This package checks if your manifest.json file meets the requirements for Ledger wallet App manifest submission.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ledgerhq/wallet-api-server

## 1.6.0

### Minor Changes

- [#393](https://github.com/LedgerHQ/wallet-api/pull/393) [`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6) Thanks [@Justkant](https://github.com/Justkant)! - feat: add bitcoin.getAddress and bitcoin.getPublicKey

### Patch Changes

- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]:
- @ledgerhq/wallet-api-core@1.13.0

## 1.5.12

### 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.5.12",
"version": "1.6.0",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-es/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ledgerhq/wallet-api-simulator

## 1.2.0

### Minor Changes

- [#393](https://github.com/LedgerHQ/wallet-api/pull/393) [`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6) Thanks [@Justkant](https://github.com/Justkant)! - feat: add bitcoin.getAddress and bitcoin.getPublicKey

### Patch Changes

- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]:
- @ledgerhq/wallet-api-client@1.6.0
- @ledgerhq/wallet-api-server@1.6.0
- @ledgerhq/wallet-api-core@1.13.0

## 1.1.17

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

0 comments on commit 04faeac

Please sign in to comment.