From 8903586bc41df69a2edebfceaab0b7f4b45fee6d Mon Sep 17 00:00:00 2001 From: taiko-bot <160625009+taiko-kitty@users.noreply.github.com> Date: Wed, 15 May 2024 09:46:59 -0400 Subject: [PATCH 1/2] chore(main): release taikoon-ui 1.0.0 --- .release-please-manifest.json | 3 ++- packages/taikoon-ui/CHANGELOG.md | 17 +++++++++++++++++ packages/taikoon-ui/package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 packages/taikoon-ui/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3872e3b6fe1..02eb4f1ae39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,5 +11,6 @@ "packages/relayer": "0.12.0", "packages/taiko-client": "0.22.0", "packages/taikoon": "1.0.0", - "packages/supplementary-contracts": "1.0.0" + "packages/supplementary-contracts": "1.0.0", + "packages/taikoon-ui": "1.0.0" } diff --git a/packages/taikoon-ui/CHANGELOG.md b/packages/taikoon-ui/CHANGELOG.md new file mode 100644 index 00000000000..19675862640 --- /dev/null +++ b/packages/taikoon-ui/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 1.0.0 (2024-05-15) + + +### Features + +* **bridge-ui:** release ([#17071](https://github.com/taikoxyz/taiko-mono/issues/17071)) ([2fa3ae0](https://github.com/taikoxyz/taiko-mono/commit/2fa3ae0b2b2317a467709110c381878a3a9f8ec6)) +* **taikoon:** devnet deployment ([#16937](https://github.com/taikoxyz/taiko-mono/issues/16937)) ([387ffb1](https://github.com/taikoxyz/taiko-mono/commit/387ffb1d18423f9e52dd9f668ddfaef748f7c97f)) +* **taikoon:** taikoon ui setup ([#16854](https://github.com/taikoxyz/taiko-mono/issues/16854)) ([0ba891a](https://github.com/taikoxyz/taiko-mono/commit/0ba891a11f84d5a612dda10c5074d402cffd4100)) +* **taikoon:** ui qa checklist ([#16870](https://github.com/taikoxyz/taiko-mono/issues/16870)) ([e965597](https://github.com/taikoxyz/taiko-mono/commit/e96559762d844b042bbf23de878883d3b647671a)) +* **taikoon:** ui qa checklist ([#17175](https://github.com/taikoxyz/taiko-mono/issues/17175)) ([924adf3](https://github.com/taikoxyz/taiko-mono/commit/924adf3df2db4d4bee9a2af912705aea5dbc3659)) + + +### Reverts + +* **repo:** ui qa checklist ([#17174](https://github.com/taikoxyz/taiko-mono/issues/17174)) ([43cb9a2](https://github.com/taikoxyz/taiko-mono/commit/43cb9a2f82ae808fde282154cded508b52dd76b3)) diff --git a/packages/taikoon-ui/package.json b/packages/taikoon-ui/package.json index b1d29c9e3b7..a5ff7382acb 100644 --- a/packages/taikoon-ui/package.json +++ b/packages/taikoon-ui/package.json @@ -1,6 +1,6 @@ { "name": "taikoon-ui", - "version": "0.0.1", + "version": "1.0.0", "private": true, "scripts": { "dev": "vite dev", From 555b9baa741f52c5d01a77768e129e707d407277 Mon Sep 17 00:00:00 2001 From: d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Wed, 15 May 2024 11:37:44 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- packages/taikoon-ui/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/taikoon-ui/CHANGELOG.md b/packages/taikoon-ui/CHANGELOG.md index 19675862640..5df91bb5749 100644 --- a/packages/taikoon-ui/CHANGELOG.md +++ b/packages/taikoon-ui/CHANGELOG.md @@ -5,7 +5,6 @@ ### Features -* **bridge-ui:** release ([#17071](https://github.com/taikoxyz/taiko-mono/issues/17071)) ([2fa3ae0](https://github.com/taikoxyz/taiko-mono/commit/2fa3ae0b2b2317a467709110c381878a3a9f8ec6)) * **taikoon:** devnet deployment ([#16937](https://github.com/taikoxyz/taiko-mono/issues/16937)) ([387ffb1](https://github.com/taikoxyz/taiko-mono/commit/387ffb1d18423f9e52dd9f668ddfaef748f7c97f)) * **taikoon:** taikoon ui setup ([#16854](https://github.com/taikoxyz/taiko-mono/issues/16854)) ([0ba891a](https://github.com/taikoxyz/taiko-mono/commit/0ba891a11f84d5a612dda10c5074d402cffd4100)) * **taikoon:** ui qa checklist ([#16870](https://github.com/taikoxyz/taiko-mono/issues/16870)) ([e965597](https://github.com/taikoxyz/taiko-mono/commit/e96559762d844b042bbf23de878883d3b647671a))