Skip to content

Commit 22f1f49

Browse files
authored
Merge pull request #1489 from nextcloud-libraries/chore/6-0-1
chore: Prepare v6.0.1
2 parents a3b19e7 + afb82c4 commit 22f1f49

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66

77
All notable changes to this project will be documented in this file.
88

9+
## 6.0.1
10+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.0.0...v6.0.1)
11+
12+
### Fixed
13+
* fix: Mention supported versions in README by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1422
14+
* fix: Rate-limit image previews by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1478
15+
16+
### Changed
17+
* Updated translations
18+
* Updated development dependencies
19+
* chore(deps): Bump @nextcloud/auth to 2.4.0
20+
* chore(deps): Bump @vueuse/core to 11.2.0
21+
* chore(deps): Bump @nextcloud/files to 3.9.0
22+
* chore(deps): Bump dompurify to 3.1.6
23+
* chore(deps): Bump @nextcloud/axios to 2.5.1
24+
925
## 6.0.0
1026
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.5...v6.0.0)
1127

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/dialogs",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Nextcloud dialog helpers",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)