Skip to content

Commit e8e0f80

Browse files
committed
chore: prepare v6.4.1
Signed-off-by: Louis Chmn <[email protected]>
1 parent f457cf3 commit e8e0f80

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
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)
10+
### 🐛 Fixed bugs
11+
* fix(FileListRow): enter-directory event name [\#2059](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2059) \([artonge](https://github.com/artonge)\)
12+
913
## [v6.4.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.3.2...v6.4.0)
1014
### 🚀 Enhancements
1115
* feat(FilePicker): Improve pick and navigation logic to match user expectation [\#2051](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/2051)

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

0 commit comments

Comments
 (0)