Skip to content

Commit

Permalink
chore(main): release nfts 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiko-kitty committed May 28, 2024
1 parent ca90a4c commit fe4c3bc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packages/protocol": "1.5.0",
"packages/relayer": "0.12.0",
"packages/taiko-client": "0.23.0",
"packages/nfts": "1.0.0",
"packages/nfts": "1.1.0",
"packages/supplementary-contracts": "1.0.0",
"packages/taikoon-ui": "1.0.0",
"packages/ui-lib": "1.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/nfts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.1.0](https://github.com/taikoxyz/taiko-mono/compare/nfts-v1.0.0...nfts-v1.1.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 snaefell-nft smart contracts ([#17221](https://github.com/taikoxyz/taiko-mono/issues/17221)) ([ef3d7d5](https://github.com/taikoxyz/taiko-mono/commit/ef3d7d5c32e0687e273d149bc7ba1da5642fb9ba))
* **nfts:** blacklist integration ([#17217](https://github.com/taikoxyz/taiko-mono/issues/17217)) ([7bc0683](https://github.com/taikoxyz/taiko-mono/commit/7bc0683c10afc2caa800c979b557cb9263d8e0d9))
* **nfts:** mainnet deployments ([#17389](https://github.com/taikoxyz/taiko-mono/issues/17389)) ([ca90a4c](https://github.com/taikoxyz/taiko-mono/commit/ca90a4c3c62b64bbcf48bdc0e4525a0a1259bb12))
* **nfts:** non-transferable snaefell nfts ([#17373](https://github.com/taikoxyz/taiko-mono/issues/17373)) ([cde9683](https://github.com/taikoxyz/taiko-mono/commit/cde96837b0223eacdcda9e43fe36f4a315f97599))


### Bug Fixes

* **repo:** fix nfts project build issue ([#17264](https://github.com/taikoxyz/taiko-mono/issues/17264)) ([b658890](https://github.com/taikoxyz/taiko-mono/commit/b65889047a8b898414da0cba0e8584de3add8344))

## 1.0.0 (2024-05-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/nfts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiko/nfts",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"clean": "rm -rf abis cache* && forge clean",
Expand Down

0 comments on commit fe4c3bc

Please sign in to comment.