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 27, 2024
1 parent 6bc2e26 commit d2264ca
Show file tree
Hide file tree
Showing 3 changed files with 16 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
14 changes: 14 additions & 0 deletions packages/nfts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.0](https://github.com/taikoxyz/taiko-mono/compare/nfts-v1.0.0...nfts-v1.1.0) (2024-05-27)


### 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))


### 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 d2264ca

Please sign in to comment.