Skip to content

Commit 18cf6fe

Browse files
authored
Merge pull request #1109 from nextcloud-libraries/artonge/release/v5.0.1
Bump to v5.0.1
2 parents a1557c8 + ccb21b0 commit 18cf6fe

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
## [v5.0.1](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.1) (2023-11-23)
6+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0...v5.0.1)
7+
8+
### :bug: Fixed bugs
9+
* Do not load user config for each previews [\#1108](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1108) ([artonge](https://github.com/artonge))
10+
11+
### Changed
12+
* Updated translations
13+
* chore(deps-dev): Bump @types/gettext-parser from 4.0.3 to 4.0.4
14+
* chore(deps): Bump @vueuse/core from 10.5.0 to 10.6.0
15+
* chore(deps): Bump @types/toastify-js from 1.12.2 to 1.12.3
16+
* chore(deps): Bump axios from 1.4.0 to 1.6.1
17+
518
## [v5.0.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.0.0) (2023-11-08)
619
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.6...v5.0.0)
720

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/dialogs",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Nextcloud dialog helpers",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",
@@ -102,4 +102,4 @@
102102
"stylelint": {
103103
"extends": "@nextcloud/stylelint-config"
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)