Skip to content

Commit

Permalink
chore(ui-react): release version 2.0.1-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Apr 21, 2024
1 parent 58283f8 commit 953eaf9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog @tonconnect/ui-react

## [2.0.1-beta.9](https://github.com/ton-connect/sdk/compare/ui-react-2.0.1-beta.8...ui-react-2.0.1-beta.9) (2024-04-21)


### Bug Fixes

* **ui-react:** prevent re-calculate friendly address on wallet unchanged in useTonAddress ([dfbe5ba](https://github.com/ton-connect/sdk/commit/dfbe5ba009bbfd97324e7b06ce5f08bbbd35f779))
* **ui-react:** set current modal state on first call of use effect in useTonConnectModal ([a881c7f](https://github.com/ton-connect/sdk/commit/a881c7f739c54ef0f5dd9efb7c10f12ed659f90e))
* **ui-react:** set current wallet on first call of use effect in useTonWallet ([3f2954a](https://github.com/ton-connect/sdk/commit/3f2954a1793c3b468170241605d0e78121a840db))



## [2.0.1-beta.8](https://github.com/ton-connect/sdk/compare/ui-react-2.0.1-beta.7...ui-react-2.0.1-beta.8) (2024-04-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tonconnect/ui-react",
"version": "2.0.1-beta.8",
"version": "2.0.1-beta.9",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
Expand Down

0 comments on commit 953eaf9

Please sign in to comment.