From 3c1136a4d90d5afca96ec7a89e740c8c97c90940 Mon Sep 17 00:00:00 2001 From: yyyyaaa Date: Mon, 6 Nov 2023 11:54:46 +0700 Subject: [PATCH] chore(release): publish - @interchain-ui/react@1.12.2 - @interchain-ui/vue@1.2.10 --- packages/react/CHANGELOG.md | 4 ++++ packages/react/package.json | 2 +- packages/vue/CHANGELOG.md | 4 ++++ packages/vue/package.json | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e00ca56c..2f32f57d 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.12.2](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.12.1...@interchain-ui/react@1.12.2) (2023-11-06) + +**Note:** Version bump only for package @interchain-ui/react + ## [1.12.1](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.12.0...@interchain-ui/react@1.12.1) (2023-11-06) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 8b9c6985..98738060 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@interchain-ui/react", - "version": "1.12.1", + "version": "1.12.2", "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 da73241b..b89dbc4f 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.10](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/vue@1.2.9...@interchain-ui/vue@1.2.10) (2023-11-06) + +**Note:** Version bump only for package @interchain-ui/vue + ## [1.2.9](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/vue@1.2.8...@interchain-ui/vue@1.2.9) (2023-11-05) ### Bug Fixes diff --git a/packages/vue/package.json b/packages/vue/package.json index 06910973..5a6e6569 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@interchain-ui/vue", - "version": "1.2.9", + "version": "1.2.10", "type": "module", "description": "UI building blocks for Interchain builders", "author": "yyyyaaa ",