From cc8402f62b1ef9f75ed7730984fc7b0171cb677d Mon Sep 17 00:00:00 2001 From: taiko-bot <160625009+taiko-kitty@users.noreply.github.com> Date: Fri, 14 Jun 2024 08:27:59 -0400 Subject: [PATCH] chore(main): release taikoon-ui 1.1.0 --- .release-please-manifest.json | 2 +- packages/taikoon-ui/CHANGELOG.md | 21 +++++++++++++++++++++ packages/taikoon-ui/package.json | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b7a514a56d..731907ce089 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,7 +11,7 @@ "packages/taiko-client": "0.26.0", "packages/nfts": "1.0.0", "packages/supplementary-contracts": "1.0.0", - "packages/taikoon-ui": "1.0.0", + "packages/taikoon-ui": "1.1.0", "packages/ui-lib": "1.0.0", "packages/snaefell-ui": "1.0.0" } diff --git a/packages/taikoon-ui/CHANGELOG.md b/packages/taikoon-ui/CHANGELOG.md index 5df91bb5749..6e928f7c0f3 100644 --- a/packages/taikoon-ui/CHANGELOG.md +++ b/packages/taikoon-ui/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.1.0](https://github.com/taikoxyz/taiko-mono/compare/taikoon-ui-v1.0.0...taikoon-ui-v1.1.0) (2024-06-14) + + +### Features + +* **nfts:** adapt taikoon-ui to the new package structure ([#17271](https://github.com/taikoxyz/taiko-mono/issues/17271)) ([6b7f44a](https://github.com/taikoxyz/taiko-mono/commit/6b7f44a2e2e6dc9ee63a565c95ba5023e66940c6)) +* **nfts:** taikoon ui fixes, v3 ([#17218](https://github.com/taikoxyz/taiko-mono/issues/17218)) ([e0f064a](https://github.com/taikoxyz/taiko-mono/commit/e0f064aa7e288c17d23906127e6a77da5f81feda)) +* **nfts:** taikoon-ui adaptation for TaikoonTokenV2 ([#17593](https://github.com/taikoxyz/taiko-mono/issues/17593)) ([af33b3b](https://github.com/taikoxyz/taiko-mono/commit/af33b3bce7a0e940a1857f56d6e012331f147cce)) +* **nfts:** taikoon-ui pre-mint legal disclaimer ([#17482](https://github.com/taikoxyz/taiko-mono/issues/17482)) ([9fae4d0](https://github.com/taikoxyz/taiko-mono/commit/9fae4d04d8282424b8f74933381f0ef7c9a30255)) +* **nfts:** taikoon-ui updated list of blocked countries ([#17403](https://github.com/taikoxyz/taiko-mono/issues/17403)) ([78153ce](https://github.com/taikoxyz/taiko-mono/commit/78153ced57ddfb331e9ed3186bbf8edc675e8251)) +* **nfts:** ui-lib integration into taikoon-ui ([#17220](https://github.com/taikoxyz/taiko-mono/issues/17220)) ([849a3c4](https://github.com/taikoxyz/taiko-mono/commit/849a3c446936285c621176e332d1136c1f4ddb6b)) +* **taikoon:** geoblocking ([#17201](https://github.com/taikoxyz/taiko-mono/issues/17201)) ([6658f6a](https://github.com/taikoxyz/taiko-mono/commit/6658f6ae553c3c02560a9fa622f1dd3f938c119d)) +* **taikoon:** ipfs integration with 4everland ([#17119](https://github.com/taikoxyz/taiko-mono/issues/17119)) ([46670cf](https://github.com/taikoxyz/taiko-mono/commit/46670cfb8f087c87c42799d7ded3a0dc1258a963)) + + +### Bug Fixes + +* **nfts:** taikoon ui taiko-mainnet deployment ([#17405](https://github.com/taikoxyz/taiko-mono/issues/17405)) ([db40dbd](https://github.com/taikoxyz/taiko-mono/commit/db40dbdf5207dbcaad630d010728a621a644898d)) +* **nfts:** taikoon-ui design r4 ([#17423](https://github.com/taikoxyz/taiko-mono/issues/17423)) ([4cf0739](https://github.com/taikoxyz/taiko-mono/commit/4cf073997fd9d68bdf525a279a89fcbb2008ca0a)) +* **nfts:** taikoon-ui mobile visual fixes ([#17490](https://github.com/taikoxyz/taiko-mono/issues/17490)) ([fbfcc7f](https://github.com/taikoxyz/taiko-mono/commit/fbfcc7f3810d0122f46673944c39e5f4d759d4e0)) + ## 1.0.0 (2024-05-15) diff --git a/packages/taikoon-ui/package.json b/packages/taikoon-ui/package.json index 7d47b7ef9e8..74f07fcc759 100644 --- a/packages/taikoon-ui/package.json +++ b/packages/taikoon-ui/package.json @@ -1,6 +1,6 @@ { "name": "taikoon-ui", - "version": "1.0.0", + "version": "1.1.0", "private": true, "scripts": { "dev": "vite dev",