Skip to content

Commit

Permalink
chore: Prepare: v5.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Nov 26, 2024
1 parent a4bf90c commit 4ca4395
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,48 @@ All notable changes to this project will be documented in this file.
- SPDX-License-Identifier: MIT
-->

## 5.2.0 - 2024-11-27

### What's Changed

### Features

* feat: Expose axios interceptors by @artonge in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/881

### Dependencies

* chore(deps): Bump skjnldsv/read-package-engines-version-actions to 3
* chore(deps): Bump actions/setup-node to 4.1.0
* chore(deps): Bump axios to 1.7.4
* chore(deps): Bump @nextcloud/axios to 2.5.1
* chore(deps): Bump pascalgn/automerge-action to 0.16.4
* chore(deps): Bump rollup to 4.22.4
* chore(deps): Bump actions/checkout to 4.2.2
* chore(deps): Bump dompurify to 3.1.7

### Development dependencies

* chore(deps-dev): Bump @types/node to 20.14.12
* chore(deps-dev): Bump vite to 5.4.11
* chore(deps-dev): Bump typescript to 5.7.2
* chore(deps-dev): Bump sass to 1.81.0
* chore(deps-dev): Bump @nextcloud/vite-config to 1.4.2
* chore(deps-dev): Bump elliptic to 6.6.0

### Miscellaneous

* chore: Add SPDX license headers by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/805
* Migrate REUSE to TOML by @AndyScherzinger in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/815
* Updates for project Nextcloud password confirmation library by @transifex-integration in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/807
* CI. Update dependabot-approve-merge.yml by @AndyScherzinger in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/843

### New Contributors

* @AndyScherzinger made their first contribution in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/815
* @artonge made their first contribution in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/881

**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.1.1...v5.2.0

## 5.1.1 - 2024-06-25
[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.1.0...v5.1.1)

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/password-confirmation",
"version": "5.1.1",
"version": "5.2.0",
"description": "Password confirmation for Nextcloud",
"author": {
"name": "Nextcloud GmbH and Nextcloud contributors"
Expand Down

0 comments on commit 4ca4395

Please sign in to comment.