Skip to content

Commit b047008

Browse files
authored
Merge pull request #2058 from nextcloud-libraries/chore/6-4-0
chore: prepare v6.4.0
2 parents ae340f3 + e24351e commit b047008

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

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

9+
## [v6.4.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.3.2...v6.4.0)
10+
### 🚀 Enhancements
11+
* feat(FilePicker): Improve pick and navigation logic to match user expectation [\#2051](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2051)
12+
13+
### Other Changes
14+
* Updated dependencies
15+
* chore: update workflows from organization [\#1942](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1942) \([susnux](https://github.com/susnux)\)
16+
* chore: update workflows from organization [\#2053](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2053) \([susnux](https://github.com/susnux)\)
17+
918
## [v6.3.2](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.3.1...v6.3.2)
1019
### 🐛 Fixed bugs
1120
* fix(PublicAuthPrompt): change default notice if identified [\#1841](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1841) \([skjnldsv](https://github.com/skjnldsv)\)
@@ -16,7 +25,6 @@ All notable changes to this project will be documented in this file.
1625
### Other Changes
1726
* chore: bump node version [\#1937](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1937) \([susnux](https://github.com/susnux)\)
1827

19-
2028
## [v6.3.1](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.3.0...v6.3.1)
2129
### 🐛 Fixed bugs
2230
* fix: display guest name validity [\#1837](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1837) \([skjnldsv](https://github.com/skjnldsv)\)

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

0 commit comments

Comments
 (0)