Skip to content

Commit f27f6c7

Browse files
authored
Merge pull request #1102 from nextcloud-libraries/chore/update-vue-and-release-5.0.0
Update `@nextcloud/vue` to stable and release v5.0.0
2 parents fb8dca1 + f3e9738 commit f27f6c7

File tree

3 files changed

+30
-15
lines changed

3 files changed

+30
-15
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
## [v5.0.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.0) (2023-11-08)
6+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.6...v5.0.0)
7+
8+
### :rocket: Enhancement
9+
* FilePicker: Signal folder creation to files app [\#1095](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1095) ([@susnux](https://github.com/susnux))
10+
11+
### :bug: Fixed bugs
12+
* 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))
13+
14+
### Changed
15+
* Updated translations
16+
* Updated dependencies
17+
* Now using stable `@nextcloud/vue` version 8.0.0
18+
* Now using stable `@nextcloud/files` version 3.0.0
19+
520
## [v5.0.0-beta.6](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.0-beta.6) (2023-10-17)
621
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.5...v5.0.0-beta.6)
722

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/dialogs",
3-
"version": "5.0.0-beta.6",
3+
"version": "5.0.0",
44
"description": "Nextcloud dialog helpers",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",
@@ -50,14 +50,14 @@
5050
"dist"
5151
],
5252
"peerDependencies": {
53-
"@nextcloud/vue": "^8.0.0-beta.10",
53+
"@nextcloud/vue": "^8.0.0",
5454
"vue": "^2.7.15"
5555
},
5656
"dependencies": {
5757
"@mdi/svg": "^7.3.67",
5858
"@nextcloud/axios": "^2.4.0",
5959
"@nextcloud/event-bus": "^3.1.0",
60-
"@nextcloud/files": "^3.0.0-beta.27",
60+
"@nextcloud/files": "^3.0.0",
6161
"@nextcloud/initial-state": "^2.1.0",
6262
"@nextcloud/l10n": "^2.2.0",
6363
"@nextcloud/router": "^2.2.0",

0 commit comments

Comments
 (0)