Skip to content

Commit fce7dcb

Browse files
committed
chore: prepare v6.4.2
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 46dfc94 commit fce7dcb

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66

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

9-
## [v6.4.1](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.3.2...v6.4.0)
9+
## [v6.4.2](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.4.1...v6.4.2)
10+
### 🐛 Fixed bugs
11+
* fix(filepicker): use `@nextcloud/files` for name validation [\#2161](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2161)
12+
* fix(filepicker): use proper folder icons [\#2181](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2181)
13+
* fix: always use the node `displayname` prop [\#2182](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2182) \([susnux](https://github.com/susnux)\)
14+
15+
### Other Changes
16+
* refactor: use `@nextcloud/paths` instead of NodeJS `path` [\#2177](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2177) \([susnux](https://github.com/susnux)\)
17+
* ci: update workflows from organization [\#2178](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2178) \([susnux](https://github.com/susnux)\)
18+
19+
## [v6.4.1](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.4.0...v6.4.1)
1020
### 🐛 Fixed bugs
1121
* fix(FileListRow): enter-directory event name [\#2059](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2059) \([artonge](https://github.com/artonge)\)
1222

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

0 commit comments

Comments
 (0)