Skip to content

Commit

Permalink
Merge pull request #999 from nextcloud-libraries/chore/release-4-2-0
Browse files Browse the repository at this point in the history
Prepare 4.2.0 release
  • Loading branch information
blizzz committed Sep 14, 2023
2 parents afbedec + 9f62a94 commit 7d9d29e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

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

## [v4.2.0](https://github.com/nextcloud-libraries/nextcloud-dialogs/tree/v4.2.0) (2023-09-13)

[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v4.2.0-beta.5...v4.2.0)

### :bug: Fixed bugs

- \[stable4\] fix\(FilePicker\): Ensure file list header is shown on top of scrolled content rows [\#998](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/998) ([susnux](https://github.com/susnux))
- \[stable4\] fix: breadcrumbs grow [\#996](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/996) ([susnux](https://github.com/susnux))
- \[stable4\] fix\(Dialog\): Make the dialog flex column to show headline on top of content [\#995](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/995) ([susnux](https://github.com/susnux))
- \[stable4\] Fix table alignment [\#994](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/994) ([susnux](https://github.com/susnux))
- \[stable4\] Revert "fix: Patch `webdav` dependency for invalid `exports` field un… [\#985](https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/985) ([skjnldsv](https://github.com/skjnldsv))

## v4.2.0-beta.5 (2023-09-05)
### :bug: Fixed bugs
* [stable4] fix(FilePicker): Fix legacy entry point buttons when bundling with webpack by @susnux in https://github.com/nextcloud-libraries/nextcloud-dialogs/pull/945
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/dialogs",
"version": "4.2.0-beta.5",
"version": "4.2.0",
"description": "Nextcloud dialog helpers",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down Expand Up @@ -59,9 +59,9 @@
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/typings": "^1.7.0",
"@nextcloud/vue": "^7.12.2",
"@types/toastify-js": "^1.12.0",
"@vueuse/core": "^10.3.0",
"@nextcloud/vue": "^7.12.4",
"@types/toastify-js": "^1.12.1",
"@vueuse/core": "^10.4.1",
"toastify-js": "^1.12.0",
"vue-frag": "^1.4.3",
"vue-material-design-icons": "^5.2.0",
Expand All @@ -76,7 +76,7 @@
"@zamiell/typedoc-plugin-not-exported": "^0.2.0",
"gettext-extractor": "^3.8.0",
"gettext-parser": "^7.0.1",
"happy-dom": "^10.10.4",
"happy-dom": "^11.0.6",
"sass": "^1.66.1",
"tslib": "^2.6.2",
"typedoc": "^0.24.8",
Expand Down

0 comments on commit 7d9d29e

Please sign in to comment.