From 214a5e99572f25a8874c70a4acb9f3b3e33617f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 25 Nov 2023 21:36:45 +0000 Subject: [PATCH] chore(release): 1.10.0 [skip ci] # [1.10.0](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.9.0...v1.10.0) (2023-11-25) ### Bug Fixes * pass attributes renamed to state ([51b5c0c](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/51b5c0c0f979ceeebf655a42fe956f9b17dd2fa9)) * update nav, edit button and css path ([37f0e8c](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/37f0e8cceccb6b8fedc8553f4e737a828d28b72b)) ### Features * upgrade dependencies for latest features and fixes ([79b5aac](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/79b5aac8357779ec691cf1ab3f02317596380088)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 467c9c7..cd1a087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.10.0](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.9.0...v1.10.0) (2023-11-25) + + +### Bug Fixes + +* pass attributes renamed to state ([51b5c0c](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/51b5c0c0f979ceeebf655a42fe956f9b17dd2fa9)) +* update nav, edit button and css path ([37f0e8c](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/37f0e8cceccb6b8fedc8553f4e737a828d28b72b)) + + +### Features + +* upgrade dependencies for latest features and fixes ([79b5aac](https://github.com/CoCreate-app/CoCreate-fullcalendar/commit/79b5aac8357779ec691cf1ab3f02317596380088)) + # [1.9.0](https://github.com/CoCreate-app/CoCreate-fullcalendar/compare/v1.8.12...v1.9.0) (2023-11-19) diff --git a/package.json b/package.json index 10a3280..2cb6a3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/fullcalendar", - "version": "1.9.0", + "version": "1.10.0", "description": "A simple fullcalendar component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "fullcalendar", @@ -63,4 +63,4 @@ "@cocreate/local-storage": "^1.11.1", "@cocreate/observer": "^1.13.0" } -} \ No newline at end of file +}