Skip to content

Commit

Permalink
Merge pull request #1102 from nextcloud-libraries/chore/update-vue-an…
Browse files Browse the repository at this point in the history
…d-release-5.0.0

Update `@nextcloud/vue` to stable and release v5.0.0
  • Loading branch information
susnux authored Nov 8, 2023
2 parents fb8dca1 + f3e9738 commit f27f6c7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 15 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
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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 Expand Up @@ -50,14 +50,14 @@
"dist"
],
"peerDependencies": {
"@nextcloud/vue": "^8.0.0-beta.10",
"@nextcloud/vue": "^8.0.0",
"vue": "^2.7.15"
},
"dependencies": {
"@mdi/svg": "^7.3.67",
"@nextcloud/axios": "^2.4.0",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.0.0-beta.27",
"@nextcloud/files": "^3.0.0",
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/router": "^2.2.0",
Expand Down

0 comments on commit f27f6c7

Please sign in to comment.