From a114ce946295a5dd84cc5c6093dac85d1b6743f0 Mon Sep 17 00:00:00 2001 From: taiko-bot <160625009+taiko-kitty@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:31:58 -0400 Subject: [PATCH] chore(main): release taiko-client 0.28.0 (#17669) Co-authored-by: Roger <50648015+RogerLamTd@users.noreply.github.com> --- .release-please-manifest.json | 2 +- packages/taiko-client/CHANGELOG.md | 12 ++++++++++++ packages/taiko-client/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6286aaaa55..505448225a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "packages/guardian-prover-health-check-ui": "0.1.0", "packages/protocol": "1.7.0", "packages/relayer": "0.12.0", - "packages/taiko-client": "0.27.1", + "packages/taiko-client": "0.28.0", "packages/nfts": "1.0.0", "packages/supplementary-contracts": "1.0.0", "packages/taikoon-ui": "1.1.1", diff --git a/packages/taiko-client/CHANGELOG.md b/packages/taiko-client/CHANGELOG.md index 9879fb2c77..6ddab99d5b 100644 --- a/packages/taiko-client/CHANGELOG.md +++ b/packages/taiko-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.28.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-client-v0.27.1...taiko-client-v0.28.0) (2024-06-24) + + +### Features + +* **taiko-client:** improve some comments in prover ([#17668](https://github.com/taikoxyz/taiko-mono/issues/17668)) ([e7afcfe](https://github.com/taikoxyz/taiko-mono/commit/e7afcfe18399240fbac04a7d90a52fe17edcab67)) + + +### Chores + +* **taiko-client:** revert the failed cross-compilation ([#17670](https://github.com/taikoxyz/taiko-mono/issues/17670)) ([0a1de79](https://github.com/taikoxyz/taiko-mono/commit/0a1de792eaf0c17de1b873a465febe1dca9ce16a)) + ## [0.27.1](https://github.com/taikoxyz/taiko-mono/compare/taiko-client-v0.27.0...taiko-client-v0.27.1) (2024-06-24) diff --git a/packages/taiko-client/package.json b/packages/taiko-client/package.json index 3e4edb3199..95514ae771 100644 --- a/packages/taiko-client/package.json +++ b/packages/taiko-client/package.json @@ -1,5 +1,5 @@ { "name": "taiko-client", - "version": "0.27.1", + "version": "0.28.0", "private": true }