From 2e6ea00e3455543fdad0a82a9a6a83fb03fb4e10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Jun 2024 15:07:27 +0000 Subject: [PATCH] chore(release): 10.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [10.0.0](https://github.com/totaldebug/atomic-calendar-revive/compare/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](https://github.com/totaldebug/atomic-calendar-revive/commit/82fda4a24cdb683cf5766d16ee1c04be34e1f942)) * added Ukranian language ([3990c97](https://github.com/totaldebug/atomic-calendar-revive/commit/3990c97516509b2f25853e0440332365133fcfb3)) * **events:** remove europeanDate, remove showWeekDay, add eventDateFormat ([1054cbe](https://github.com/totaldebug/atomic-calendar-revive/commit/1054cbe3172063a4781986c76a37e8928dfc9c5c)) ### Bug Fixes * fix import for Spanish locale ([a95d00b](https://github.com/totaldebug/atomic-calendar-revive/commit/a95d00b59958405e883321d1e9d3335cc08b910c)) * fix import for Spanish locale ([2a28791](https://github.com/totaldebug/atomic-calendar-revive/commit/2a287913a8dc8b3a13cc002d17117f1d28c84ddf)) * re-adds support for iOS 12 by transpiling lit ([91e4f06](https://github.com/totaldebug/atomic-calendar-revive/commit/91e4f067d40eb4246ceb292214f745f85d25a1be)) * resolve issue where dashboard picker shows error if no calendar integration ([85df6f3](https://github.com/totaldebug/atomic-calendar-revive/commit/85df6f3a4d5b327b52625d95edb20cea03f8166d)), closes [#1495](https://github.com/totaldebug/atomic-calendar-revive/issues/1495) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84586255..c6c77071 100644 --- a/package.json +++ b/package.json @@ -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": {