Skip to content

Commit

Permalink
chore(main): release bridge-ui 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiko-kitty committed May 26, 2024
1 parent 104cbfa commit 08d7340
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/branding": "0.4.0",
"packages/bridge-ui": "2.10.1",
"packages/bridge-ui": "2.11.0",
"packages/docs-site": "1.3.0",
"packages/eventindexer": "0.13.0",
"packages/fork-diff": "0.5.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/bridge-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.11.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v2.10.1...bridge-ui-v2.11.0) (2024-05-26)


### Features

* **bridge-ui:** improve token handling ([#17216](https://github.com/taikoxyz/taiko-mono/issues/17216)) ([3875f45](https://github.com/taikoxyz/taiko-mono/commit/3875f45eb4be720464f36c663ddf50b870fdd18e))
* **bridge-ui:** re-add mobile details ([#17016](https://github.com/taikoxyz/taiko-mono/issues/17016)) ([30aefe1](https://github.com/taikoxyz/taiko-mono/commit/30aefe120dd03d6eca65c6cf08267cbf3004cdb9))
* **bridge-ui:** smart contract wallet detection ([#17231](https://github.com/taikoxyz/taiko-mono/issues/17231)) ([80ff27e](https://github.com/taikoxyz/taiko-mono/commit/80ff27ed351c02a4b450a33ff0d3bd1bdf08ce6b))


### Bug Fixes

* **bridge-ui:** quota check ([#17200](https://github.com/taikoxyz/taiko-mono/issues/17200)) ([b883d34](https://github.com/taikoxyz/taiko-mono/commit/b883d34b791287d0caa58522f50917dc47f40c0e))

## [2.10.1](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v2.10.0...bridge-ui-v2.10.1) (2024-05-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bridge-ui",
"version": "2.10.1",
"version": "2.11.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 08d7340

Please sign in to comment.