From d49c685c33670cb9138e2ba7455f446063e2bb81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:55:53 +0200 Subject: [PATCH] Version Packages (#336) Co-authored-by: github-actions[bot] --- .changeset/big-waves-press.md | 5 ----- apps/wallet-api-tools/CHANGELOG.md | 8 ++++++++ apps/wallet-api-tools/package.json | 2 +- examples/client-nextjs/CHANGELOG.md | 9 +++++++++ examples/client-nextjs/package.json | 2 +- packages/client-react/CHANGELOG.md | 7 +++++++ packages/client-react/package.json | 2 +- packages/client/CHANGELOG.md | 7 +++++++ packages/client/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/manifest-validator-cli/CHANGELOG.md | 8 ++++++++ packages/manifest-validator-cli/package.json | 2 +- packages/manifest-validator/CHANGELOG.md | 7 +++++++ packages/manifest-validator/package.json | 2 +- packages/server/CHANGELOG.md | 7 +++++++ packages/server/package.json | 2 +- packages/simulator/CHANGELOG.md | 9 +++++++++ packages/simulator/package.json | 2 +- 19 files changed, 77 insertions(+), 14 deletions(-) delete mode 100644 .changeset/big-waves-press.md diff --git a/.changeset/big-waves-press.md b/.changeset/big-waves-press.md deleted file mode 100644 index 1c4e5e9f..00000000 --- a/.changeset/big-waves-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ledgerhq/wallet-api-core": minor ---- - -feat: add stacks family diff --git a/apps/wallet-api-tools/CHANGELOG.md b/apps/wallet-api-tools/CHANGELOG.md index 8d1ec9a8..507efb6f 100644 --- a/apps/wallet-api-tools/CHANGELOG.md +++ b/apps/wallet-api-tools/CHANGELOG.md @@ -1,5 +1,13 @@ # @ledgerhq/wallet-api-tools +## 0.4.14 + +### Patch Changes + +- Updated dependencies [[`0719773`](https://github.com/LedgerHQ/wallet-api/commit/0719773948ef4e754fdcee179f094539a3edc31b)]: + - @ledgerhq/wallet-api-core@1.9.0 + - @ledgerhq/wallet-api-simulator@1.1.13 + ## 0.4.13 ### Patch Changes diff --git a/apps/wallet-api-tools/package.json b/apps/wallet-api-tools/package.json index 03b1e8b6..58354ac0 100644 --- a/apps/wallet-api-tools/package.json +++ b/apps/wallet-api-tools/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-tools", - "version": "0.4.13", + "version": "0.4.14", "repository": "git@github.com:LedgerHQ/wallet-api.git", "private": true, "scripts": { diff --git a/examples/client-nextjs/CHANGELOG.md b/examples/client-nextjs/CHANGELOG.md index 8207c877..091e2bc7 100644 --- a/examples/client-nextjs/CHANGELOG.md +++ b/examples/client-nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/client-nextjs +## 0.1.12 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-client@1.5.7 + - @ledgerhq/wallet-api-simulator@1.1.13 + - @ledgerhq/wallet-api-client-react@1.3.7 + ## 0.1.11 ### Patch Changes diff --git a/examples/client-nextjs/package.json b/examples/client-nextjs/package.json index 3a767906..f808a8f1 100644 --- a/examples/client-nextjs/package.json +++ b/examples/client-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/client-nextjs", - "version": "0.1.11", + "version": "0.1.12", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/client-react/CHANGELOG.md b/packages/client-react/CHANGELOG.md index 9c8edbb9..479b2ad6 100644 --- a/packages/client-react/CHANGELOG.md +++ b/packages/client-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client-react +## 1.3.7 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-client@1.5.7 + ## 1.3.6 ### Patch Changes diff --git a/packages/client-react/package.json b/packages/client-react/package.json index 2e982087..35b295cb 100644 --- a/packages/client-react/package.json +++ b/packages/client-react/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-client-react", - "version": "1.3.6", + "version": "1.3.7", "repository": "git@github.com:LedgerHQ/wallet-api.git", "license": "Apache-2.0", "main": "lib/index.js", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 3aaf15fc..d7ae0093 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client +## 1.5.7 + +### Patch Changes + +- Updated dependencies [[`0719773`](https://github.com/LedgerHQ/wallet-api/commit/0719773948ef4e754fdcee179f094539a3edc31b)]: + - @ledgerhq/wallet-api-core@1.9.0 + ## 1.5.6 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 4235a8c2..5dccb2d6 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-client", - "version": "1.5.6", + "version": "1.5.7", "repository": "git@github.com:LedgerHQ/wallet-api.git", "license": "Apache-2.0", "main": "lib/index.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e8a99e4c..350cde7b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @ledgerhq/wallet-api-core +## 1.9.0 + +### Minor Changes + +- [#335](https://github.com/LedgerHQ/wallet-api/pull/335) [`0719773`](https://github.com/LedgerHQ/wallet-api/commit/0719773948ef4e754fdcee179f094539a3edc31b) Thanks [@Wozacosta](https://github.com/Wozacosta)! - feat: add stacks family + ## 1.8.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index fe013b99..ca82fd1e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-core", - "version": "1.8.0", + "version": "1.9.0", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js", diff --git a/packages/manifest-validator-cli/CHANGELOG.md b/packages/manifest-validator-cli/CHANGELOG.md index 048707ae..a45b1298 100644 --- a/packages/manifest-validator-cli/CHANGELOG.md +++ b/packages/manifest-validator-cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @ledgerhq/wallet-api-manifest-validator-cli +## 0.1.33 + +### Patch Changes + +- Updated dependencies [[`0719773`](https://github.com/LedgerHQ/wallet-api/commit/0719773948ef4e754fdcee179f094539a3edc31b)]: + - @ledgerhq/wallet-api-core@1.9.0 + - @ledgerhq/wallet-api-manifest-validator@0.5.19 + ## 0.1.32 ### Patch Changes diff --git a/packages/manifest-validator-cli/package.json b/packages/manifest-validator-cli/package.json index d43cf8c4..810eb2ae 100644 --- a/packages/manifest-validator-cli/package.json +++ b/packages/manifest-validator-cli/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-manifest-validator-cli", - "version": "0.1.32", + "version": "0.1.33", "description": "This package checks if your manifest.json file meets the requirements for Ledger wallet App manifest submission.", "license": "MIT", "files": [ diff --git a/packages/manifest-validator/CHANGELOG.md b/packages/manifest-validator/CHANGELOG.md index 2f0c93c2..4a9ac35e 100644 --- a/packages/manifest-validator/CHANGELOG.md +++ b/packages/manifest-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-manifest-validator +## 0.5.19 + +### Patch Changes + +- Updated dependencies [[`0719773`](https://github.com/LedgerHQ/wallet-api/commit/0719773948ef4e754fdcee179f094539a3edc31b)]: + - @ledgerhq/wallet-api-core@1.9.0 + ## 0.5.18 ### Patch Changes diff --git a/packages/manifest-validator/package.json b/packages/manifest-validator/package.json index 1d9b6bb7..d5e7f99f 100644 --- a/packages/manifest-validator/package.json +++ b/packages/manifest-validator/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-manifest-validator", - "version": "0.5.18", + "version": "0.5.19", "description": "This package checks if your manifest.json file meets the requirements for Ledger wallet App manifest submission.", "license": "MIT", "main": "lib/index.js", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index afc4f206..d2aeac8c 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-server +## 1.5.8 + +### Patch Changes + +- Updated dependencies [[`0719773`](https://github.com/LedgerHQ/wallet-api/commit/0719773948ef4e754fdcee179f094539a3edc31b)]: + - @ledgerhq/wallet-api-core@1.9.0 + ## 1.5.7 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index cb4359f7..256ed577 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-server", - "version": "1.5.7", + "version": "1.5.8", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js", diff --git a/packages/simulator/CHANGELOG.md b/packages/simulator/CHANGELOG.md index a1b32a87..d236117d 100644 --- a/packages/simulator/CHANGELOG.md +++ b/packages/simulator/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/wallet-api-simulator +## 1.1.13 + +### Patch Changes + +- Updated dependencies [[`0719773`](https://github.com/LedgerHQ/wallet-api/commit/0719773948ef4e754fdcee179f094539a3edc31b)]: + - @ledgerhq/wallet-api-core@1.9.0 + - @ledgerhq/wallet-api-client@1.5.7 + - @ledgerhq/wallet-api-server@1.5.8 + ## 1.1.12 ### Patch Changes diff --git a/packages/simulator/package.json b/packages/simulator/package.json index 7badbe90..3b9d8255 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-simulator", - "version": "1.1.12", + "version": "1.1.13", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js",