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 May 2, 2023
1 parent 864151f commit b01ed8b
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
".": "0.11.0",
".": "0.11.1",
"packages/branding": "0.1.1",
"packages/bridge-ui": "0.6.0",
"packages/eventindexer": "0.3.0",
"packages/protocol": "0.6.1",
"packages/relayer": "0.4.1",
"packages/status-page": "0.7.0",
"packages/tokenomics": "0.1.0",
"packages/website": "0.6.0",
"packages/whitepaper": "1.3.0"
"packages/website": "0.6.1",
"packages/whitepaper": "1.3.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.11.1](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.11.0...taiko-mono-v0.11.1) (2023-05-02)


### Bug Fixes

* **repo:** remove `fully` ([#13683](https://github.com/taikoxyz/taiko-mono/issues/13683)) ([864151f](https://github.com/taikoxyz/taiko-mono/commit/864151f5570dfc4fb3910ac0f0bba609831e9fae))

## [0.11.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.10.0...taiko-mono-v0.11.0) (2023-04-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.11.0",
"version": "0.11.1",
"private": true,
"scripts": {
"prepare": "husky install"
Expand Down
7 changes: 7 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.1](https://github.com/taikoxyz/taiko-mono/compare/website-v0.6.0...website-v0.6.1) (2023-05-02)


### Bug Fixes

* **repo:** remove `fully` ([#13683](https://github.com/taikoxyz/taiko-mono/issues/13683)) ([864151f](https://github.com/taikoxyz/taiko-mono/commit/864151f5570dfc4fb3910ac0f0bba609831e9fae))

## [0.6.0](https://github.com/taikoxyz/taiko-mono/compare/website-v0.5.0...website-v0.6.0) (2023-04-08)


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.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"build": "pnpm next build",
Expand Down
7 changes: 7 additions & 0 deletions packages/whitepaper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.1](https://github.com/taikoxyz/taiko-mono/compare/whitepaper-v1.3.0...whitepaper-v1.3.1) (2023-05-02)


### Bug Fixes

* **repo:** remove `fully` ([#13683](https://github.com/taikoxyz/taiko-mono/issues/13683)) ([864151f](https://github.com/taikoxyz/taiko-mono/commit/864151f5570dfc4fb3910ac0f0bba609831e9fae))

## [1.3.0](https://github.com/taikoxyz/taiko-mono/compare/whitepaper-v1.2.2...whitepaper-v1.3.0) (2023-01-19)


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

0 comments on commit b01ed8b

Please sign in to comment.