Skip to content

Commit

Permalink
chore(main): release bridge-ui 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiko-kitty committed Jun 20, 2024
1 parent 53d672b commit 7c84010
Show file tree
Hide file tree
Showing 3 changed files with 32 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.11.0",
"packages/bridge-ui": "2.12.0",
"packages/docs-site": "1.11.0",
"packages/eventindexer": "0.13.0",
"packages/fork-diff": "0.6.0",
Expand Down
30 changes: 30 additions & 0 deletions packages/bridge-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [2.12.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v2.11.0...bridge-ui-v2.12.0) (2024-06-20)


### Features

* **bridge-ui:** fallback gasprice for processingfee ([#17578](https://github.com/taikoxyz/taiko-mono/issues/17578)) ([c621426](https://github.com/taikoxyz/taiko-mono/commit/c621426c430bd01a3f7dbbb39058e8357601c507))
* **bridge-ui:** polishing ([#17460](https://github.com/taikoxyz/taiko-mono/issues/17460)) ([a3faee0](https://github.com/taikoxyz/taiko-mono/commit/a3faee088ee5ed235f9b4020aa2afce77d0f8108))
* **bridge-ui:** rounding fix. ([#17409](https://github.com/taikoxyz/taiko-mono/issues/17409)) ([eac7434](https://github.com/taikoxyz/taiko-mono/commit/eac743445b9a1c21ed03aede036098ba3add261a))
* **bridge-ui:** update usdc wording, add minimum fee check ([#17419](https://github.com/taikoxyz/taiko-mono/issues/17419)) ([07211da](https://github.com/taikoxyz/taiko-mono/commit/07211da83c9f5ca782fc5d9a02680968bf81ee24))


### Bug Fixes

* **bridge-ui:** bigint conversion ([#17534](https://github.com/taikoxyz/taiko-mono/issues/17534)) ([4279ccd](https://github.com/taikoxyz/taiko-mono/commit/4279ccd59024578d51b39a6b26a0138409a42f44))
* **bridge-ui:** fix claiming for recipients that do not match srcOwner ([#17576](https://github.com/taikoxyz/taiko-mono/issues/17576)) ([6eaaa12](https://github.com/taikoxyz/taiko-mono/commit/6eaaa127bf12df486ce648f66d719138631e851f))
* **bridge-ui:** fix funds message ([#17507](https://github.com/taikoxyz/taiko-mono/issues/17507)) ([55293a5](https://github.com/taikoxyz/taiko-mono/commit/55293a5208f729964279fb07056a90b08e56a4ec))
* **bridge-ui:** fix manual claim issue ([#17518](https://github.com/taikoxyz/taiko-mono/issues/17518)) ([3f5b73d](https://github.com/taikoxyz/taiko-mono/commit/3f5b73ddf47dd1c9853d5d2d9a75e8cd95ecccbf))
* **bridge-ui:** fix parsing relayer ([#17551](https://github.com/taikoxyz/taiko-mono/issues/17551)) ([1b3eb90](https://github.com/taikoxyz/taiko-mono/commit/1b3eb9029ae7e6903496d774c9c115c73774c097))
* **bridge-ui:** fix USDT approvals ([#17539](https://github.com/taikoxyz/taiko-mono/issues/17539)) ([37cb7af](https://github.com/taikoxyz/taiko-mono/commit/37cb7af834d189051c2de895b384997c4fc13b9a))
* **bridge-ui:** increase gaslimit for erc20 ([#17531](https://github.com/taikoxyz/taiko-mono/issues/17531)) ([3a7268d](https://github.com/taikoxyz/taiko-mono/commit/3a7268df33e5f778b22b7624c4baec6739083641))
* **bridge-ui:** lock continue button when fee is calculating ([#17548](https://github.com/taikoxyz/taiko-mono/issues/17548)) ([5781b33](https://github.com/taikoxyz/taiko-mono/commit/5781b338221dbe1e8ab2a1556ffeeaa239b8d957))
* **bridge-ui:** msg value mapping ([#17554](https://github.com/taikoxyz/taiko-mono/issues/17554)) ([e58d41a](https://github.com/taikoxyz/taiko-mono/commit/e58d41a39b7e132fe094d04bb453929155f4ba4b))
* **bridge-ui:** recallMessage fix ([#17547](https://github.com/taikoxyz/taiko-mono/issues/17547)) ([11755d1](https://github.com/taikoxyz/taiko-mono/commit/11755d164a532980214e69219d328fa66a06f6cc))
* **bridge-ui:** small fixes ([#17375](https://github.com/taikoxyz/taiko-mono/issues/17375)) ([5236d0a](https://github.com/taikoxyz/taiko-mono/commit/5236d0a50a82e3915eb955962ccc930110d6274e))


### Chores

* **bridge-ui:** add symbiosis ([#17505](https://github.com/taikoxyz/taiko-mono/issues/17505)) ([9e504d2](https://github.com/taikoxyz/taiko-mono/commit/9e504d27976d25da89a48e7a4453f6e36f8055f3))

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


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.11.0",
"version": "2.12.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 7c84010

Please sign in to comment.