Skip to content

Commit

Permalink
fix: css output name change
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Jan 21, 2025
1 parent e3d60f8 commit 75c7026
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

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

## 6.1.1
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.1.0...v6.1.1)

### Fixed
* Fix css name change by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/issues/1558

## 6.1.0
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.0.1...v6.1.0)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"require": "./dist/filepicker.cjs"
},
"./style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
"import": "./dist/dialogs.css",
"require": "./dist/dialogs.css"
}
},
"scripts": {
Expand Down

0 comments on commit 75c7026

Please sign in to comment.