Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.0...v1.10.0) (2023-11-25)

### Bug Fixes

* pass attributes renamed to state ([51b5c0c](51b5c0c))
* update nav, edit button and css path ([37f0e8c](37f0e8c))

### Features

* upgrade dependencies for latest features and fixes ([79b5aac](79b5aac))
  • Loading branch information
semantic-release-bot committed Nov 25, 2023
1 parent 79b5aac commit 214a5e9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -63,4 +63,4 @@
"@cocreate/local-storage": "^1.11.1",
"@cocreate/observer": "^1.13.0"
}
}
}

0 comments on commit 214a5e9

Please sign in to comment.