Skip to content

Commit

Permalink
🔖 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# v@giscus/react-v1.0.0 (2021-08-01)

## ✨ New Features
- [`3a4853d`](3a4853d)  (react) Add Utterances basic component

## 🚑 Critical Hotfixes
- [`ce8a2bc`](ce8a2bc)   Initial release
  • Loading branch information
semantic-release-bot committed Aug 1, 2021
1 parent ce8a2bc commit d38228e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v@giscus/react-v1.0.0 (2021-08-01)

## ✨ New Features
- [`3a4853d`](https://github.com/giscus/giscus-component/commit/3a4853d) (react) Add Utterances basic component

## 🚑 Critical Hotfixes
- [`ce8a2bc`](https://github.com/giscus/giscus-component/commit/ce8a2bc) Initial release

# [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)

## 🚑 Critical Hotfixes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@giscus/react",
"private": false,
"description": "Type-safe React component for giscus",
"version": "0.1.0",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down Expand Up @@ -68,4 +68,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit d38228e

Please sign in to comment.