Skip to content

Commit

Permalink
chore(ui-react): release version 2.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Nov 2, 2023
1 parent be99695 commit 082a16d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog @tonconnect/ui-react

# [2.0.0-beta.5](https://github.com/ton-connect/sdk/compare/ui-react-2.0.0-beta.4...ui-react-2.0.0-beta.5) (2023-11-02)


### Bug Fixes

* **ui-react:** add CommonJS support and update build process ([46642f6](https://github.com/ton-connect/sdk/commit/46642f649d11d10245f0e45a2eb27a3e4984769c))


### Features

* **ui-react:** add enableAndroidBackHandler config option for android back button handling ([519e7e3](https://github.com/ton-connect/sdk/commit/519e7e305b3d3d8cd4a6e31656ad1b2fe0309b73))



# [2.0.0-beta.4](https://github.com/ton-connect/sdk/compare/ui-react-2.0.0-beta.3...ui-react-2.0.0-beta.4) (2023-10-25)


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.0-beta.4",
"version": "2.0.0-beta.5",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
Expand Down

0 comments on commit 082a16d

Please sign in to comment.