Skip to content

Commit

Permalink
🚑 Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and laymonage committed Aug 1, 2021
1 parent 37cad39 commit ce8a2bc
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
10 changes: 6 additions & 4 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@giscus/react",
"private": false,
"description": "Type-safe React component for giscus",
"version": "0.1.0",
"license": "MIT",
Expand Down Expand Up @@ -63,5 +64,8 @@
"bugs": "https://github.com/giscus/giscus-component/issues",
"dependencies": {
"iframe-resizer-react": "^1.1.0"
},
"publishConfig": {
"access": "public"
}
}
7 changes: 0 additions & 7 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
# Changelog

## 2021-08-01

### added

- Initial release, forked from utterances-component.
6 changes: 5 additions & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@giscus/svelte",
"private": false,
"description": "Type-safe Svelte component for giscus",
"version": "0.1.0",
"license": "MIT",
Expand Down Expand Up @@ -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"
}
}
7 changes: 0 additions & 7 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
# Changelog

## 2021-08-01

### added

- Initial release, forked from utterances-component.
6 changes: 5 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@giscus/vue",
"private": false,
"description": "Type-safe Vue component for giscus",
"version": "0.1.0",
"license": "MIT",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit ce8a2bc

Please sign in to comment.