diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c375012d6c..d9fed7e5509 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 00000000000..2ee140b8847 --- /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))