Skip to content

Commit

Permalink
chore(release): v8.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Jun 17, 2024
1 parent 34cb3d9 commit 12549dc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [8.0.0](https://github.com/nextcloud/calendar-js/compare/v7.0.0...v8.0.0) (2024-06-17)


### Breaking Changes

* bundle with vite and ship cjs instead of umd bundle
* move time zone logic and data to @nextcloud/timezones


### Features

* **repair:** added unicode non-character repair step ([dc5cc22](https://github.com/nextcloud/calendar-js/commit/dc5cc22299e7288f9cfe1a398043c515c18af14c))


### Bug Fixes

* Update vulnerable dependencies



# [7.0.0](https://github.com/nextcloud/calendar-js/compare/v6.1.0...v7.0.0) (2024-05-08)


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": "7.0.0",
"version": "8.0.0",
"description": "Small library that wraps ICAL.js and provide more convenient means for editing",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 12549dc

Please sign in to comment.