Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 18, 2023
1 parent 91ff244 commit 6a684ea
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
".": "0.23.0",
".": "0.24.0",
"packages/branding": "0.3.0",
"packages/bridge-ui": "0.10.1",
"packages/bridge-ui-v2": "2.9.0",
"packages/bridge-ui-v2": "2.10.0",
"packages/eventindexer": "0.13.0",
"packages/fork-diff": "0.4.0",
"packages/protocol": "0.15.2",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.24.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.23.0...taiko-mono-v0.24.0) (2023-10-18)


### Features

* **bridge-ui-v2:** add title to toast ([#14962](https://github.com/taikoxyz/taiko-mono/issues/14962)) ([91ff244](https://github.com/taikoxyz/taiko-mono/commit/91ff2446dd07354ee88e1357184ba5063bb43db6))

## [0.23.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.22.0...taiko-mono-v0.23.0) (2023-10-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taiko-mono",
"version": "0.23.0",
"version": "0.24.0",
"private": true,
"devDependencies": {
"lefthook": "^1.4.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/bridge-ui-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.10.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v2-v2.9.0...bridge-ui-v2-v2.10.0) (2023-10-18)


### Features

* **bridge-ui-v2:** add title to toast ([#14962](https://github.com/taikoxyz/taiko-mono/issues/14962)) ([91ff244](https://github.com/taikoxyz/taiko-mono/commit/91ff2446dd07354ee88e1357184ba5063bb43db6))

## [2.9.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v2-v2.8.0...bridge-ui-v2-v2.9.0) (2023-10-18)


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

0 comments on commit 6a684ea

Please sign in to comment.