anza-xyz / wallet-adapter

Modular TypeScript wallet adapters and components for Solana applications.
https://anza-xyz.github.io/wallet-adapter/
Apache License 2.0
1.46k stars 911 forks source link

chore: bump `@trezor/connect-web` to version `9.2.1` #920

Closed gabrielKerekes closed 4 months ago

gabrielKerekes commented 4 months ago

Temporarily fix https://github.com/anza-xyz/wallet-adapter/issues/918.

Trezor have already created a PR with a fix for the issue - https://github.com/trezor/trezor-suite/pull/11443. I asked how soon they'd release, but haven't gotten a response yet. If it should be today/tomorrow then it's perhaps not worth it to merge this. I'll let you know as soon as I get a response.

Bump @trezor/connect-web web version to 9.2.1 so that users don't accidentally install version 9.2.0 which would resulted in a broken build of their app.

gabrielKerekes commented 4 months ago

Trezor should release the fix today or tomorrow - https://github.com/trezor/trezor-suite/pull/11443#issuecomment-1978356053.

mcintyre94 commented 4 months ago

@gabrielKerekes Would you mind bumping this to ^9.2.1 just to make sure nobody picks up a broken version going forward? I'm unsure which dependencies are good/bad between >9.1.6 and <9.2.1, but let's just make sure nobody gets any of them going forward.

gabrielKerekes commented 4 months ago

I force-pushed the update to 9.2.1. https://github.com/anza-xyz/wallet-adapter/pull/920/commits/a73d5bc10c7d6baa5b1977a5f1014703d6cb5f54. I also renamed the PR and updated the description for future reference.

Just FYI - it was only version 9.2.0 which was broken.

mcintyre94 commented 4 months ago

Perfect, thankyou!