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 26, 2023
1 parent a38b1d4 commit 058d155
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
".": "0.21.0",
".": "0.22.0",
"packages/branding": "0.3.0",
"packages/bridge-ui": "0.10.1",
"packages/bridge-ui-v2": "2.7.0",
"packages/eventindexer": "0.12.0",
"packages/fork-diff": "0.4.0",
"packages/protocol": "0.15.0",
"packages/protocol": "0.15.1",
"packages/relayer": "0.11.0",
"packages/status-page": "0.12.0",
"packages/website": "0.16.0",
"packages/website": "0.17.0",
"packages/whitepaper": "1.4.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.22.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.21.0...taiko-mono-v0.22.0) (2023-09-26)


### Features

* **website:** add Alphamint and Xverse to ecosystem ([#14807](https://github.com/taikoxyz/taiko-mono/issues/14807)) ([0ea2e42](https://github.com/taikoxyz/taiko-mono/commit/0ea2e422d747871719ffbff39def01c5310b294f))
* **website:** add uniswap v3 addresses ([#14804](https://github.com/taikoxyz/taiko-mono/issues/14804)) ([ce83fba](https://github.com/taikoxyz/taiko-mono/commit/ce83fba51ed21e0a63eb99b65d502b5552597728))
* **website:** Improve behavior on adding chains and tokens ([#14781](https://github.com/taikoxyz/taiko-mono/issues/14781)) ([fa59e09](https://github.com/taikoxyz/taiko-mono/commit/fa59e092de6114f586f6b8104aae718c61ff01cf))
* **website:** update enable-a-prover to address common friction point ([#14787](https://github.com/taikoxyz/taiko-mono/issues/14787)) ([0de615b](https://github.com/taikoxyz/taiko-mono/commit/0de615ba70cb4a3d54359960020ee9bc39215f0e))


### Bug Fixes

* **protocol:** Fix genesis tests ([#14813](https://github.com/taikoxyz/taiko-mono/issues/14813)) ([a38b1d4](https://github.com/taikoxyz/taiko-mono/commit/a38b1d4a87225b77f86989dc69cbbcebd7f1a7f0))
* **website:** remove duplicate and miswording on run a taiko node docs ([#14791](https://github.com/taikoxyz/taiko-mono/issues/14791)) ([9cc10ba](https://github.com/taikoxyz/taiko-mono/commit/9cc10ba6872f744f0c76c64c4bf1120d9199a1a6))

## [0.21.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.20.0...taiko-mono-v0.21.0) (2023-09-25)


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.21.0",
"version": "0.22.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.1](https://github.com/taikoxyz/taiko-mono/compare/protocol-v0.15.0...protocol-v0.15.1) (2023-09-26)


### Bug Fixes

* **protocol:** Fix genesis tests ([#14813](https://github.com/taikoxyz/taiko-mono/issues/14813)) ([a38b1d4](https://github.com/taikoxyz/taiko-mono/commit/a38b1d4a87225b77f86989dc69cbbcebd7f1a7f0))

## [0.15.0](https://github.com/taikoxyz/taiko-mono/compare/protocol-v0.14.0...protocol-v0.15.0) (2023-09-25)


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.0",
"version": "0.15.1",
"private": true,
"scripts": {
"clean": "rm -rf abis cache && forge clean",
Expand Down
15 changes: 15 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.17.0](https://github.com/taikoxyz/taiko-mono/compare/website-v0.16.0...website-v0.17.0) (2023-09-26)


### Features

* **website:** add Alphamint and Xverse to ecosystem ([#14807](https://github.com/taikoxyz/taiko-mono/issues/14807)) ([0ea2e42](https://github.com/taikoxyz/taiko-mono/commit/0ea2e422d747871719ffbff39def01c5310b294f))
* **website:** add uniswap v3 addresses ([#14804](https://github.com/taikoxyz/taiko-mono/issues/14804)) ([ce83fba](https://github.com/taikoxyz/taiko-mono/commit/ce83fba51ed21e0a63eb99b65d502b5552597728))
* **website:** Improve behavior on adding chains and tokens ([#14781](https://github.com/taikoxyz/taiko-mono/issues/14781)) ([fa59e09](https://github.com/taikoxyz/taiko-mono/commit/fa59e092de6114f586f6b8104aae718c61ff01cf))
* **website:** update enable-a-prover to address common friction point ([#14787](https://github.com/taikoxyz/taiko-mono/issues/14787)) ([0de615b](https://github.com/taikoxyz/taiko-mono/commit/0de615ba70cb4a3d54359960020ee9bc39215f0e))


### Bug Fixes

* **website:** remove duplicate and miswording on run a taiko node docs ([#14791](https://github.com/taikoxyz/taiko-mono/issues/14791)) ([9cc10ba](https://github.com/taikoxyz/taiko-mono/commit/9cc10ba6872f744f0c76c64c4bf1120d9199a1a6))

## [0.16.0](https://github.com/taikoxyz/taiko-mono/compare/website-v0.15.0...website-v0.16.0) (2023-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiko/website",
"version": "0.16.0",
"version": "0.17.0",
"private": true,
"scripts": {
"build": "pnpm next build",
Expand Down

0 comments on commit 058d155

Please sign in to comment.