Skip to content

Commit

Permalink
3.7.0 work
Browse files Browse the repository at this point in the history
  • Loading branch information
dwainscheeren committed Apr 14, 2024
1 parent f5aeb55 commit 91add83
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ HQVM5K~K
HVFWCC~H
changelog.MD
dwains-dashboard copy/
src-backup-3.6/
src-backup-3.6/
custom_components/dwains_dashboard/js/dwains-dashboard.js.map
2 changes: 1 addition & 1 deletion custom_components/dwains_dashboard/const.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DOMAIN = "dwains_dashboard"
VERSION = "3.7.0b7"
VERSION = "3.7.0"
3 changes: 2 additions & 1 deletion custom_components/dwains_dashboard/js/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
src/*
!src/translations.js
!src/translations.js
dwains-dashboard.js.map
2 changes: 1 addition & 1 deletion custom_components/dwains_dashboard/js/dwains-dashboard.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion custom_components/dwains_dashboard/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dwains-dashboard",
"private": true,
"version": "3.7.0b7",
"version": "3.7.0",
"description": "dwains-dashboard",
"scripts": {
"build": "webpack --mode=production",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/dwains_dashboard/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"dependencies": ["lovelace", "http", "frontend"],
"codeowners": ["@dwainscheeren"],
"config_flow": true,
"version": "3.7.0b7",
"version": "3.7.0",
"iot_class": "calculated"
}

0 comments on commit 91add83

Please sign in to comment.