diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 80ca6893..2a57039b 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.11.9](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.11.8...@interchain-ui/react@1.11.9) (2023-10-30) + +### Bug Fixes + +- **number-field:** remove zagjs and use react-aria ([#113](https://github.com/cosmology-tech/interchain-ui/issues/113)) ([75a3254](https://github.com/cosmology-tech/interchain-ui/commit/75a3254656ac773ba5b2087b5763830e79c9c60e)) + ## [1.11.8](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.11.7...@interchain-ui/react@1.11.8) (2023-10-26) **Note:** Version bump only for package @interchain-ui/react diff --git a/packages/react/package.json b/packages/react/package.json index 25074bfa..cad8001a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@interchain-ui/react", - "version": "1.11.8", + "version": "1.11.9", "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 368b48d8..3cf17b51 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/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.2.7](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/vue@1.2.6...@interchain-ui/vue@1.2.7) (2023-10-30) + +### Bug Fixes + +- **number-field:** remove zagjs and use react-aria ([#113](https://github.com/cosmology-tech/interchain-ui/issues/113)) ([75a3254](https://github.com/cosmology-tech/interchain-ui/commit/75a3254656ac773ba5b2087b5763830e79c9c60e)) + ## [1.2.6](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/vue@1.2.5...@interchain-ui/vue@1.2.6) (2023-10-26) **Note:** Version bump only for package @interchain-ui/vue diff --git a/packages/vue/package.json b/packages/vue/package.json index 346c0e9a..09646519 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@interchain-ui/vue", - "version": "1.2.6", + "version": "1.2.7", "type": "module", "description": "UI building blocks for Interchain builders", "author": "yyyyaaa ",