From 7932d12720a6e64f0ba7464266c702e2c241230d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Sep 2024 12:12:10 +0000 Subject: [PATCH] Version Packages --- .changeset/kind-buttons-thank.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/kind-buttons-thank.md diff --git a/.changeset/kind-buttons-thank.md b/.changeset/kind-buttons-thank.md deleted file mode 100644 index 3e4e98d2..00000000 --- a/.changeset/kind-buttons-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ledgerhq/wallet-api-core": minor ---- - -Add TON support diff --git a/apps/wallet-api-tools/CHANGELOG.md b/apps/wallet-api-tools/CHANGELOG.md index 76a67f04..ddb6c6d4 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.18 + +### Patch Changes + +- Updated dependencies [[`d7910f0`](https://github.com/LedgerHQ/wallet-api/commit/d7910f0c0ca983862610ee6982cd7a98f260d6a7)]: + - @ledgerhq/wallet-api-core@1.12.0 + - @ledgerhq/wallet-api-simulator@1.1.17 + ## 0.4.17 ### Patch Changes diff --git a/apps/wallet-api-tools/package.json b/apps/wallet-api-tools/package.json index 65c98511..18fcb581 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.17", + "version": "0.4.18", "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 93caec84..57916ad7 100644 --- a/examples/client-nextjs/CHANGELOG.md +++ b/examples/client-nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/client-nextjs +## 0.1.16 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-client@1.5.11 + - @ledgerhq/wallet-api-simulator@1.1.17 + - @ledgerhq/wallet-api-client-react@1.3.11 + ## 0.1.15 ### Patch Changes diff --git a/examples/client-nextjs/package.json b/examples/client-nextjs/package.json index 26db3287..f98ad3df 100644 --- a/examples/client-nextjs/package.json +++ b/examples/client-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/client-nextjs", - "version": "0.1.15", + "version": "0.1.16", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/client-react/CHANGELOG.md b/packages/client-react/CHANGELOG.md index e6ff2df6..156f1e27 100644 --- a/packages/client-react/CHANGELOG.md +++ b/packages/client-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client-react +## 1.3.11 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-client@1.5.11 + ## 1.3.10 ### Patch Changes diff --git a/packages/client-react/package.json b/packages/client-react/package.json index b807a5f3..310ea147 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.10", + "version": "1.3.11", "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 6ab9eee2..4ff4f110 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client +## 1.5.11 + +### Patch Changes + +- Updated dependencies [[`d7910f0`](https://github.com/LedgerHQ/wallet-api/commit/d7910f0c0ca983862610ee6982cd7a98f260d6a7)]: + - @ledgerhq/wallet-api-core@1.12.0 + ## 1.5.10 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 9efebb93..1113de2f 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-client", - "version": "1.5.10", + "version": "1.5.11", "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 560bfdad..1832338a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @ledgerhq/wallet-api-core +## 1.12.0 + +### Minor Changes + +- [#389](https://github.com/LedgerHQ/wallet-api/pull/389) [`d7910f0`](https://github.com/LedgerHQ/wallet-api/commit/d7910f0c0ca983862610ee6982cd7a98f260d6a7) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Add TON support + ## 1.11.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 60f29dde..9ec86955 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-core", - "version": "1.11.0", + "version": "1.12.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 63b1340f..a191a912 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.38 + +### Patch Changes + +- Updated dependencies [[`d7910f0`](https://github.com/LedgerHQ/wallet-api/commit/d7910f0c0ca983862610ee6982cd7a98f260d6a7)]: + - @ledgerhq/wallet-api-core@1.12.0 + - @ledgerhq/wallet-api-manifest-validator@0.7.2 + ## 0.1.37 ### Patch Changes diff --git a/packages/manifest-validator-cli/package.json b/packages/manifest-validator-cli/package.json index dd90c73c..be5902ed 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.37", + "version": "0.1.38", "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 203db9c8..70fd5ede 100644 --- a/packages/manifest-validator/CHANGELOG.md +++ b/packages/manifest-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-manifest-validator +## 0.7.2 + +### Patch Changes + +- Updated dependencies [[`d7910f0`](https://github.com/LedgerHQ/wallet-api/commit/d7910f0c0ca983862610ee6982cd7a98f260d6a7)]: + - @ledgerhq/wallet-api-core@1.12.0 + ## 0.7.1 ### Patch Changes diff --git a/packages/manifest-validator/package.json b/packages/manifest-validator/package.json index 11c756d4..4e9f9a2b 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.7.1", + "version": "0.7.2", "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 b6a0d9d2..9ec8bd51 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-server +## 1.5.12 + +### Patch Changes + +- Updated dependencies [[`d7910f0`](https://github.com/LedgerHQ/wallet-api/commit/d7910f0c0ca983862610ee6982cd7a98f260d6a7)]: + - @ledgerhq/wallet-api-core@1.12.0 + ## 1.5.11 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index fe56ff3a..00ef711a 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-server", - "version": "1.5.11", + "version": "1.5.12", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js", diff --git a/packages/simulator/CHANGELOG.md b/packages/simulator/CHANGELOG.md index 8aeb0c6d..512f0a86 100644 --- a/packages/simulator/CHANGELOG.md +++ b/packages/simulator/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/wallet-api-simulator +## 1.1.17 + +### Patch Changes + +- Updated dependencies [[`d7910f0`](https://github.com/LedgerHQ/wallet-api/commit/d7910f0c0ca983862610ee6982cd7a98f260d6a7)]: + - @ledgerhq/wallet-api-core@1.12.0 + - @ledgerhq/wallet-api-client@1.5.11 + - @ledgerhq/wallet-api-server@1.5.12 + ## 1.1.16 ### Patch Changes diff --git a/packages/simulator/package.json b/packages/simulator/package.json index 480741b2..52756cc1 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-simulator", - "version": "1.1.16", + "version": "1.1.17", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js",