From cc91ff056bf6be97b6d9d00b39578a8a5cf74736 Mon Sep 17 00:00:00 2001 From: yyyyaaa Date: Tue, 31 Oct 2023 11:04:20 +0700 Subject: [PATCH] chore(release): publish - @interchain-ui/react@1.11.11 - @interchain-ui/vue@1.2.8 --- 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 43b57041..9eceaa78 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.11.11](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.11.10...@interchain-ui/react@1.11.11) (2023-10-31) + +**Note:** Version bump only for package @interchain-ui/react + ## [1.11.10](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/react@1.11.9...@interchain-ui/react@1.11.10) (2023-10-31) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 98cbd373..e7514b0a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@interchain-ui/react", - "version": "1.11.10", + "version": "1.11.11", "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 3cf17b51..8876a543 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.8](https://github.com/cosmology-tech/interchain-ui/compare/@interchain-ui/vue@1.2.7...@interchain-ui/vue@1.2.8) (2023-10-31) + +**Note:** Version bump only for package @interchain-ui/vue + ## [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 diff --git a/packages/vue/package.json b/packages/vue/package.json index 09646519..9e35ba8c 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@interchain-ui/vue", - "version": "1.2.7", + "version": "1.2.8", "type": "module", "description": "UI building blocks for Interchain builders", "author": "yyyyaaa ",