Skip to content

Commit

Permalink
🔖 1.1.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [vutterances-react-component-v1.1.0-beta.1](utterances-react-component-v1.0.0...utterances-react-component-v1.1.0-beta.1) (2021-07-11)

## ✨ New Features
- [`51c4d53`](51c4d53)  (react) Add cache feature for dynamic switching color theme (Issues: [`#12`](#12))

## 🐛 Bug Fixes
- [`97027eb`](97027eb)  (react) Fix dependent function bug
  • Loading branch information
semantic-release-bot committed Jul 11, 2021
1 parent 939ef24 commit 5c00815
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [vutterances-react-component-v1.1.0-beta.1](https://github.com/TomokiMiyauci/utterances-component/compare/utterances-react-component-v1.0.0...utterances-react-component-v1.1.0-beta.1) (2021-07-11)

## ✨ New Features
- [`51c4d53`](https://github.com/TomokiMiyauci/utterances-component/commit/51c4d53) (react) Add cache feature for dynamic switching color theme (Issues: [`#12`](https://github.com/TomokiMiyauci/utterances-component/issues/12))

## 🐛 Bug Fixes
- [`97027eb`](https://github.com/TomokiMiyauci/utterances-component/commit/97027eb) (react) Fix dependent function bug

# vutterances-react-component-v1.0.0 (2021-07-09)

## ✨ New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "utterances-react-component",
"description": "Type safety react component for utterances",
"version": "1.0.0",
"version": "1.1.0-beta.1",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 5c00815

Please sign in to comment.