Skip to content

Commit

Permalink
Merge pull request #1362 from nextcloud-libraries/chore/prepare-5-3-3
Browse files Browse the repository at this point in the history
chore: Prepare v5.3.3
  • Loading branch information
susnux committed Jun 21, 2024
2 parents fd44704 + 9fd2a6b commit 78dabcc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@

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

## [v5.3.3](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.3.3) (2024-06-21)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.2...v5.3.3)

### Fixed
* fix: Use `shallowRef` instead of `shallowReactive` because Vue 2 limitation
* fix: Prevent invalid range for skeleton number

### Changed
* 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)\)
* refactor: Use sorting function from files library
* Add SPDX header [\#1354](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/1354) \([AndyScherzinger](https://github.com/AndyScherzinger)\)
* chore(deps-dev): Bump braces from 3.0.2 to 3.0.3
* chore(deps): Bump @vueuse/core from 10.10.0 to 10.11.0
* chore(deps-dev): Bump sass from 1.77.4 to 1.77.5
* chore(deps-dev): Bump vite from 5.2.13 to 5.3.1

## [v5.3.2](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v5.3.2) (2024-06-10)
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.1...v5.3.2)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/dialogs",
"version": "5.3.2",
"version": "5.3.3",
"description": "Nextcloud dialog helpers",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 78dabcc

Please sign in to comment.