File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
- Set theme in ` document.body ` or ` document.documentElement ` by default
11
11
12
+ ## [ 2.1.0] ( https://github.com/metonym/svelte-dark-mode/releases/tag/v2.1.0 ) - 2022-01-23
13
+
14
+ - update JSDoc/type description for ` theme ` prop
15
+
12
16
## [ 2.0.0] ( https://github.com/metonym/svelte-dark-mode/releases/tag/v2.0.0 ) - 2021-09-05
13
17
14
18
- use ` .svelte.d.ts ` for TypeScript component definition extension
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-dark-mode" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"license" : " MIT" ,
5
5
"description" : " Support dark mode in your Svelte apps" ,
6
6
"author" : " Eric Liu (https://github.com/metonym)" ,
You can’t perform that action at this time.
0 commit comments