Skip to content

Commit 8a495fe

Browse files
committed
V3.0.0
Riding off in to the sun...
1 parent 62e8e01 commit 8a495fe

File tree

8 files changed

+2580
-16
lines changed

8 files changed

+2580
-16
lines changed

.DS_Store

2 KB
Binary file not shown.

dist/debug-info.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Ultra Vehicle Card Debug Info
2-
// Version: 3.0.0-RC1
3-
// Build Date: 2025-06-28T19:37:10.457Z
2+
// Version: 3.0.0
3+
// Build Date: 2025-07-01T22:54:21.209Z
44
// Build Mode: production

dist/editor/ultra-card-editor.d.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import { LitElement } from 'lit';
2+
import { HomeAssistant } from 'custom-card-helpers';
3+
import { UltraCardConfig } from '../types';
4+
import './tabs/about-tab';
5+
export declare class UltraCardEditor extends LitElement {
6+
hass: HomeAssistant;
7+
config: UltraCardConfig;
8+
private _activeTab;
9+
setConfig(config: UltraCardConfig): void;
10+
private _configChanged;
11+
private _updateConfig;
12+
protected render(): import("lit").TemplateResult<1>;
13+
private _renderConfigTab;
14+
static get styles(): import("lit").CSSResult;
15+
}

dist/ultra-card.js

Lines changed: 2549 additions & 0 deletions
Large diffs are not rendered by default.

dist/ultra-vehicle-card.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/version.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Ultra Vehicle Card Version
33
* This is the single source of truth for version information
44
*/
5-
export declare const VERSION = "3.0.0-RC1";
5+
export declare const VERSION = "3.0.0";

dist/version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Ultra Vehicle Card Version
3-
* v3.0.0-RC1
3+
* v3.0.0
44
*
55
* This file is auto-generated from src/version.ts
66
* DO NOT MODIFY DIRECTLY
@@ -13,6 +13,6 @@ function setVersion(value) {
1313
}
1414

1515
// Set default version (will be overridden by card)
16-
setVersion('3.0.0-RC1');
16+
setVersion('3.0.0');
1717

1818
export { version, setVersion };

src/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)