From 132a401bd769b5524f43d37df566dc31fb27561b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 06:29:56 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- packages/bridge-ui/CHANGELOG.md | 13 +++++++++++++ packages/bridge-ui/package.json | 2 +- packages/eventindexer/CHANGELOG.md | 7 +++++++ packages/eventindexer/package.json | 2 +- packages/status-page/CHANGELOG.md | 12 ++++++++++++ packages/status-page/package.json | 2 +- 10 files changed, 60 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e5d5e92f0..cb932cf88b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - ".": "0.10.0", + ".": "0.11.0", "packages/branding": "0.1.1", - "packages/bridge-ui": "0.5.0", - "packages/eventindexer": "0.2.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.6.0", + "packages/status-page": "0.7.0", "packages/tokenomics": "0.1.0", "packages/website": "0.6.0", "packages/whitepaper": "1.3.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f283c71c9..f4cef7ed09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.11.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.10.0...taiko-mono-v0.11.0) (2023-04-26) + + +### Features + +* **bridge-ui:** add transaction list pagination ([#13586](https://github.com/taikoxyz/taiko-mono/issues/13586)) ([a3b7498](https://github.com/taikoxyz/taiko-mono/commit/a3b7498a89576a5aac4c2cd5581d8ce4d457b718)) +* **eventindexer:** ProposeEvents filtering, API exposing, and getting count by address/event + tests ([#13624](https://github.com/taikoxyz/taiko-mono/issues/13624)) ([839a0be](https://github.com/taikoxyz/taiko-mono/commit/839a0bef7c64dd2b1e2ecc5194cf9a1e29f9a0cd)) +* **repo:** add deps scope for dependabot automatic PRs ([#13650](https://github.com/taikoxyz/taiko-mono/issues/13650)) ([2986f10](https://github.com/taikoxyz/taiko-mono/commit/2986f102fe2555fa23f5a4947ba93182a5ecfb32)) +* **repo:** skip labeling on changelog release PRs ([#13647](https://github.com/taikoxyz/taiko-mono/issues/13647)) ([80e911e](https://github.com/taikoxyz/taiko-mono/commit/80e911e5edfa51c0c07658c74474445202d98793)) +* **repo:** update template for github issues ([#13652](https://github.com/taikoxyz/taiko-mono/issues/13652)) ([23b6cb7](https://github.com/taikoxyz/taiko-mono/commit/23b6cb75573febb653c38aa1256d4f167445a69e)) + + +### Bug Fixes + +* **bridge-ui:** pending transactions custom store with better error handling ([#13581](https://github.com/taikoxyz/taiko-mono/issues/13581)) ([394a9d1](https://github.com/taikoxyz/taiko-mono/commit/394a9d188da5a6bc8e2ffdd80121cb18471b3f08)) +* **bridge-ui:** wrong spacing [#13339](https://github.com/taikoxyz/taiko-mono/issues/13339) ([#13567](https://github.com/taikoxyz/taiko-mono/issues/13567)) ([0ed7638](https://github.com/taikoxyz/taiko-mono/commit/0ed7638d8820feb22c36cc39a35cef7fea12224d)) +* **status-page:** Status page slots ([#13605](https://github.com/taikoxyz/taiko-mono/issues/13605)) ([f0c291f](https://github.com/taikoxyz/taiko-mono/commit/f0c291f671cfe5b81b2f567ee7701a73edb79095)) + ## [0.10.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.9.0...taiko-mono-v0.10.0) (2023-04-08) diff --git a/package-lock.json b/package-lock.json index 67e5d726e9..e251d8149e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiko-mono", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "taiko-mono", - "version": "0.10.0", + "version": "0.11.0", "devDependencies": { "husky": "^8.0.3" } diff --git a/package.json b/package.json index 0111e311f6..90d772a352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiko-mono", - "version": "0.10.0", + "version": "0.11.0", "private": true, "scripts": { "prepare": "husky install" diff --git a/packages/bridge-ui/CHANGELOG.md b/packages/bridge-ui/CHANGELOG.md index 12365be598..fd551266be 100644 --- a/packages/bridge-ui/CHANGELOG.md +++ b/packages/bridge-ui/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.6.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v0.5.0...bridge-ui-v0.6.0) (2023-04-26) + + +### Features + +* **bridge-ui:** add transaction list pagination ([#13586](https://github.com/taikoxyz/taiko-mono/issues/13586)) ([a3b7498](https://github.com/taikoxyz/taiko-mono/commit/a3b7498a89576a5aac4c2cd5581d8ce4d457b718)) + + +### Bug Fixes + +* **bridge-ui:** pending transactions custom store with better error handling ([#13581](https://github.com/taikoxyz/taiko-mono/issues/13581)) ([394a9d1](https://github.com/taikoxyz/taiko-mono/commit/394a9d188da5a6bc8e2ffdd80121cb18471b3f08)) +* **bridge-ui:** wrong spacing [#13339](https://github.com/taikoxyz/taiko-mono/issues/13339) ([#13567](https://github.com/taikoxyz/taiko-mono/issues/13567)) ([0ed7638](https://github.com/taikoxyz/taiko-mono/commit/0ed7638d8820feb22c36cc39a35cef7fea12224d)) + ## [0.5.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v0.4.0...bridge-ui-v0.5.0) (2023-04-08) diff --git a/packages/bridge-ui/package.json b/packages/bridge-ui/package.json index a7628e6120..2cb16c96cb 100644 --- a/packages/bridge-ui/package.json +++ b/packages/bridge-ui/package.json @@ -1,6 +1,6 @@ { "name": "@taiko/bridge-ui", - "version": "0.5.0", + "version": "0.6.0", "private": true, "type": "module", "scripts": { diff --git a/packages/eventindexer/CHANGELOG.md b/packages/eventindexer/CHANGELOG.md index 8aa8910b07..392dde705f 100644 --- a/packages/eventindexer/CHANGELOG.md +++ b/packages/eventindexer/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/taikoxyz/taiko-mono/compare/eventindexer-v0.2.1...eventindexer-v0.3.0) (2023-04-26) + + +### Features + +* **eventindexer:** ProposeEvents filtering, API exposing, and getting count by address/event + tests ([#13624](https://github.com/taikoxyz/taiko-mono/issues/13624)) ([839a0be](https://github.com/taikoxyz/taiko-mono/commit/839a0bef7c64dd2b1e2ecc5194cf9a1e29f9a0cd)) + ## [0.2.1](https://github.com/taikoxyz/taiko-mono/compare/eventindexer-v0.2.0...eventindexer-v0.2.1) (2023-04-08) diff --git a/packages/eventindexer/package.json b/packages/eventindexer/package.json index 9877fcdd66..b5d8f6d399 100644 --- a/packages/eventindexer/package.json +++ b/packages/eventindexer/package.json @@ -1,5 +1,5 @@ { "name": "@taiko/eventindexer", - "version": "0.2.1", + "version": "0.3.0", "private": true } diff --git a/packages/status-page/CHANGELOG.md b/packages/status-page/CHANGELOG.md index de962c2de4..2be0333bf8 100644 --- a/packages/status-page/CHANGELOG.md +++ b/packages/status-page/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.0](https://github.com/taikoxyz/taiko-mono/compare/status-page-v0.6.0...status-page-v0.7.0) (2023-04-26) + + +### Features + +* **eventindexer:** ProposeEvents filtering, API exposing, and getting count by address/event + tests ([#13624](https://github.com/taikoxyz/taiko-mono/issues/13624)) ([839a0be](https://github.com/taikoxyz/taiko-mono/commit/839a0bef7c64dd2b1e2ecc5194cf9a1e29f9a0cd)) + + +### Bug Fixes + +* **status-page:** Status page slots ([#13605](https://github.com/taikoxyz/taiko-mono/issues/13605)) ([f0c291f](https://github.com/taikoxyz/taiko-mono/commit/f0c291f671cfe5b81b2f567ee7701a73edb79095)) + ## [0.6.0](https://github.com/taikoxyz/taiko-mono/compare/status-page-v0.5.0...status-page-v0.6.0) (2023-04-08) diff --git a/packages/status-page/package.json b/packages/status-page/package.json index 5c7f96300e..5724760c92 100644 --- a/packages/status-page/package.json +++ b/packages/status-page/package.json @@ -1,6 +1,6 @@ { "name": "@taiko/status-page", - "version": "0.6.0", + "version": "0.7.0", "private": true, "type": "module", "scripts": {