diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e7b9d..9e2583c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.5](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.2.3...v1.2.5) (2024-11-07) +### Fix +- Add `Buffer` package to correctly convert the response from a signed message/auth entry with Freighter ([Ticket created](https://github.com/stellar/freighter/issues/1626)) +- Check if `window` is `undefined` before using it with Rabet and Hana so it works on server side flows. + ### [1.2.3](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.2.2...v1.2.3) (2024-10-09) ### Fix - Move the Modal component out from the Button component, we do this so the shadow DOM styles don't affect the modal component in those cases where there is a container that could prevent the modal from taking the whole screen diff --git a/package.json b/package.json index 0cecf8d..1136e48 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "@walletconnect/modal": "2.6.2", "@walletconnect/sign-client": "2.11.2", "buffer": "6.0.3", + "events": "3.3.0", "lit": "3.2.0", "rxjs": "7.8.1" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6425e5e..c1cbf6a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,6 +41,9 @@ importers: buffer: specifier: 6.0.3 version: 6.0.3 + events: + specifier: 3.3.0 + version: 3.3.0 lit: specifier: 3.2.0 version: 3.2.0