Skip to content

Commit 6d22334

Browse files
committed
chore: prepare v6.0.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent c9cfa77 commit 6d22334

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
- SPDX-License-Identifier: MIT
77
-->
88

9-
## [6.0.0](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.3.1...v6.0.0-rc.0) - UNRELEASED
9+
## [6.0.0](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.3.1...v6.0.0) - 2025-09-28
1010
### Notes
1111

1212
This package now builds on top of `@nextcloud/vue` version 9 using Vue 3.
@@ -37,6 +37,13 @@ For Vue 3 apps nothing changed, meaning the app and this library will share the
3737
+ import '@nextcloud/password-confirmation/style.css'
3838
```
3939

40+
### Fixed
41+
* fix: Differentiate non-403 errors by @artonge in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1104
42+
43+
### Changed
44+
* chore: drop unneeded TS declarations by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1020
45+
* Updated translations
46+
4047
## 5.3.1 - 2024-12-16
4148
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.3.0...v5.3.1)
4249

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/password-confirmation",
3-
"version": "6.0.0-rc.0",
3+
"version": "6.0.0",
44
"description": "Password confirmation for Nextcloud",
55
"keywords": [
66
"nextcloud"

0 commit comments

Comments
 (0)