Skip to content

Commit 5140ec9

Browse files
committed
chore(main): release bridge-ui 2.15.1
1 parent 7bcf74a commit 5140ec9

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/blobindexer-rs": "0.2.0",
3-
"packages/bridge-ui": "2.15.0",
3+
"packages/bridge-ui": "2.15.1",
44
"packages/docs-site": "1.32.6",
55
"packages/eventindexer": "0.13.0",
66
"packages/ejector": "0.1.2",

packages/bridge-ui/CHANGELOG.md

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

3+
## [2.15.1](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v2.15.0...bridge-ui-v2.15.1) (2025-12-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **bridge-ui:** correct error message in beforeReleasing method ([#20245](https://github.com/taikoxyz/taiko-mono/issues/20245)) ([69a0e66](https://github.com/taikoxyz/taiko-mono/commit/69a0e66dc3d2ffa61f05485a88ecd9f235c9d90e))
9+
* **repo:** correct typos across relayer, bridge-ui, and ui-lib ([#20337](https://github.com/taikoxyz/taiko-mono/issues/20337)) ([0c8ba23](https://github.com/taikoxyz/taiko-mono/commit/0c8ba23fb859388bff52fc208e31e0c73a66a2cf))
10+
* **repo:** fix typos ([#20846](https://github.com/taikoxyz/taiko-mono/issues/20846)) ([00d8218](https://github.com/taikoxyz/taiko-mono/commit/00d82183eb0912b0b365b084a0797c43a109763d))
11+
12+
13+
### Code Refactoring
14+
15+
* **bridge-ui:** remove quota manager ([#20794](https://github.com/taikoxyz/taiko-mono/issues/20794)) ([7bcf74a](https://github.com/taikoxyz/taiko-mono/commit/7bcf74a78fab1b2ed637ac881308e746c31c68dc))
16+
317
## [2.15.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v2.14.0...bridge-ui-v2.15.0) (2025-09-26)
418

519

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.15.1",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)