From 5d26db5cbb0bd924d998a76afd0d1e4625d58337 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 10:14:49 +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/svelte-v1.1.0-beta.2](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.1.0-beta.1...@giscus/svelte-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 - [`87158f6`](https://github.com/giscus/giscus-component/commit/87158f6) (svelte) Use computed src value on iframe element --- packages/svelte/CHANGELOG.md | 8 ++++++++ packages/svelte/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index a72d7e90..20db8521 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,3 +1,11 @@ +# [v@giscus/svelte-v1.1.0-beta.2](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.1.0-beta.1...@giscus/svelte-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 +- [`87158f6`](https://github.com/giscus/giscus-component/commit/87158f6) (svelte) Use computed src value on iframe element + # [v@giscus/svelte-v1.1.0-beta.1](https://github.com/giscus/giscus-component/compare/@giscus/svelte-v1.0.1...@giscus/svelte-v1.1.0-beta.1) (2022-02-03) ## ✨ New Features diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 5e7821fb..3822bea0 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -2,7 +2,7 @@ "name": "@giscus/svelte", "private": false, "description": "Type-safe Svelte component for giscus", - "version": "1.1.0-beta.1", + "version": "1.1.0-beta.2", "license": "MIT", "type": "module", "main": "dist/index.cjs.js",