From 2e3ac5f437edd3c1f8bf591a724256f0bfc7dc10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 10:14:10 +0000 Subject: [PATCH] :bookmark: 1.1.0-beta.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v@giscus/react-v1.1.0-beta.2](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.1.0-beta.1...@giscus/react-v1.1.0-beta.2) (2022-02-03) ## ✨ New Features - [`6f4e985`](https://github.com/giscus/giscus-component/commit/6f4e985) Add support for inputPosition option ## 🐛 Bug Fixes - [`2faabce`](https://github.com/giscus/giscus-component/commit/2faabce) (react) Fix session param handling --- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 47db85b7..e40244ec 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,3 +1,11 @@ +# [v@giscus/react-v1.1.0-beta.2](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.1.0-beta.1...@giscus/react-v1.1.0-beta.2) (2022-02-03) + +## ✨ New Features +- [`6f4e985`](https://github.com/giscus/giscus-component/commit/6f4e985) Add support for inputPosition option + +## 🐛 Bug Fixes +- [`2faabce`](https://github.com/giscus/giscus-component/commit/2faabce) (react) Fix session param handling + # [v@giscus/react-v1.1.0-beta.1](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.0.1...@giscus/react-v1.1.0-beta.1) (2022-02-03) ## ✨ New Features diff --git a/packages/react/package.json b/packages/react/package.json index eb63f329..e8a68b9d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,7 @@ "name": "@giscus/react", "private": false, "description": "Type-safe React component for giscus", - "version": "1.1.0-beta.1", + "version": "1.1.0-beta.2", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",