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 Sep 5, 2023
1 parent 9808185 commit f7afa4b
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,11 +1,11 @@
{
".": "0.20.0",
".": "0.21.0",
"packages/branding": "0.3.0",
"packages/bridge-ui": "0.10.0",
"packages/bridge-ui-v2": "2.6.0",
"packages/eventindexer": "0.11.0",
"packages/fork-diff": "0.3.0",
"packages/protocol": "0.14.0",
"packages/protocol": "0.15.0",
"packages/relayer": "0.10.0",
"packages/status-page": "0.12.0",
"packages/website": "0.15.0",
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.21.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.20.0...taiko-mono-v0.21.0) (2023-09-05)


### Features

* **protocol:** update `PlonkVerifier` based on current public input ([#14647](https://github.com/taikoxyz/taiko-mono/issues/14647)) ([9808185](https://github.com/taikoxyz/taiko-mono/commit/9808185af79760f7a3e115ed9ed818f77ed930b2))

## [0.20.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.19.0...taiko-mono-v0.20.0) (2023-09-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.20.0",
"version": "0.21.0",
"private": true,
"devDependencies": {
"lefthook": "^1.4.7",
Expand Down
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.0](https://github.com/taikoxyz/taiko-mono/compare/protocol-v0.14.0...protocol-v0.15.0) (2023-09-05)


### Features

* **protocol:** update `PlonkVerifier` based on current public input ([#14647](https://github.com/taikoxyz/taiko-mono/issues/14647)) ([9808185](https://github.com/taikoxyz/taiko-mono/commit/9808185af79760f7a3e115ed9ed818f77ed930b2))

## [0.14.0](https://github.com/taikoxyz/taiko-mono/compare/protocol-v0.13.0...protocol-v0.14.0) (2023-09-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.14.0",
"version": "0.15.0",
"private": true,
"scripts": {
"clean": "rm -rf abis cache && forge clean",
Expand Down

0 comments on commit f7afa4b

Please sign in to comment.