Skip to content

Commit 3e10bb0

Browse files
authored
Merge pull request #1782 from nextcloud-libraries/feat/release-stable6
2 parents b6e0d65 + b309b2a commit 3e10bb0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

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

9+
## [v6.3.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.2.0...v6.3.0)
10+
### 🚀 Enhancements
11+
* [stable6] feat: add guest auth prompt component by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1759
12+
### 🐛 Fixed bugs
13+
* [stable6] fix(FilePickerBuilder): correctly return array / plain value depending on multiselect by @backportbot in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1777
14+
### Other Changes
15+
* Updates for project Nextcloud dialogs library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1740
16+
* Updates for project Nextcloud dialogs library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1741
17+
* Update @nextcloud/auth to 2.5.0 by @skjnldsv
18+
919
## [v6.2.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.1.1...v6.2.0)
1020
### Notes
1121

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

0 commit comments

Comments
 (0)