Skip to content

Commit 116432e

Browse files
committed
chore(main): release bridge-ui 2.16.0
1 parent 461a0d1 commit 116432e

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/bridge-ui": "2.15.0",
2+
"packages/bridge-ui": "2.16.0",
33
"packages/docs-site": "1.34.0",
44
"packages/eventindexer": "0.14.0",
55
"packages/ejector": "0.6.0",

packages/bridge-ui/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [2.16.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v2.15.0...bridge-ui-v2.16.0) (2026-02-26)
4+
5+
6+
### Features
7+
8+
* **bridge-ui:** support for shasta ([#21219](https://github.com/taikoxyz/taiko-mono/issues/21219)) ([b5e232d](https://github.com/taikoxyz/taiko-mono/commit/b5e232da647a0c5d3516be0349f90240c883bcfe))
9+
10+
11+
### Bug Fixes
12+
13+
* **bridge-ui:** fix memory leak in CustomTokenService event listeners ([#20841](https://github.com/taikoxyz/taiko-mono/issues/20841)) ([147aedb](https://github.com/taikoxyz/taiko-mono/commit/147aedb228aef71e2b6d311b77e68552caabe8e6))
14+
* **bridge-ui:** improve error handling in checkBalanceToBridge with typed error checks ([#19848](https://github.com/taikoxyz/taiko-mono/issues/19848)) ([e9c5667](https://github.com/taikoxyz/taiko-mono/commit/e9c566778d944394acbb191d3f0216d454355364))
15+
* **bridge-ui:** swap gas limit values for ERC1155 bridge ([#21021](https://github.com/taikoxyz/taiko-mono/issues/21021)) ([f2d7270](https://github.com/taikoxyz/taiko-mono/commit/f2d72701f20dc1aea4138a6222ac29b2b624393f))
16+
* **bridge-ui:** use toast.push return value for notification id ([#21125](https://github.com/taikoxyz/taiko-mono/issues/21125)) ([28809bb](https://github.com/taikoxyz/taiko-mono/commit/28809bb114279549227f42d6b06034e8cd407400))
17+
* **repo:** fix typos ([#20846](https://github.com/taikoxyz/taiko-mono/issues/20846)) ([00d8218](https://github.com/taikoxyz/taiko-mono/commit/00d82183eb0912b0b365b084a0797c43a109763d))
18+
19+
20+
### Chores
21+
22+
* **bridge:** remove redundant null assignment ([#20980](https://github.com/taikoxyz/taiko-mono/issues/20980)) ([1c167f0](https://github.com/taikoxyz/taiko-mono/commit/1c167f073ffa107d5ef4a87b8fea73058e5f22b3))
23+
24+
25+
### Code Refactoring
26+
27+
* **bridge-ui:** remove quota manager ([#20794](https://github.com/taikoxyz/taiko-mono/issues/20794)) ([7bcf74a](https://github.com/taikoxyz/taiko-mono/commit/7bcf74a78fab1b2ed637ac881308e746c31c68dc))
28+
329
## [2.15.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v2.14.0...bridge-ui-v2.15.0) (2025-09-26)
430

531

packages/bridge-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bridge-ui",
3-
"version": "2.15.0",
3+
"version": "2.16.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)