diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f85b64b2..17aaeb3b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.13.20](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.13.19...@interchain-ui/react@1.13.20) (2023-11-27) + +### Bug Fixes + +- **nft:** styles issue ([a494f60](https://github.com/cosmology-tech/interchain-ui/commit/a494f603195b94c8342fecb72bdc3659b429e7cd)) + ## [1.13.19](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.13.18...@interchain-ui/react@1.13.19) (2023-11-27) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 4928bcaa..92c7e6b8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@interchain-ui/react", - "version": "1.13.19", + "version": "1.13.20", "description": "UI building blocks for Interchain builders", "author": "yyyyaaa ", "homepage": "https://github.com/cosmology-tech/ui-kit/tree/main/packages/react#readme",