diff --git a/.changeset/heavy-pandas-smoke.md b/.changeset/heavy-pandas-smoke.md deleted file mode 100644 index ae897329..00000000 --- a/.changeset/heavy-pandas-smoke.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@ledgerhq/wallet-api-tools": minor -"@ledgerhq/wallet-api-simulator": minor -"@ledgerhq/wallet-api-client": minor -"@ledgerhq/wallet-api-server": minor -"@ledgerhq/wallet-api-core": minor ---- - -feat: add bitcoin.getAddress and bitcoin.getPublicKey diff --git a/apps/wallet-api-tools/CHANGELOG.md b/apps/wallet-api-tools/CHANGELOG.md index ddb6c6d4..d8bd53fe 100644 --- a/apps/wallet-api-tools/CHANGELOG.md +++ b/apps/wallet-api-tools/CHANGELOG.md @@ -1,5 +1,17 @@ # @ledgerhq/wallet-api-tools +## 0.5.0 + +### Minor Changes + +- [#393](https://github.com/LedgerHQ/wallet-api/pull/393) [`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6) Thanks [@Justkant](https://github.com/Justkant)! - feat: add bitcoin.getAddress and bitcoin.getPublicKey + +### Patch Changes + +- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]: + - @ledgerhq/wallet-api-simulator@1.2.0 + - @ledgerhq/wallet-api-core@1.13.0 + ## 0.4.18 ### Patch Changes diff --git a/apps/wallet-api-tools/package.json b/apps/wallet-api-tools/package.json index 18fcb581..5de7c6a2 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.18", + "version": "0.5.0", "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 57916ad7..f350fdab 100644 --- a/examples/client-nextjs/CHANGELOG.md +++ b/examples/client-nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # @ledgerhq/client-nextjs +## 0.1.17 + +### Patch Changes + +- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]: + - @ledgerhq/wallet-api-simulator@1.2.0 + - @ledgerhq/wallet-api-client@1.6.0 + - @ledgerhq/wallet-api-client-react@1.3.12 + ## 0.1.16 ### Patch Changes diff --git a/examples/client-nextjs/package.json b/examples/client-nextjs/package.json index f98ad3df..dac726b2 100644 --- a/examples/client-nextjs/package.json +++ b/examples/client-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/client-nextjs", - "version": "0.1.16", + "version": "0.1.17", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/client-react/CHANGELOG.md b/packages/client-react/CHANGELOG.md index 156f1e27..1620da9c 100644 --- a/packages/client-react/CHANGELOG.md +++ b/packages/client-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-client-react +## 1.3.12 + +### Patch Changes + +- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]: + - @ledgerhq/wallet-api-client@1.6.0 + ## 1.3.11 ### Patch Changes diff --git a/packages/client-react/package.json b/packages/client-react/package.json index 310ea147..239732c7 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.11", + "version": "1.3.12", "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 4ff4f110..2b37afd0 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/wallet-api-client +## 1.6.0 + +### Minor Changes + +- [#393](https://github.com/LedgerHQ/wallet-api/pull/393) [`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6) Thanks [@Justkant](https://github.com/Justkant)! - feat: add bitcoin.getAddress and bitcoin.getPublicKey + +### Patch Changes + +- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]: + - @ledgerhq/wallet-api-core@1.13.0 + ## 1.5.11 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 1113de2f..676f981e 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-client", - "version": "1.5.11", + "version": "1.6.0", "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 1832338a..77aa40a3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @ledgerhq/wallet-api-core +## 1.13.0 + +### Minor Changes + +- [#393](https://github.com/LedgerHQ/wallet-api/pull/393) [`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6) Thanks [@Justkant](https://github.com/Justkant)! - feat: add bitcoin.getAddress and bitcoin.getPublicKey + ## 1.12.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9ec86955..53da7c20 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-core", - "version": "1.12.0", + "version": "1.13.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 a191a912..a018b3c6 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.39 + +### Patch Changes + +- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]: + - @ledgerhq/wallet-api-core@1.13.0 + - @ledgerhq/wallet-api-manifest-validator@0.7.3 + ## 0.1.38 ### Patch Changes diff --git a/packages/manifest-validator-cli/package.json b/packages/manifest-validator-cli/package.json index be5902ed..f8e08402 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.38", + "version": "0.1.39", "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 70fd5ede..9d16a83b 100644 --- a/packages/manifest-validator/CHANGELOG.md +++ b/packages/manifest-validator/CHANGELOG.md @@ -1,5 +1,12 @@ # @ledgerhq/wallet-api-manifest-validator +## 0.7.3 + +### Patch Changes + +- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]: + - @ledgerhq/wallet-api-core@1.13.0 + ## 0.7.2 ### Patch Changes diff --git a/packages/manifest-validator/package.json b/packages/manifest-validator/package.json index 4e9f9a2b..eaf1b208 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.2", + "version": "0.7.3", "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 9ec8bd51..981da573 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,16 @@ # @ledgerhq/wallet-api-server +## 1.6.0 + +### Minor Changes + +- [#393](https://github.com/LedgerHQ/wallet-api/pull/393) [`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6) Thanks [@Justkant](https://github.com/Justkant)! - feat: add bitcoin.getAddress and bitcoin.getPublicKey + +### Patch Changes + +- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]: + - @ledgerhq/wallet-api-core@1.13.0 + ## 1.5.12 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index 00ef711a..fe1cd3b0 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-server", - "version": "1.5.12", + "version": "1.6.0", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js", diff --git a/packages/simulator/CHANGELOG.md b/packages/simulator/CHANGELOG.md index 512f0a86..2152ed3e 100644 --- a/packages/simulator/CHANGELOG.md +++ b/packages/simulator/CHANGELOG.md @@ -1,5 +1,18 @@ # @ledgerhq/wallet-api-simulator +## 1.2.0 + +### Minor Changes + +- [#393](https://github.com/LedgerHQ/wallet-api/pull/393) [`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6) Thanks [@Justkant](https://github.com/Justkant)! - feat: add bitcoin.getAddress and bitcoin.getPublicKey + +### Patch Changes + +- Updated dependencies [[`9261475`](https://github.com/LedgerHQ/wallet-api/commit/926147536eb309f2c19c90e9f7217e599fde2bf6)]: + - @ledgerhq/wallet-api-client@1.6.0 + - @ledgerhq/wallet-api-server@1.6.0 + - @ledgerhq/wallet-api-core@1.13.0 + ## 1.1.17 ### Patch Changes diff --git a/packages/simulator/package.json b/packages/simulator/package.json index 52756cc1..6f54ef24 100644 --- a/packages/simulator/package.json +++ b/packages/simulator/package.json @@ -1,6 +1,6 @@ { "name": "@ledgerhq/wallet-api-simulator", - "version": "1.1.17", + "version": "1.2.0", "license": "MIT", "main": "lib/index.js", "module": "lib-es/index.js",