Skip to content

Commit 9fd2a6b

Browse files
committed
chore: Prepare v5.3.3
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent fd44704 commit 9fd2a6b

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
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+
## [v5.3.3](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.3.3) (2024-06-21)
10+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.2...v5.3.3)
11+
12+
### Fixed
13+
* fix: Use `shallowRef` instead of `shallowReactive` because Vue 2 limitation
14+
* fix: Prevent invalid range for skeleton number
15+
16+
### Changed
17+
* refactor: `@nextcloud/files` is now aware of public shares also now have `@nextcloud/sharing` [\#1361](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1361) \([susnux](https://github.com/susnux)\)
18+
* refactor: Use sorting function from files library
19+
* Add SPDX header [\#1354](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1354) \([AndyScherzinger](https://github.com/AndyScherzinger)\)
20+
* chore(deps-dev): Bump braces from 3.0.2 to 3.0.3
21+
* chore(deps): Bump @vueuse/core from 10.10.0 to 10.11.0
22+
* chore(deps-dev): Bump sass from 1.77.4 to 1.77.5
23+
* chore(deps-dev): Bump vite from 5.2.13 to 5.3.1
24+
925
## [v5.3.2](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.3.2) (2024-06-10)
1026
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.1...v5.3.2)
1127

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/dialogs",
3-
"version": "5.3.2",
3+
"version": "5.3.3",
44
"description": "Nextcloud dialog helpers",
55
"types": "dist/index.d.ts",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)