Skip to content

Commit

Permalink
chore: Prepare v6.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Nov 4, 2024
1 parent a3b19e7 commit afb82c4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@

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

## 6.0.1
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.0.0...v6.0.1)

### Fixed
* fix: Mention supported versions in README by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1422
* fix: Rate-limit image previews by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1478

### Changed
* Updated translations
* Updated development dependencies
* chore(deps): Bump @nextcloud/auth to 2.4.0
* chore(deps): Bump @vueuse/core to 11.2.0
* chore(deps): Bump @nextcloud/files to 3.9.0
* chore(deps): Bump dompurify to 3.1.6
* chore(deps): Bump @nextcloud/axios to 2.5.1

## 6.0.0
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.5...v6.0.0)

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

0 comments on commit afb82c4

Please sign in to comment.