From 54c80a8028141b11cc71bdb4923f9a6b6200f061 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 13:53:57 +0200 Subject: [PATCH] Version Packages (#347) Co-authored-by: github-actions[bot] --- .changeset/light-points-love.md | 5 ----- .changeset/short-kings-tell.md | 5 ----- .changeset/strange-elephants-tie.md | 7 ------- 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 | 8 ++++++++ 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 | 11 +++++++++++ packages/server/package.json | 2 +- packages/simulator/CHANGELOG.md | 9 +++++++++ packages/simulator/package.json | 2 +- 21 files changed, 83 insertions(+), 26 deletions(-) delete mode 100644 .changeset/light-points-love.md delete mode 100644 .changeset/short-kings-tell.md delete mode 100644 .changeset/strange-elephants-tie.md diff --git a/.changeset/light-points-love.md b/.changeset/light-points-love.md deleted file mode 100644 index b18ce597..00000000 --- a/.changeset/light-points-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ledgerhq/wallet-api-core": patch ---- - -fix: loosen family validation to provide better forward compatibility diff --git a/.changeset/short-kings-tell.md b/.changeset/short-kings-tell.md deleted file mode 100644 index f54aeb0d..00000000 --- a/.changeset/short-kings-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ledgerhq/wallet-api-core": patch ---- - -fix: serializeError handling and allow passthrough for unknown errors diff --git a/.changeset/strange-elephants-tie.md b/.changeset/strange-elephants-tie.md deleted file mode 100644 index f292e479..00000000 --- a/.changeset/strange-elephants-tie.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@ledgerhq/wallet-api-server": patch ---- - -perf: optimize match currencies - -fixes duplicates issue too diff --git a/apps/wallet-api-tools/CHANGELOG.md b/apps/wallet-api-tools/CHANGELOG.md index a89270f8..f7eda02e 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.16 + +### Patch Changes + +- Updated dependencies [[`a738747`](https://github.com/LedgerHQ/wallet-api/commit/a7387476e6fc071927152417ad16f6fdd1433f35), [`11a705f`](https://github.com/LedgerHQ/wallet-api/commit/11a705fa42ecf0f17234bbf536a7e7b8254aeed9)]: + - @ledgerhq/wallet-api-core@1.10.1 + - @ledgerhq/wallet-api-simulator@1.1.15 + ## 0.4.15 ### Patch Changes diff --git a/apps/wallet-api-tools/package.json b/apps/wallet-api-tools/package.json index 87f914b4..d947b04c 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.15", + "version": "0.4.16", "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 c39c9bbe..05c2785f 100644 --- a/examples/client-nextjs/CHANGELOG.md +++ b/examples/client-nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/client-nextjs +## 0.1.14 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-client@1.5.9 + - @ledgerhq/wallet-api-simulator@1.1.15 + - @ledgerhq/wallet-api-client-react@1.3.9 + ## 0.1.13 ### Patch Changes diff --git a/examples/client-nextjs/package.json b/examples/client-nextjs/package.json index 7637a418..c9f4a0be 100644 --- a/examples/client-nextjs/package.json +++ b/examples/client-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/client-nextjs", - "version": "0.1.13", + "version": "0.1.14", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/client-react/CHANGELOG.md b/packages/client-react/CHANGELOG.md index faf01fd8..54ecf353 100644 --- a/packages/client-react/CHANGELOG.md +++ b/packages/client-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client-react +## 1.3.9 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-client@1.5.9 + ## 1.3.8 ### Patch Changes diff --git a/packages/client-react/package.json b/packages/client-react/package.json index af1adc31..a4610cd6 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.8", + "version": "1.3.9", "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 4fdf1a49..a91bd617 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client +## 1.5.9 + +### Patch Changes + +- Updated dependencies [[`a738747`](https://github.com/LedgerHQ/wallet-api/commit/a7387476e6fc071927152417ad16f6fdd1433f35), [`11a705f`](https://github.com/LedgerHQ/wallet-api/commit/11a705fa42ecf0f17234bbf536a7e7b8254aeed9)]: + - @ledgerhq/wallet-api-core@1.10.1 + ## 1.5.8 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 66d81b95..0be32b26 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-client", - "version": "1.5.8", + "version": "1.5.9", "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 a6421206..8ff93e4b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @ledgerhq/wallet-api-core +## 1.10.1 + +### Patch Changes + +- [#346](https://github.com/LedgerHQ/wallet-api/pull/346) [`a738747`](https://github.com/LedgerHQ/wallet-api/commit/a7387476e6fc071927152417ad16f6fdd1433f35) Thanks [@Justkant](https://github.com/Justkant)! - fix: loosen family validation to provide better forward compatibility + +- [#349](https://github.com/LedgerHQ/wallet-api/pull/349) [`11a705f`](https://github.com/LedgerHQ/wallet-api/commit/11a705fa42ecf0f17234bbf536a7e7b8254aeed9) Thanks [@Justkant](https://github.com/Justkant)! - fix: serializeError handling and allow passthrough for unknown errors + ## 1.10.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 499fb8d7..138ab01f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-core", - "version": "1.10.0", + "version": "1.10.1", "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 feb0aaaa..eafdc9bb 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.35 + +### Patch Changes + +- Updated dependencies [[`a738747`](https://github.com/LedgerHQ/wallet-api/commit/a7387476e6fc071927152417ad16f6fdd1433f35), [`11a705f`](https://github.com/LedgerHQ/wallet-api/commit/11a705fa42ecf0f17234bbf536a7e7b8254aeed9)]: + - @ledgerhq/wallet-api-core@1.10.1 + - @ledgerhq/wallet-api-manifest-validator@0.6.1 + ## 0.1.34 ### Patch Changes diff --git a/packages/manifest-validator-cli/package.json b/packages/manifest-validator-cli/package.json index 5495cb3a..4441a07d 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.34", + "version": "0.1.35", "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 7cd8ec13..fa2d4ddb 100644 --- a/packages/manifest-validator/CHANGELOG.md +++ b/packages/manifest-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-manifest-validator +## 0.6.1 + +### Patch Changes + +- Updated dependencies [[`a738747`](https://github.com/LedgerHQ/wallet-api/commit/a7387476e6fc071927152417ad16f6fdd1433f35), [`11a705f`](https://github.com/LedgerHQ/wallet-api/commit/11a705fa42ecf0f17234bbf536a7e7b8254aeed9)]: + - @ledgerhq/wallet-api-core@1.10.1 + ## 0.6.0 ### Minor Changes diff --git a/packages/manifest-validator/package.json b/packages/manifest-validator/package.json index 7aa4c6d9..ff17050b 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.6.0", + "version": "0.6.1", "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 a065c2e3..623c1192 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/wallet-api-server +## 1.5.10 + +### Patch Changes + +- [#352](https://github.com/LedgerHQ/wallet-api/pull/352) [`c456f57`](https://github.com/LedgerHQ/wallet-api/commit/c456f57340bc2a24ccb3170b599312134df6ba99) Thanks [@Justkant](https://github.com/Justkant)! - perf: optimize match currencies + + fixes duplicates issue too + +- Updated dependencies [[`a738747`](https://github.com/LedgerHQ/wallet-api/commit/a7387476e6fc071927152417ad16f6fdd1433f35), [`11a705f`](https://github.com/LedgerHQ/wallet-api/commit/11a705fa42ecf0f17234bbf536a7e7b8254aeed9)]: + - @ledgerhq/wallet-api-core@1.10.1 + ## 1.5.9 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index bcf85bfc..4cbaa9f8 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-server", - "version": "1.5.9", + "version": "1.5.10", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js", diff --git a/packages/simulator/CHANGELOG.md b/packages/simulator/CHANGELOG.md index 80ddd9c5..b00c6fd9 100644 --- a/packages/simulator/CHANGELOG.md +++ b/packages/simulator/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/wallet-api-simulator +## 1.1.15 + +### Patch Changes + +- Updated dependencies [[`a738747`](https://github.com/LedgerHQ/wallet-api/commit/a7387476e6fc071927152417ad16f6fdd1433f35), [`11a705f`](https://github.com/LedgerHQ/wallet-api/commit/11a705fa42ecf0f17234bbf536a7e7b8254aeed9), [`c456f57`](https://github.com/LedgerHQ/wallet-api/commit/c456f57340bc2a24ccb3170b599312134df6ba99)]: + - @ledgerhq/wallet-api-core@1.10.1 + - @ledgerhq/wallet-api-server@1.5.10 + - @ledgerhq/wallet-api-client@1.5.9 + ## 1.1.14 ### Patch Changes diff --git a/packages/simulator/package.json b/packages/simulator/package.json index 3ce342bb..d1d1a861 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-simulator", - "version": "1.1.14", + "version": "1.1.15", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js",