Skip to content

Commit 31c24bd

Browse files
committed
chore(release): v8.0.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent 34cb3d9 commit 31c24bd

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [8.0.0](https://github.com/nextcloud/calendar-js/compare/v7.0.0...v8.0.0) (2024-06-17)
2+
3+
4+
### Breaking Changes
5+
6+
* Bundle with vite and ship cjs instead of umd bundle
7+
* Move time zone logic and data to @nextcloud/timezones
8+
9+
10+
### Features
11+
12+
* **repair:** added unicode non-character repair step ([dc5cc22](https://github.com/nextcloud/calendar-js/commit/dc5cc22299e7288f9cfe1a398043c515c18af14c))
13+
14+
15+
### Bug Fixes
16+
17+
* Update vulnerable dependencies
18+
19+
20+
121
# [7.0.0](https://github.com/nextcloud/calendar-js/compare/v6.1.0...v7.0.0) (2024-05-08)
222

323

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/calendar-js",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Small library that wraps ICAL.js and provide more convenient means for editing",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)