Skip to content

Commit 2c9b0a5

Browse files
authored
Merge pull request #1155 from nextcloud-libraries/chore/release-6
chore: prepare release of v6.0.0
2 parents e563a36 + 6d22334 commit 2c9b0a5

3 files changed

Lines changed: 21 additions & 44 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 41 deletions
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,36 +37,36 @@ 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-
## 5.3.1 - 2024-12-16
40+
### Fixed
41+
* fix: Differentiate non-403 errors by @artonge in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1104
4142

42-
### What's Changed
43+
### Changed
44+
* chore: drop unneeded TS declarations by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/1020
45+
* Updated translations
4346

44-
### Fixes
47+
## 5.3.1 - 2024-12-16
48+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.3.0...v5.3.1)
4549

50+
### Fixed
4651
* fix: Improve pwd confirmation condition #906 by @artonge in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/906
4752

48-
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.3.0...v5.3.1
49-
5053
## 5.3.0 - 2024-11-27
54+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.2.0...v5.3.0)
5155

52-
### What's Changed
53-
54-
### Fixes
55-
56+
### Fixed
5657
* fix: Use spawnDialog from @nc/dialogs #895 by @artonge in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/895
5758

58-
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.2.0...v5.3.0
59-
6059
## 5.2.0 - 2024-11-27
60+
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.1.1...v5.2.0)
6161

62-
### What's Changed
63-
64-
### Features
65-
62+
### Added
6663
* feat: Expose axios interceptors by @artonge in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/881
6764

68-
### Dependencies
69-
65+
### Changed
66+
* chore: Add SPDX license headers by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/805
67+
* Migrate REUSE to TOML by @AndyScherzinger in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/815
68+
* Updates for project Nextcloud password confirmation library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/807
69+
* CI. Update dependabot-approve-merge.yml by @AndyScherzinger in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/843
7070
* chore(deps): Bump skjnldsv/read-package-engines-version-actions to 3
7171
* chore(deps): Bump actions/setup-node to 4.1.0
7272
* chore(deps): Bump axios to 1.7.4
@@ -76,29 +76,6 @@ For Vue 3 apps nothing changed, meaning the app and this library will share the
7676
* chore(deps): Bump actions/checkout to 4.2.2
7777
* chore(deps): Bump dompurify to 3.1.7
7878

79-
### Development dependencies
80-
81-
* chore(deps-dev): Bump @types/node to 20.14.12
82-
* chore(deps-dev): Bump vite to 5.4.11
83-
* chore(deps-dev): Bump typescript to 5.7.2
84-
* chore(deps-dev): Bump sass to 1.81.0
85-
* chore(deps-dev): Bump @nextcloud/vite-config to 1.4.2
86-
* chore(deps-dev): Bump elliptic to 6.6.0
87-
88-
### Miscellaneous
89-
90-
* chore: Add SPDX license headers by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/805
91-
* Migrate REUSE to TOML by @AndyScherzinger in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/815
92-
* Updates for project Nextcloud password confirmation library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/807
93-
* CI. Update dependabot-approve-merge.yml by @AndyScherzinger in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/843
94-
95-
### New Contributors
96-
97-
* @AndyScherzinger made their first contribution in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/815
98-
* @artonge made their first contribution in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/881
99-
100-
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.1.1...v5.2.0
101-
10279
## 5.1.1 - 2024-06-25
10380
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.1.0...v5.1.1)
10481

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)