From 33163362775fd5d0bef61574a30c5d153399f04e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 14:50:44 +0000 Subject: [PATCH] :bookmark: 1.1.0-beta.6 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v@giscus/vue-v1.1.0-beta.6](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.1.0-beta.5...@giscus/vue-v1.1.0-beta.6) (2022-02-03) ## 🐛 Bug Fixes - [`73cb096`](https://github.com/giscus/giscus-component/commit/73cb096) (vue) Do not reference react types --- packages/vue/CHANGELOG.md | 5 +++++ packages/vue/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 412b857b..9426ec6e 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v@giscus/vue-v1.1.0-beta.6](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.1.0-beta.5...@giscus/vue-v1.1.0-beta.6) (2022-02-03) + +## 🐛 Bug Fixes +- [`73cb096`](https://github.com/giscus/giscus-component/commit/73cb096) (vue) Do not reference react types + # [v@giscus/vue-v1.1.0-beta.5](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.1.0-beta.4...@giscus/vue-v1.1.0-beta.5) (2022-02-03) # [v@giscus/vue-v1.1.0-beta.4](https://github.com/giscus/giscus-component/compare/@giscus/vue-v1.1.0-beta.3...@giscus/vue-v1.1.0-beta.4) (2022-02-03) diff --git a/packages/vue/package.json b/packages/vue/package.json index c85d3049..c10f07aa 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -2,7 +2,7 @@ "name": "@giscus/vue", "private": false, "description": "Type-safe Vue component for giscus", - "version": "1.1.0-beta.5", + "version": "1.1.0-beta.6", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",