Skip to content

Commit d630d8c

Browse files
committed
chore: release v0.1.0
1 parent 20780ac commit d630d8c

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
# Changelog
2+
3+
## 0.1.0 (2023-12-20)
4+
5+
6+
### Features
7+
8+
* change config settings and document them ([3fc6405](https://github.com/birchill/react-cosmos-dark-mode/commit/3fc64056f2f300c47fb81c68db422e662a602794))
9+
* persist state ([064bbc1](https://github.com/birchill/react-cosmos-dark-mode/commit/064bbc18a3121790cdbb55ed03b4fe0efdfec47b))
10+
* set button selected style ([04991b3](https://github.com/birchill/react-cosmos-dark-mode/commit/04991b38c91b9b278fb087dbfa9f49d673067445))
11+
* show system state on icon ([8e894fa](https://github.com/birchill/react-cosmos-dark-mode/commit/8e894faefc719ac993aca3f3fe80f5292147c85a))
12+
13+
14+
### Bug Fixes
15+
16+
* fix inclusion of client ([c7a55b5](https://github.com/birchill/react-cosmos-dark-mode/commit/c7a55b5ce042bd9934bb77c5e3c3e3986ccd5b88))
17+
* show dark mode button regardless of whether or not we have a dark class ([9538f70](https://github.com/birchill/react-cosmos-dark-mode/commit/9538f7063ecd93e45b2a560be552675bfbe47854))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cosmos-dark-mode",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "React Cosmos plugin for toggling dark mode",
55
"repository": "https://github.com/birchill/react-cosmos-dark-mode/",
66
"author": "Birchill, Inc.",

0 commit comments

Comments
 (0)