Skip to content

Commit

Permalink
chore: Prepare stable v5.0.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Nov 8, 2023
1 parent c246f9a commit f3e9738
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [v5.0.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.0) (2023-11-08)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.6...v5.0.0)

### :rocket: Enhancement
* FilePicker: Signal folder creation to files app [\#1095](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1095) ([@susnux](https://github.com/susnux))

### :bug: Fixed bugs
* fix: Use `NcDialog` instead of custom dialog component now that it is upstreamed [\#1101](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1101) ([@susnux](https://github.com/susnux))

### Changed
* Updated translations
* Updated dependencies
* Now using stable `@nextcloud/vue` version 8.0.0
* Now using stable `@nextcloud/files` version 3.0.0

## [v5.0.0-beta.6](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.0-beta.6) (2023-10-17)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.5...v5.0.0-beta.6)

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

0 comments on commit f3e9738

Please sign in to comment.