Skip to content

Commit 665f6ad

Browse files
authored
Merge pull request #1569 from nextcloud-libraries/release/6.1.1
2 parents 86d9b21 + f85b504 commit 665f6ad

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

CHANGELOG.md

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

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

9+
## 6.1.1
10+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.1.0...v6.1.1)
11+
12+
## Fixed
13+
* fix(toast): loading svg by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1559
14+
* fixed css output file via @nextcloud/vite-config update
15+
16+
## Changed
17+
* chore(deps): Bump p-queue from 8.0.1 to 8.1.0
18+
* chore(deps-dev): Bump @nextcloud/vite-config from 1.5.0 to 1.5.1
19+
* chore(deps-dev): Bump @vitest/coverage-v8 from 2.1.8 to 3.0.3
20+
* chore(deps-dev): Bump happy-dom from 16.7.1 to 16.7.2
21+
* chore(deps-dev): Bump vite from 6.0.7 to 6.0.9
22+
* chore(deps-dev): Bump vite from 6.0.9 to 6.0.11
23+
* chore(deps-dev): Bump vitest from 2.1.8 to 3.0.3
24+
925
## 6.1.0
1026
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v6.0.1...v6.1.0)
1127

package-lock.json

Lines changed: 2 additions & 11 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.1.0",
3+
"version": "6.1.1",
44
"description": "Nextcloud dialog helpers",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)