Skip to content

Commit

Permalink
chore: Update version to 1.9.0-beta.1 in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn committed Dec 3, 2024
1 parent 72febda commit de1e4b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lunar-phase-card",
"version": "1.8.1",
"version": "1.9.0-beta.1",
"description": "Lovelace custom card for tracking Moon phases",
"keywords": [
"home-assistant",
Expand Down Expand Up @@ -68,4 +68,4 @@
"update-lang": "node scripts/update-languages",
"import-lang": "node scripts/generate-lang-imports.js"
}
}
}
1 change: 0 additions & 1 deletion src/components/moon-horizon-dynamic.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable unused-imports/no-unused-imports */
// Lit
import { LitElement, html, CSSResultGroup, TemplateResult, css, PropertyValues } from 'lit';
import { customElement, property, state } from 'lit/decorators.js';
Expand Down

0 comments on commit de1e4b1

Please sign in to comment.