diff --git a/packages/react-no-ssr/CHANGELOG.md b/packages/react-no-ssr/CHANGELOG.md index cee74d85..dd4fba73 100644 --- a/packages/react-no-ssr/CHANGELOG.md +++ b/packages/react-no-ssr/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.4](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react-no-ssr@0.1.3...@interchain-ui/react-no-ssr@0.1.4) (2024-06-20) + +**Note:** Version bump only for package @interchain-ui/react-no-ssr + ## [0.1.3](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react-no-ssr@0.1.2...@interchain-ui/react-no-ssr@0.1.3) (2024-06-18) **Note:** Version bump only for package @interchain-ui/react-no-ssr diff --git a/packages/react-no-ssr/package.json b/packages/react-no-ssr/package.json index d1632200..fde8ec47 100644 --- a/packages/react-no-ssr/package.json +++ b/packages/react-no-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@interchain-ui/react-no-ssr", - "version": "0.1.3", + "version": "0.1.4", "description": "A simple component to skip rendering children on the server.", "author": "yyyyaaa ", "homepage": "https://github.com/cosmology-tech/interchain-ui/tree/main/packages/react-no-ssr#readme", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 957847ba..116b868e 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.23.20](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.23.19...@interchain-ui/react@1.23.20) (2024-06-20) + +**Note:** Version bump only for package @interchain-ui/react + ## [1.23.19](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.23.18...@interchain-ui/react@1.23.19) (2024-06-20) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index c49a4b32..35f1e8d5 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@interchain-ui/react", - "version": "1.23.19", + "version": "1.23.20", "description": "UI building blocks for Interchain builders", "author": "yyyyaaa ", "homepage": "https://github.com/cosmology-tech/ui-kit/tree/main/packages/react#readme", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 13e0ce61..362ab0e1 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.50](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/vue@1.2.49...@interchain-ui/vue@1.2.50) (2024-06-20) + +**Note:** Version bump only for package @interchain-ui/vue + ## [1.2.49](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/vue@1.2.48...@interchain-ui/vue@1.2.49) (2024-06-19) **Note:** Version bump only for package @interchain-ui/vue diff --git a/packages/vue/package.json b/packages/vue/package.json index 39fa8692..b6b7486d 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@interchain-ui/vue", - "version": "1.2.49", + "version": "1.2.50", "type": "module", "description": "UI building blocks for Interchain builders", "author": "yyyyaaa ",