diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3872e3b6fe..02eb4f1ae3 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 0000000000..5df91bb574 --- /dev/null +++ b/packages/taikoon-ui/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## 1.0.0 (2024-05-15) + + +### Features + +* **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 b1d29c9e3b..a5ff7382ac 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",