From ce8a2bc7e7abf9fcfc032f0011645f3e11509c90 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Aug 2021 11:47:28 +0000 Subject: [PATCH] :ambulance: Initial release --- packages/react/CHANGELOG.md | 10 ++++++---- packages/react/package.json | 4 ++++ packages/svelte/CHANGELOG.md | 7 ------- packages/svelte/package.json | 6 +++++- packages/vue/CHANGELOG.md | 7 ------- packages/vue/package.json | 6 +++++- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 5641e09b..8caa37de 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,7 +1,9 @@ -# Changelog +# [v@giscus/react-v1.0.2](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.0.1...@giscus/react-v1.0.2) (2021-08-01) -## 2021-08-01 +## 🚑 Critical Hotfixes +- [`f4f1f60`](https://github.com/giscus/giscus-component/commit/f4f1f60) Add private: [secure] flag -### added +# [v@giscus/react-v1.0.1](https://github.com/giscus/giscus-component/compare/@giscus/react-v1.0.0...@giscus/react-v1.0.1) (2021-08-01) -- Initial release, forked from utterances-component. +## 🐛 Bug Fixes +- [`eefd851`](https://github.com/giscus/giscus-component/commit/eefd851) Empty out changelogs diff --git a/packages/react/package.json b/packages/react/package.json index 5df1497e..dd1545a0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,5 +1,6 @@ { "name": "@giscus/react", + "private": false, "description": "Type-safe React component for giscus", "version": "0.1.0", "license": "MIT", @@ -63,5 +64,8 @@ "bugs": "https://github.com/giscus/giscus-component/issues", "dependencies": { "iframe-resizer-react": "^1.1.0" + }, + "publishConfig": { + "access": "public" } } \ No newline at end of file diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 5641e09b..e69de29b 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,7 +0,0 @@ -# Changelog - -## 2021-08-01 - -### added - -- Initial release, forked from utterances-component. diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 78c56696..e35851b0 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,5 +1,6 @@ { "name": "@giscus/svelte", + "private": false, "description": "Type-safe Svelte component for giscus", "version": "0.1.0", "license": "MIT", @@ -57,5 +58,8 @@ "discussions" ], "homepage": "https://github.com/giscus/giscus-component#readme", - "bugs": "https://github.com/giscus/giscus-component/issues" + "bugs": "https://github.com/giscus/giscus-component/issues", + "publishConfig": { + "access": "public" + } } \ No newline at end of file diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 5641e09b..e69de29b 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -1,7 +0,0 @@ -# Changelog - -## 2021-08-01 - -### added - -- Initial release, forked from utterances-component. diff --git a/packages/vue/package.json b/packages/vue/package.json index 450f55c1..6754aa44 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,5 +1,6 @@ { "name": "@giscus/vue", + "private": false, "description": "Type-safe Vue component for giscus", "version": "0.1.0", "license": "MIT", @@ -60,5 +61,8 @@ "discussions" ], "homepage": "https://github.com/giscus/giscus-component#readme", - "bugs": "https://github.com/giscus/giscus-component/issues" + "bugs": "https://github.com/giscus/giscus-component/issues", + "publishConfig": { + "access": "public" + } } \ No newline at end of file