Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [10.0.0](v9.7.0...v10.0.0) (2024-06-24)

### ⚠ BREAKING CHANGES

* **events:** removes europeanDate and showWeekDay options, this will cause the date to display
differently and so the new option eventDateFormat will need setting.

### Features

* add Spanish locale ([82fda4a](82fda4a))
* added Ukranian language ([3990c97](3990c97))
* **events:** remove europeanDate, remove showWeekDay, add eventDateFormat ([1054cbe](1054cbe))

### Bug Fixes

* fix import for Spanish locale ([a95d00b](a95d00b))
* fix import for Spanish locale ([2a28791](2a28791))
* re-adds support for iOS 12 by transpiling lit ([91e4f06](91e4f06))
* resolve issue where dashboard picker shows error if no calendar integration ([85df6f3](85df6f3)), closes [#1495](#1495)
  • Loading branch information
semantic-release-bot committed Jun 24, 2024
1 parent f1b9d9e commit 2e6ea00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atomic-calendar-revive",
"version": "10.0.0-beta.2",
"version": "10.0.0",
"description": "Calendar Card for Home Assistant",
"main": "atomic-calendar-revive.js",
"scripts": {
Expand Down

0 comments on commit 2e6ea00

Please sign in to comment.