From 4356a0a8ce24f3cd8bf1f8baa9dde094a87e2539 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:03:17 +0100 Subject: [PATCH] Version Packages (#293) Co-authored-by: github-actions[bot] --- .changeset/wet-donkeys-obey.md | 6 ------ 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 | 9 +++++++++ packages/server/package.json | 2 +- packages/simulator/CHANGELOG.md | 9 +++++++++ packages/simulator/package.json | 2 +- 19 files changed, 79 insertions(+), 15 deletions(-) delete mode 100644 .changeset/wet-donkeys-obey.md diff --git a/.changeset/wet-donkeys-obey.md b/.changeset/wet-donkeys-obey.md deleted file mode 100644 index 59bdccb8..00000000 --- a/.changeset/wet-donkeys-obey.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@ledgerhq/wallet-api-server": patch -"@ledgerhq/wallet-api-core": patch ---- - -Allows tokenCurrency field for handlers also accepting an account id diff --git a/apps/wallet-api-tools/CHANGELOG.md b/apps/wallet-api-tools/CHANGELOG.md index fe459410..3b7c3ef9 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.7 + +### Patch Changes + +- Updated dependencies [[`6f98647`](https://github.com/LedgerHQ/wallet-api/commit/6f986478bb04901fa5eb3828a2f3b9c0953d2b1a)]: + - @ledgerhq/wallet-api-core@1.6.2 + - @ledgerhq/wallet-api-simulator@1.1.6 + ## 0.4.6 ### Patch Changes diff --git a/apps/wallet-api-tools/package.json b/apps/wallet-api-tools/package.json index 37b9d445..1b5104a9 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.6", + "version": "0.4.7", "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 7858faa8..d393b62e 100644 --- a/examples/client-nextjs/CHANGELOG.md +++ b/examples/client-nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/client-nextjs +## 0.1.5 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-simulator@1.1.6 + - @ledgerhq/wallet-api-client@1.5.2 + - @ledgerhq/wallet-api-client-react@1.3.2 + ## 0.1.4 ### Patch Changes diff --git a/examples/client-nextjs/package.json b/examples/client-nextjs/package.json index af79a7f4..27b3dc69 100644 --- a/examples/client-nextjs/package.json +++ b/examples/client-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/client-nextjs", - "version": "0.1.4", + "version": "0.1.5", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/client-react/CHANGELOG.md b/packages/client-react/CHANGELOG.md index 5ff7f7ef..3d8a207d 100644 --- a/packages/client-react/CHANGELOG.md +++ b/packages/client-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client-react +## 1.3.2 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-client@1.5.2 + ## 1.3.1 ### Patch Changes diff --git a/packages/client-react/package.json b/packages/client-react/package.json index 525ffd61..dd4bd82d 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.1", + "version": "1.3.2", "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 2af2efed..e780869b 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client +## 1.5.2 + +### Patch Changes + +- Updated dependencies [[`6f98647`](https://github.com/LedgerHQ/wallet-api/commit/6f986478bb04901fa5eb3828a2f3b9c0953d2b1a)]: + - @ledgerhq/wallet-api-core@1.6.2 + ## 1.5.1 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 5c434294..edfa164d 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-client", - "version": "1.5.1", + "version": "1.5.2", "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 a16214a7..c98931f2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @ledgerhq/wallet-api-core +## 1.6.2 + +### Patch Changes + +- [#289](https://github.com/LedgerHQ/wallet-api/pull/289) [`6f98647`](https://github.com/LedgerHQ/wallet-api/commit/6f986478bb04901fa5eb3828a2f3b9c0953d2b1a) Thanks [@Wozacosta](https://github.com/Wozacosta)! - Allows tokenCurrency field for handlers also accepting an account id + ## 1.6.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1988a3ba..18b8590e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-core", - "version": "1.6.1", + "version": "1.6.2", "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 d1029a91..799311fa 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.28 + +### Patch Changes + +- Updated dependencies [[`6f98647`](https://github.com/LedgerHQ/wallet-api/commit/6f986478bb04901fa5eb3828a2f3b9c0953d2b1a)]: + - @ledgerhq/wallet-api-core@1.6.2 + - @ledgerhq/wallet-api-manifest-validator@0.5.14 + ## 0.1.27 ### Patch Changes diff --git a/packages/manifest-validator-cli/package.json b/packages/manifest-validator-cli/package.json index 8bb485fb..29474d69 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.27", + "version": "0.1.28", "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 8e3178f8..8caea306 100644 --- a/packages/manifest-validator/CHANGELOG.md +++ b/packages/manifest-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-manifest-validator +## 0.5.14 + +### Patch Changes + +- Updated dependencies [[`6f98647`](https://github.com/LedgerHQ/wallet-api/commit/6f986478bb04901fa5eb3828a2f3b9c0953d2b1a)]: + - @ledgerhq/wallet-api-core@1.6.2 + ## 0.5.13 ### Patch Changes diff --git a/packages/manifest-validator/package.json b/packages/manifest-validator/package.json index 5fbcac19..9e7478e7 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.13", + "version": "0.5.14", "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 449b9dd2..ad71511a 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/wallet-api-server +## 1.5.2 + +### Patch Changes + +- [#289](https://github.com/LedgerHQ/wallet-api/pull/289) [`6f98647`](https://github.com/LedgerHQ/wallet-api/commit/6f986478bb04901fa5eb3828a2f3b9c0953d2b1a) Thanks [@Wozacosta](https://github.com/Wozacosta)! - Allows tokenCurrency field for handlers also accepting an account id + +- Updated dependencies [[`6f98647`](https://github.com/LedgerHQ/wallet-api/commit/6f986478bb04901fa5eb3828a2f3b9c0953d2b1a)]: + - @ledgerhq/wallet-api-core@1.6.2 + ## 1.5.1 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index 92eefe9f..f02d14bb 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-server", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js", diff --git a/packages/simulator/CHANGELOG.md b/packages/simulator/CHANGELOG.md index 07ba6198..4e6a6698 100644 --- a/packages/simulator/CHANGELOG.md +++ b/packages/simulator/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/wallet-api-simulator +## 1.1.6 + +### Patch Changes + +- Updated dependencies [[`6f98647`](https://github.com/LedgerHQ/wallet-api/commit/6f986478bb04901fa5eb3828a2f3b9c0953d2b1a)]: + - @ledgerhq/wallet-api-server@1.5.2 + - @ledgerhq/wallet-api-core@1.6.2 + - @ledgerhq/wallet-api-client@1.5.2 + ## 1.1.5 ### Patch Changes diff --git a/packages/simulator/package.json b/packages/simulator/package.json index 38d25f29..b847203e 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-simulator", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js",