From 20cd97df8b8de611ac05d0aaa6d9b7d50121fdbe Mon Sep 17 00:00:00 2001 From: taiko-bot <160625009+taiko-kitty@users.noreply.github.com> Date: Mon, 13 May 2024 20:18:51 -0400 Subject: [PATCH 1/2] chore(main): release taikoon 1.0.0 --- .release-please-manifest.json | 3 ++- packages/taikoon/CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 packages/taikoon/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c375012d6..d9fed7e550 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,5 +9,6 @@ "packages/guardian-prover-health-check-ui": "0.1.0", "packages/protocol": "1.5.0", "packages/relayer": "0.12.0", - "packages/taiko-client": "0.22.0" + "packages/taiko-client": "0.22.0", + "packages/taikoon": "1.0.0" } diff --git a/packages/taikoon/CHANGELOG.md b/packages/taikoon/CHANGELOG.md new file mode 100644 index 0000000000..2ee140b884 --- /dev/null +++ b/packages/taikoon/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 1.0.0 (2024-05-14) + + +### Features + +* **bridge-ui:** release ([#17071](https://github.com/taikoxyz/taiko-mono/issues/17071)) ([2fa3ae0](https://github.com/taikoxyz/taiko-mono/commit/2fa3ae0b2b2317a467709110c381878a3a9f8ec6)) +* **repo:** add `taikoon` and `supplementary-contracts` sub packages ([#16810](https://github.com/taikoxyz/taiko-mono/issues/16810)) ([1140bbf](https://github.com/taikoxyz/taiko-mono/commit/1140bbf333942b03c0be72a00f988f3dcbda517e)) +* **taikoon:** migrate Taikoon NFT smart contracts here ([#16849](https://github.com/taikoxyz/taiko-mono/issues/16849)) ([b392911](https://github.com/taikoxyz/taiko-mono/commit/b3929118d81d35d38377188f8af5986113a0538a)) +* **taikoon:** taikoon ui setup ([#16854](https://github.com/taikoxyz/taiko-mono/issues/16854)) ([0ba891a](https://github.com/taikoxyz/taiko-mono/commit/0ba891a11f84d5a612dda10c5074d402cffd4100)) + + +### Bug Fixes + +* **taikoon:** fix taikoon contract test dependency issues ([#16862](https://github.com/taikoxyz/taiko-mono/issues/16862)) ([bf31bb6](https://github.com/taikoxyz/taiko-mono/commit/bf31bb61bb389004944924d022d0588b304d4998)) From 8226e4d84906e23e9cf88bdce57e3ea5d6c10997 Mon Sep 17 00:00:00 2001 From: d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Mon, 13 May 2024 21:40:21 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- packages/taikoon/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/taikoon/CHANGELOG.md b/packages/taikoon/CHANGELOG.md index 2ee140b884..f30115a758 100644 --- a/packages/taikoon/CHANGELOG.md +++ b/packages/taikoon/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)) * **repo:** add `taikoon` and `supplementary-contracts` sub packages ([#16810](https://github.com/taikoxyz/taiko-mono/issues/16810)) ([1140bbf](https://github.com/taikoxyz/taiko-mono/commit/1140bbf333942b03c0be72a00f988f3dcbda517e)) * **taikoon:** migrate Taikoon NFT smart contracts here ([#16849](https://github.com/taikoxyz/taiko-mono/issues/16849)) ([b392911](https://github.com/taikoxyz/taiko-mono/commit/b3929118d81d35d38377188f8af5986113a0538a)) * **taikoon:** taikoon ui setup ([#16854](https://github.com/taikoxyz/taiko-mono/issues/16854)) ([0ba891a](https://github.com/taikoxyz/taiko-mono/commit/0ba891a11f84d5a612dda10c5074d402cffd4100))