From 22f8ffd9dfb1ea58534e6a1d902feda376c6e038 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Apr 2024 12:44:42 +0000 Subject: [PATCH] Version Packages --- .changeset/strong-ways-film.md | 6 ------ .changeset/violet-dingos-smash.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 | 10 ++++++++++ packages/core/package.json | 2 +- packages/manifest-validator-cli/CHANGELOG.md | 8 ++++++++ packages/manifest-validator-cli/package.json | 2 +- packages/manifest-validator/CHANGELOG.md | 11 +++++++++++ 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 +- 20 files changed, 85 insertions(+), 20 deletions(-) delete mode 100644 .changeset/strong-ways-film.md delete mode 100644 .changeset/violet-dingos-smash.md diff --git a/.changeset/strong-ways-film.md b/.changeset/strong-ways-film.md deleted file mode 100644 index 9cbf226a..00000000 --- a/.changeset/strong-ways-film.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@ledgerhq/wallet-api-manifest-validator": minor -"@ledgerhq/wallet-api-core": patch ---- - -update manifest json schema diff --git a/.changeset/violet-dingos-smash.md b/.changeset/violet-dingos-smash.md deleted file mode 100644 index ed4d98b9..00000000 --- a/.changeset/violet-dingos-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ledgerhq/wallet-api-core": minor ---- - -feat: add internet_computer family diff --git a/apps/wallet-api-tools/CHANGELOG.md b/apps/wallet-api-tools/CHANGELOG.md index 507efb6f..667c4394 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.15 + +### Patch Changes + +- Updated dependencies [[`091cf53`](https://github.com/LedgerHQ/wallet-api/commit/091cf534f5637f37789877bcdba34a2dec7d6c5d), [`a2af615`](https://github.com/LedgerHQ/wallet-api/commit/a2af615eb368cd17511a37f296a5c8e1910a144e)]: + - @ledgerhq/wallet-api-core@1.10.0 + - @ledgerhq/wallet-api-simulator@1.1.14 + ## 0.4.14 ### Patch Changes diff --git a/apps/wallet-api-tools/package.json b/apps/wallet-api-tools/package.json index 58354ac0..87f914b4 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.14", + "version": "0.4.15", "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 091e2bc7..c39c9bbe 100644 --- a/examples/client-nextjs/CHANGELOG.md +++ b/examples/client-nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/client-nextjs +## 0.1.13 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-client@1.5.8 + - @ledgerhq/wallet-api-simulator@1.1.14 + - @ledgerhq/wallet-api-client-react@1.3.8 + ## 0.1.12 ### Patch Changes diff --git a/examples/client-nextjs/package.json b/examples/client-nextjs/package.json index f808a8f1..7637a418 100644 --- a/examples/client-nextjs/package.json +++ b/examples/client-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/client-nextjs", - "version": "0.1.12", + "version": "0.1.13", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/client-react/CHANGELOG.md b/packages/client-react/CHANGELOG.md index 479b2ad6..faf01fd8 100644 --- a/packages/client-react/CHANGELOG.md +++ b/packages/client-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client-react +## 1.3.8 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-client@1.5.8 + ## 1.3.7 ### Patch Changes diff --git a/packages/client-react/package.json b/packages/client-react/package.json index 35b295cb..af1adc31 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.7", + "version": "1.3.8", "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 d7ae0093..ce1a5870 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client +## 1.5.8 + +### Patch Changes + +- Updated dependencies [[`091cf53`](https://github.com/LedgerHQ/wallet-api/commit/091cf534f5637f37789877bcdba34a2dec7d6c5d), [`a2af615`](https://github.com/LedgerHQ/wallet-api/commit/a2af615eb368cd17511a37f296a5c8e1910a144e)]: + - @ledgerhq/wallet-api-core@1.10.0 + ## 1.5.7 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 5dccb2d6..66d81b95 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-client", - "version": "1.5.7", + "version": "1.5.8", "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 350cde7b..980e4c9b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @ledgerhq/wallet-api-core +## 1.10.0 + +### Minor Changes + +- [#343](https://github.com/LedgerHQ/wallet-api/pull/343) [`a2af615`](https://github.com/LedgerHQ/wallet-api/commit/a2af615eb368cd17511a37f296a5c8e1910a144e) Thanks [@Wozacosta](https://github.com/Wozacosta)! - feat: add internet_computer family + +### Patch Changes + +- [#334](https://github.com/LedgerHQ/wallet-api/pull/334) [`091cf53`](https://github.com/LedgerHQ/wallet-api/commit/091cf534f5637f37789877bcdba34a2dec7d6c5d) Thanks [@Wozacosta](https://github.com/Wozacosta)! - update manifest json schema + ## 1.9.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index ca82fd1e..499fb8d7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-core", - "version": "1.9.0", + "version": "1.10.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 a45b1298..4a08c910 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.34 + +### Patch Changes + +- Updated dependencies [[`091cf53`](https://github.com/LedgerHQ/wallet-api/commit/091cf534f5637f37789877bcdba34a2dec7d6c5d), [`a2af615`](https://github.com/LedgerHQ/wallet-api/commit/a2af615eb368cd17511a37f296a5c8e1910a144e)]: + - @ledgerhq/wallet-api-manifest-validator@0.6.0 + - @ledgerhq/wallet-api-core@1.10.0 + ## 0.1.33 ### Patch Changes diff --git a/packages/manifest-validator-cli/package.json b/packages/manifest-validator-cli/package.json index 810eb2ae..5495cb3a 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.33", + "version": "0.1.34", "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 4a9ac35e..df5f502d 100644 --- a/packages/manifest-validator/CHANGELOG.md +++ b/packages/manifest-validator/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/wallet-api-manifest-validator +## 0.6.0 + +### Minor Changes + +- [#334](https://github.com/LedgerHQ/wallet-api/pull/334) [`091cf53`](https://github.com/LedgerHQ/wallet-api/commit/091cf534f5637f37789877bcdba34a2dec7d6c5d) Thanks [@Wozacosta](https://github.com/Wozacosta)! - update manifest json schema + +### Patch Changes + +- Updated dependencies [[`091cf53`](https://github.com/LedgerHQ/wallet-api/commit/091cf534f5637f37789877bcdba34a2dec7d6c5d), [`a2af615`](https://github.com/LedgerHQ/wallet-api/commit/a2af615eb368cd17511a37f296a5c8e1910a144e)]: + - @ledgerhq/wallet-api-core@1.10.0 + ## 0.5.19 ### Patch Changes diff --git a/packages/manifest-validator/package.json b/packages/manifest-validator/package.json index 179c3ec1..7aa4c6d9 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.19", + "version": "0.6.0", "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 d2aeac8c..d3e6d713 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-server +## 1.5.9 + +### Patch Changes + +- Updated dependencies [[`091cf53`](https://github.com/LedgerHQ/wallet-api/commit/091cf534f5637f37789877bcdba34a2dec7d6c5d), [`a2af615`](https://github.com/LedgerHQ/wallet-api/commit/a2af615eb368cd17511a37f296a5c8e1910a144e)]: + - @ledgerhq/wallet-api-core@1.10.0 + ## 1.5.8 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index 256ed577..bcf85bfc 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-server", - "version": "1.5.8", + "version": "1.5.9", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js", diff --git a/packages/simulator/CHANGELOG.md b/packages/simulator/CHANGELOG.md index d236117d..f9fe7576 100644 --- a/packages/simulator/CHANGELOG.md +++ b/packages/simulator/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/wallet-api-simulator +## 1.1.14 + +### Patch Changes + +- Updated dependencies [[`091cf53`](https://github.com/LedgerHQ/wallet-api/commit/091cf534f5637f37789877bcdba34a2dec7d6c5d), [`a2af615`](https://github.com/LedgerHQ/wallet-api/commit/a2af615eb368cd17511a37f296a5c8e1910a144e)]: + - @ledgerhq/wallet-api-core@1.10.0 + - @ledgerhq/wallet-api-client@1.5.8 + - @ledgerhq/wallet-api-server@1.5.9 + ## 1.1.13 ### Patch Changes diff --git a/packages/simulator/package.json b/packages/simulator/package.json index 3b9d8255..b573c474 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-simulator", - "version": "1.1.13", + "version": "1.1.14", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js",