Skip to content

Commit 34b13d6

Browse files
chore(release): 7.3.0-beta.2 [skip ci]
## [7.3.0-beta.2](v7.3.0-beta.1...v7.3.0-beta.2) (2026-05-15) ### 🐞 Bug Fixes * Exclude history and calendar UIX types from suggesting non-theme boilerplate for UIX DOM helpers ([97c33fb](97c33fb))
1 parent 0f771b9 commit 34b13d6

6 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [7.3.0-beta.2](https://github.com/Lint-Free-Technology/uix/compare/v7.3.0-beta.1...v7.3.0-beta.2) (2026-05-15)
2+
3+
### 🐞 Bug Fixes
4+
5+
* Exclude history and calendar UIX types from suggesting non-theme boilerplate for UIX DOM helpers ([97c33fb](https://github.com/Lint-Free-Technology/uix/commit/97c33fb85f4bc9fb816cf2943d522056f584b30b))
6+
17
## [7.3.0-beta.1](https://github.com/Lint-Free-Technology/uix/compare/v7.2.0...v7.3.0-beta.1) (2026-05-15)
28

39
### ⭐ New Features

custom_components/uix/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"integration_type": "service",
1616
"iot_class": "local_push",
1717
"issue_tracker": "https://github.com/Lint-Free-Technology/uix/issues",
18-
"version": "7.3.0-beta.1"
18+
"version": "7.3.0-beta.2"
1919
}

custom_components/uix/uix.js

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

custom_components/uix/uix.js.gz

10 Bytes
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 2 deletions
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,7 +1,7 @@
11
{
22
"name": "uix",
33
"private": true,
4-
"version": "7.3.0-beta.1",
4+
"version": "7.3.0-beta.2",
55
"description": "UIX - UI eXtension for Home Assistant",
66
"scripts": {
77
"build": "rollup -c",

0 commit comments

Comments
 (0)