diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 04b0ef4f..2a525997 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.23.23](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.23.22...@interchain-ui/react@1.23.23) (2024-06-24) + +### Bug Fixes + +- add loading prop for noble avatar ([138cfa0](https://github.com/cosmology-tech/interchain-ui/commit/138cfa04cb6b286a56e38d8cac1f3c695ec1d660)) +- **popover:** loosen up arrowRef type ([bb1b1b2](https://github.com/cosmology-tech/interchain-ui/commit/bb1b1b21431d2a726e69252217bb3b58eafaea06)) + ## [1.23.22](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.23.21...@interchain-ui/react@1.23.22) (2024-06-21) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 542469f7..8f2f5498 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@interchain-ui/react", - "version": "1.23.22", + "version": "1.23.23", "description": "UI building blocks for Interchain builders", "author": "yyyyaaa ", "homepage": "https://github.com/cosmology-tech/ui-kit/tree/main/packages/react#readme",