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 Dec 11, 2023
1 parent 1c46810 commit 5106e3e
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
".": "0.24.0",
".": "0.24.1",
"packages/branding": "0.3.0",
"packages/bridge-ui-v2": "2.10.0",
"packages/eventindexer": "0.13.0",
"packages/fork-diff": "0.4.0",
"packages/protocol": "0.15.3",
"packages/relayer": "0.12.0"
"packages/eventindexer": "0.13.1",
"packages/fork-diff": "0.4.1",
"packages/protocol": "0.15.4",
"packages/relayer": "0.12.1"
}
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.1](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.24.0...taiko-mono-v0.24.1) (2023-12-11)


### Bug Fixes

* **repo:** fix some typos ([#15338](https://github.com/taikoxyz/taiko-mono/issues/15338)) ([2d2283c](https://github.com/taikoxyz/taiko-mono/commit/2d2283ce968972fc3ee0c12f406dcc7135dc01a4))

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


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.24.0",
"version": "0.24.1",
"private": true,
"devDependencies": {
"lefthook": "^1.4.7",
Expand Down
7 changes: 7 additions & 0 deletions packages/eventindexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.13.1](https://github.com/taikoxyz/taiko-mono/compare/eventindexer-v0.13.0...eventindexer-v0.13.1) (2023-12-11)


### Bug Fixes

* **repo:** fix some typos ([#15338](https://github.com/taikoxyz/taiko-mono/issues/15338)) ([2d2283c](https://github.com/taikoxyz/taiko-mono/commit/2d2283ce968972fc3ee0c12f406dcc7135dc01a4))

## [0.13.0](https://github.com/taikoxyz/taiko-mono/compare/eventindexer-v0.12.0...eventindexer-v0.13.0) (2023-10-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/eventindexer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@taiko/eventindexer",
"version": "0.13.0",
"version": "0.13.1",
"private": true
}
7 changes: 7 additions & 0 deletions packages/fork-diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/taikoxyz/taiko-mono/compare/fork-diff-v0.4.0...fork-diff-v0.4.1) (2023-12-11)


### Bug Fixes

* **repo:** fix some typos ([#15338](https://github.com/taikoxyz/taiko-mono/issues/15338)) ([2d2283c](https://github.com/taikoxyz/taiko-mono/commit/2d2283ce968972fc3ee0c12f406dcc7135dc01a4))

## [0.4.0](https://github.com/taikoxyz/taiko-mono/compare/fork-diff-v0.3.0...fork-diff-v0.4.0) (2023-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/fork-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@taiko/fork-diff",
"version": "0.4.0"
"version": "0.4.1"
}
7 changes: 7 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.15.4](https://github.com/taikoxyz/taiko-mono/compare/protocol-v0.15.3...protocol-v0.15.4) (2023-12-11)


### Bug Fixes

* **repo:** fix some typos ([#15338](https://github.com/taikoxyz/taiko-mono/issues/15338)) ([2d2283c](https://github.com/taikoxyz/taiko-mono/commit/2d2283ce968972fc3ee0c12f406dcc7135dc01a4))

## [0.15.3](https://github.com/taikoxyz/taiko-mono/compare/protocol-v0.15.2...protocol-v0.15.3) (2023-12-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiko/protocol",
"version": "0.15.3",
"version": "0.15.4",
"private": true,
"scripts": {
"clean": "rm -rf abis cache && forge clean",
Expand Down
7 changes: 7 additions & 0 deletions packages/relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.12.1](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.12.0...relayer-v0.12.1) (2023-12-11)


### Bug Fixes

* **repo:** fix some typos ([#15338](https://github.com/taikoxyz/taiko-mono/issues/15338)) ([2d2283c](https://github.com/taikoxyz/taiko-mono/commit/2d2283ce968972fc3ee0c12f406dcc7135dc01a4))

## [0.12.0](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.11.0...relayer-v0.12.0) (2023-10-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@taiko/relayer",
"version": "0.12.0",
"version": "0.12.1",
"private": true
}

0 comments on commit 5106e3e

Please sign in to comment.