From d2ecd26a6bce2303181340a439f0a23678551f38 Mon Sep 17 00:00:00 2001 From: taiko-bot <160625009+taiko-kitty@users.noreply.github.com> Date: Tue, 28 May 2024 08:23:04 -0400 Subject: [PATCH] chore(main): release snaefell-ui 1.0.0 (#17256) --- .release-please-manifest.json | 3 ++- packages/snaefell-ui/CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5cd2d69bbe..15ffaff4b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -12,5 +12,6 @@ "packages/nfts": "1.0.0", "packages/supplementary-contracts": "1.0.0", "packages/taikoon-ui": "1.0.0", - "packages/ui-lib": "1.0.0" + "packages/ui-lib": "1.0.0", + "packages/snaefell-ui": "1.0.0" } diff --git a/packages/snaefell-ui/CHANGELOG.md b/packages/snaefell-ui/CHANGELOG.md index 5df91bb574..db6d597731 100644 --- a/packages/snaefell-ui/CHANGELOG.md +++ b/packages/snaefell-ui/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 1.0.0 (2024-05-28) + + +### Features + +* **bridge-ui:** release ([#17071](https://github.com/taikoxyz/taiko-mono/issues/17071)) ([2fa3ae0](https://github.com/taikoxyz/taiko-mono/commit/2fa3ae0b2b2317a467709110c381878a3a9f8ec6)) +* **nfts:** add initial snaefell-ui implementation ([#17223](https://github.com/taikoxyz/taiko-mono/issues/17223)) ([52a6fe1](https://github.com/taikoxyz/taiko-mono/commit/52a6fe1620e106357176620ed17e14bb1395c218)) +* **nfts:** snaefell fix to wagmi config ([#17319](https://github.com/taikoxyz/taiko-mono/issues/17319)) ([104cbfa](https://github.com/taikoxyz/taiko-mono/commit/104cbfa785e7c5c0fce9f418434cd45a61f037ec)) +* **nfts:** snaefell-ui code cleanup ([#17380](https://github.com/taikoxyz/taiko-mono/issues/17380)) ([7da80c5](https://github.com/taikoxyz/taiko-mono/commit/7da80c525e60e308c087b26b02bd2415b555ca7e)) +* **nfts:** snaefell-ui figma design upgrade ([#17377](https://github.com/taikoxyz/taiko-mono/issues/17377)) ([53c4672](https://github.com/taikoxyz/taiko-mono/commit/53c4672815ce5e90dea45291fb02cb2f0bb2e3c8)) +* **nfts:** snaefell-ui geoblock + updated list of countries ([#17368](https://github.com/taikoxyz/taiko-mono/issues/17368)) ([51f90c3](https://github.com/taikoxyz/taiko-mono/commit/51f90c316ce4d7819a412fd4d3f942b8d5747b72)) +* **nfts:** snaefell-ui mainnet integration ([#17390](https://github.com/taikoxyz/taiko-mono/issues/17390)) ([ec073ac](https://github.com/taikoxyz/taiko-mono/commit/ec073ac8c1de5374d43207dad78fc25c3ed425e7)) +* **nfts:** snaefell-ui release ([#17394](https://github.com/taikoxyz/taiko-mono/issues/17394)) ([dba9c65](https://github.com/taikoxyz/taiko-mono/commit/dba9c6593debc64daa307a2ff7faea42a1d37bec)) +* **nfts:** snaefell-ui release texts ([#17392](https://github.com/taikoxyz/taiko-mono/issues/17392)) ([582e280](https://github.com/taikoxyz/taiko-mono/commit/582e280a84728353259f9eb7eed2bb32e4373f54)) +* **nfts:** snaefell-ui sections re-org ([#17365](https://github.com/taikoxyz/taiko-mono/issues/17365)) ([c7aa1bc](https://github.com/taikoxyz/taiko-mono/commit/c7aa1bc2bf80947ff43f7c039e3e21167d35a1bb)) +* **snaefell-ui:** ui deployment ([#17227](https://github.com/taikoxyz/taiko-mono/issues/17227)) ([2a42aac](https://github.com/taikoxyz/taiko-mono/commit/2a42aac425fec5534ef9a5364e157cf52d1f7d13)) + ## 1.0.0 (2024-05-15)