From f13594cc46866e8ff78cd11ce83a2804cdb600d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Feb 2022 06:05:23 +0000 Subject: [PATCH] :bookmark: 1.1.2-beta.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v@giscus/react-v1.1.2-beta.2](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.1.2-beta.1...@giscus/react-v1.1.2-beta.2) (2022-02-09) ## 🐛 Bug Fixes - [`5c44d7d`](https://github.com/giscus/giscus-component/commit/5c44d7d) Fix scrollbar --- packages/react/CHANGELOG.md | 5 +++++ packages/react/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a857028d..436dca11 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v@giscus/react-v1.1.2-beta.2](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.1.2-beta.1...@giscus/react-v1.1.2-beta.2) (2022-02-09) + +## 🐛 Bug Fixes +- [`5c44d7d`](https://github.com/giscus/giscus-component/commit/5c44d7d) Fix scrollbar + # [v@giscus/react-v1.1.2-beta.1](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.1.1...@giscus/react-v1.1.2-beta.1) (2022-02-09) ## 🚑 Critical Hotfixes diff --git a/packages/react/package.json b/packages/react/package.json index 177fd7b1..36416f50 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.2-beta.1", + "version": "1.1.2-beta.2", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",