Skip to content

Commit be68b04

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2019-07-05) ### Bug Fixes * switch from esm to cjs to fix react hooks error ([f8135e2](f8135e2))
1 parent f8135e2 commit be68b04

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.1](https://github.com/jedmao/react-theme-context/compare/v2.0.0...v2.0.1) (2019-07-05)
7+
8+
9+
### Bug Fixes
10+
11+
* switch from esm to cjs to fix react hooks error ([f8135e2](https://github.com/jedmao/react-theme-context/commit/f8135e2))
12+
613
# [2.0.0](https://github.com/jedmao/react-theme-context/compare/v1.0.2...v2.0.0) (2019-06-30)
714

815

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-theme-context",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Provides theme context and hooks. Supports theme switching via CSS custom properties.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)