Skip to content

Commit

Permalink
chore(release): v7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed May 8, 2024
1 parent 029ed58 commit c2b18a7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [7.0.0](https://github.com/nextcloud/calendar-js/compare/v6.1.0...v7.0.0) (2024-05-08)


### Breaking Changes

* TimezoneManager class is not exported any longer. Please use getTimezoneManager() to get an instance.
* TimezoneAdapter has been removed. TimezoneManager propagates time zones to ICAL.TimezoneService on its own by default.

### Features

* Bump ical.js to 2.0.1



# [6.1.0](https://github.com/nextcloud/calendar-js/compare/v6.0.1...v6.1.0) (2023-11-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/calendar-js",
"version": "6.1.0",
"version": "7.0.0",
"description": "Small library that wraps ICAL.js and provide more convenient means for editing",
"main": "dist/index.umd.js",
"module": "dist/index.es.mjs",
Expand Down

0 comments on commit c2b18a7

Please sign in to comment.