File tree Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Original file line number Diff line number Diff line change
1
+ # [ 3.4.0] ( https://github.com/MagicMicky/lovelace-calendar-heatmap-card/compare/v3.3.0...v3.4.0 ) (2025-03-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * believe AI overlords ([ 6b74db3] ( https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/6b74db3af7f21b04900037dcc4b95135bea316b7 ) )
7
+ * fix prettier vs eslint ([ 924d6a0] ( https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/924d6a0837048fbdf931ee4b770453cea96c4e13 ) )
8
+ * lint ([ 899a587] ( https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/899a5872a9317d4fa776117a2033fbb2c21ebd10 ) )
9
+
10
+
11
+ ### Features
12
+
13
+ * automatic build ([ 5777296] ( https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/5777296c50fec4e2f0db30d323dbc56e1f8558a6 ) )
14
+ * fix linting issues and setup pre-commit hooks ([ 7326378] ( https://github.com/MagicMicky/lovelace-calendar-heatmap-card/commit/73263787cd06ad859ccc99ee55f2414fb5b83b98 ) )
15
+
1
16
# Changelog
2
17
3
18
All notable changes to the Calendar Heatmap Card will be documented in this file.
@@ -42,4 +57,4 @@ All notable changes to the Calendar Heatmap Card will be documented in this file
42
57
### Added
43
58
- Initial release
44
59
- Basic calendar heatmap functionality
45
- - Support for tracking game activity
60
+ - Support for tracking game activity
Original file line number Diff line number Diff line change 1
1
{
2
2
"domain" : " lovelace-calendar-heatmap-card" ,
3
3
"name" : " Lovelace Calendar Heatmap Card" ,
4
- "version" : " 3.3 .0" ,
4
+ "version" : " 3.4 .0" ,
5
5
"documentation" : " https://github.com/MagicMicky/lovelace-calendar-heatmap-card" ,
6
6
"description" : " A Lovelace custom card for Home Assistant showing a calendar heatmap of game activity." ,
7
7
"dependencies" : [],
8
- "codeowners" : [" @MagicMicky" ],
8
+ "codeowners" : [
9
+ " @MagicMicky"
10
+ ],
9
11
"type" : " plugin" ,
10
12
"render_readme" : true ,
11
13
"homeassistant" : " 2023.8.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " calendar-heatmap-card" ,
3
- "version" : " 3.3 .0" ,
3
+ "version" : " 3.4 .0" ,
4
4
"description" : " A Lovelace custom card for Home Assistant showing a calendar heatmap of game activity." ,
5
5
"main" : " dist/calendar-heatmap-card.js" ,
6
6
"module" : " dist/calendar-heatmap-card.js" ,
Original file line number Diff line number Diff line change 9
9
* Current version of the card
10
10
* @type {string }
11
11
*/
12
- export const CARD_VERSION = '3.3 .0' ;
12
+ export const CARD_VERSION = '3.4 .0' ;
13
13
14
14
/**
15
15
* Material Design inspired color palette for heatmap
You can’t perform that action at this time.
0 commit comments