diff --git a/.changeset/shy-zebras-doubt.md b/.changeset/shy-zebras-doubt.md deleted file mode 100644 index 27e76b86..00000000 --- a/.changeset/shy-zebras-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ledgerhq/wallet-api-core": minor ---- - -add support for tron 2.0 staking diff --git a/apps/wallet-api-tools/CHANGELOG.md b/apps/wallet-api-tools/CHANGELOG.md index 3b7c3ef9..fdcbd38b 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.8 + +### Patch Changes + +- Updated dependencies [[`5fabdc6`](https://github.com/LedgerHQ/wallet-api/commit/5fabdc62fb10fae8e55b2a3f5a802feff9bd5911)]: + - @ledgerhq/wallet-api-core@1.7.0 + - @ledgerhq/wallet-api-simulator@1.1.7 + ## 0.4.7 ### Patch Changes diff --git a/apps/wallet-api-tools/package.json b/apps/wallet-api-tools/package.json index 1b5104a9..db310581 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.7", + "version": "0.4.8", "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 d393b62e..808c5826 100644 --- a/examples/client-nextjs/CHANGELOG.md +++ b/examples/client-nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/client-nextjs +## 0.1.6 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-client@1.5.3 + - @ledgerhq/wallet-api-simulator@1.1.7 + - @ledgerhq/wallet-api-client-react@1.3.3 + ## 0.1.5 ### Patch Changes diff --git a/examples/client-nextjs/package.json b/examples/client-nextjs/package.json index 27b3dc69..37b3899c 100644 --- a/examples/client-nextjs/package.json +++ b/examples/client-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/client-nextjs", - "version": "0.1.5", + "version": "0.1.6", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/client-react/CHANGELOG.md b/packages/client-react/CHANGELOG.md index 3d8a207d..0bfc5cd8 100644 --- a/packages/client-react/CHANGELOG.md +++ b/packages/client-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client-react +## 1.3.3 + +### Patch Changes + +- Updated dependencies []: + - @ledgerhq/wallet-api-client@1.5.3 + ## 1.3.2 ### Patch Changes diff --git a/packages/client-react/package.json b/packages/client-react/package.json index dd4bd82d..46459109 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.2", + "version": "1.3.3", "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 e780869b..a0339e2f 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client +## 1.5.3 + +### Patch Changes + +- Updated dependencies [[`5fabdc6`](https://github.com/LedgerHQ/wallet-api/commit/5fabdc62fb10fae8e55b2a3f5a802feff9bd5911)]: + - @ledgerhq/wallet-api-core@1.7.0 + ## 1.5.2 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index edfa164d..5da497e1 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-client", - "version": "1.5.2", + "version": "1.5.3", "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 c98931f2..98c9cd13 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @ledgerhq/wallet-api-core +## 1.7.0 + +### Minor Changes + +- [#288](https://github.com/LedgerHQ/wallet-api/pull/288) [`5fabdc6`](https://github.com/LedgerHQ/wallet-api/commit/5fabdc62fb10fae8e55b2a3f5a802feff9bd5911) Thanks [@Philippoes](https://github.com/Philippoes)! - add support for tron 2.0 staking + ## 1.6.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 18b8590e..582f50d2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-core", - "version": "1.6.2", + "version": "1.7.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 799311fa..8772b850 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.29 + +### Patch Changes + +- Updated dependencies [[`5fabdc6`](https://github.com/LedgerHQ/wallet-api/commit/5fabdc62fb10fae8e55b2a3f5a802feff9bd5911)]: + - @ledgerhq/wallet-api-core@1.7.0 + - @ledgerhq/wallet-api-manifest-validator@0.5.15 + ## 0.1.28 ### Patch Changes diff --git a/packages/manifest-validator-cli/package.json b/packages/manifest-validator-cli/package.json index 29474d69..2c1cf6a4 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.28", + "version": "0.1.29", "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 8caea306..9cc88c97 100644 --- a/packages/manifest-validator/CHANGELOG.md +++ b/packages/manifest-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-manifest-validator +## 0.5.15 + +### Patch Changes + +- Updated dependencies [[`5fabdc6`](https://github.com/LedgerHQ/wallet-api/commit/5fabdc62fb10fae8e55b2a3f5a802feff9bd5911)]: + - @ledgerhq/wallet-api-core@1.7.0 + ## 0.5.14 ### Patch Changes diff --git a/packages/manifest-validator/package.json b/packages/manifest-validator/package.json index 9e7478e7..36c08829 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.14", + "version": "0.5.15", "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 ad71511a..82f92f25 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-server +## 1.5.3 + +### Patch Changes + +- Updated dependencies [[`5fabdc6`](https://github.com/LedgerHQ/wallet-api/commit/5fabdc62fb10fae8e55b2a3f5a802feff9bd5911)]: + - @ledgerhq/wallet-api-core@1.7.0 + ## 1.5.2 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index f02d14bb..535f7e84 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-server", - "version": "1.5.2", + "version": "1.5.3", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js", diff --git a/packages/simulator/CHANGELOG.md b/packages/simulator/CHANGELOG.md index 4e6a6698..a2b9e78f 100644 --- a/packages/simulator/CHANGELOG.md +++ b/packages/simulator/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/wallet-api-simulator +## 1.1.7 + +### Patch Changes + +- Updated dependencies [[`5fabdc6`](https://github.com/LedgerHQ/wallet-api/commit/5fabdc62fb10fae8e55b2a3f5a802feff9bd5911)]: + - @ledgerhq/wallet-api-core@1.7.0 + - @ledgerhq/wallet-api-client@1.5.3 + - @ledgerhq/wallet-api-server@1.5.3 + ## 1.1.6 ### Patch Changes diff --git a/packages/simulator/package.json b/packages/simulator/package.json index b847203e..30e43b3b 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-simulator", - "version": "1.1.6", + "version": "1.1.7", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js",