From 8e013def6246784a5d9f6a5e02af4e0e304bb151 Mon Sep 17 00:00:00 2001 From: taiko-bot <160625009+taiko-kitty@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:58:00 -0700 Subject: [PATCH] chore(main): release nfts 1.0.0 --- .release-please-manifest.json | 3 ++- packages/nfts/CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f38a50665f..3e17f4dcba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,5 +11,6 @@ "packages/supplementary-contracts": "1.0.0", "packages/taiko-client": "0.37.0", "packages/taikoon-ui": "1.3.0", - "packages/ui-lib": "1.0.0" + "packages/ui-lib": "1.0.0", + "packages/nfts": "1.0.0" } diff --git a/packages/nfts/CHANGELOG.md b/packages/nfts/CHANGELOG.md index f30115a758..d59b0265c9 100644 --- a/packages/nfts/CHANGELOG.md +++ b/packages/nfts/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## 1.0.0 (2024-10-09) + + +### Features + +* **nfts:** add galxe mapping contract and deploy script ([#17563](https://github.com/taikoxyz/taiko-mono/issues/17563)) ([03f686c](https://github.com/taikoxyz/taiko-mono/commit/03f686c931e66e579b96650dca1158043d8669e7)) +* **nfts:** kbw party ticket smart contracts ([#17808](https://github.com/taikoxyz/taiko-mono/issues/17808)) ([99ec5cb](https://github.com/taikoxyz/taiko-mono/commit/99ec5cbfe6829c0f9db608d08b630853dc07d6b2)) +* **nfts:** korea blockchain week contract deployment ([#17916](https://github.com/taikoxyz/taiko-mono/issues/17916)) ([74a00b9](https://github.com/taikoxyz/taiko-mono/commit/74a00b9c7af68c8be12a0a9e6e0b21e4a0b6e54f)) +* **nfts:** taikoons upgradeable v2 ([#17580](https://github.com/taikoxyz/taiko-mono/issues/17580)) ([df855a5](https://github.com/taikoxyz/taiko-mono/commit/df855a546294bd52366f4a3856c6d302cf5dd03d)) +* **nfts:** tbz s1 claim contracts ([#18192](https://github.com/taikoxyz/taiko-mono/issues/18192)) ([8348ca8](https://github.com/taikoxyz/taiko-mono/commit/8348ca80ded9ee765afcf687d04440c9614dfe0e)) +* **nfts:** trailblazer badges - block transfer from blacklisted addresses ([#18083](https://github.com/taikoxyz/taiko-mono/issues/18083)) ([51048c2](https://github.com/taikoxyz/taiko-mono/commit/51048c2bceec33258c2be040c14b3c2e3d6eb0a5)) +* **nfts:** trailblazer profile picture ([#18009](https://github.com/taikoxyz/taiko-mono/issues/18009)) ([6f2004f](https://github.com/taikoxyz/taiko-mono/commit/6f2004f9eedee552012faca8647bc2d53c6eb146)) +* **nfts:** trailblazer-badges contract implementation ([#17448](https://github.com/taikoxyz/taiko-mono/issues/17448)) ([7173639](https://github.com/taikoxyz/taiko-mono/commit/71736393e112e0bc4deb87d95470b5f89f0d0266)) +* **nfts:** trailblazer-badges taiko mainnet deployment ([#17558](https://github.com/taikoxyz/taiko-mono/issues/17558)) ([4abc5da](https://github.com/taikoxyz/taiko-mono/commit/4abc5dae87117e74a904b6399a4dd5be4b40bbd4)) +* **nfts:** trailblazer-badges v2 upgrade ([#17848](https://github.com/taikoxyz/taiko-mono/issues/17848)) ([ffb326b](https://github.com/taikoxyz/taiko-mono/commit/ffb326bf9651447cb7efb61babaf998a1683e947)) +* **nfts:** upgrade kbw contract to v2 ([#17967](https://github.com/taikoxyz/taiko-mono/issues/17967)) ([20575b0](https://github.com/taikoxyz/taiko-mono/commit/20575b053da2344aa6f751ede6d5aed60f880ca3)) + + +### Bug Fixes + +* **nfts:** pfp frontend fixes ([#18034](https://github.com/taikoxyz/taiko-mono/issues/18034)) ([f2eda48](https://github.com/taikoxyz/taiko-mono/commit/f2eda48be3a656bc3a6095eb4b208412bc0d8263)) +* **nfts:** snaefell v2 ([#17613](https://github.com/taikoxyz/taiko-mono/issues/17613)) ([e077e11](https://github.com/taikoxyz/taiko-mono/commit/e077e11c8291d6ad5ec86f01a622980807ba44f5)) +* **nfts:** taikoon smart contracts mainnet launch - revision 2 ([#17426](https://github.com/taikoxyz/taiko-mono/issues/17426)) ([2933e76](https://github.com/taikoxyz/taiko-mono/commit/2933e76d631a522984ff1dbc5538b13b64448d51)) + + +### Build + +* **deps:** bump merkletreejs from 0.3.11 to 0.4.0 ([#17942](https://github.com/taikoxyz/taiko-mono/issues/17942)) ([1624b71](https://github.com/taikoxyz/taiko-mono/commit/1624b711e3fe1862f000e1d2970d6aee1b8990c9)) + ## 1.0.0 (2024-05-14)