Skip to content

Commit

Permalink
Merge pull request #722 from nextcloud-libraries/chore/release
Browse files Browse the repository at this point in the history
chore: Prepare 5.1.0 release
  • Loading branch information
susnux committed Apr 2, 2024
2 parents 32cbfe2 + 33bae44 commit 466d7c6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## 5.1.0 - 2024-03-22
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.0.1...v5.1.0

### Added
* enh: Migrate to NcDialog by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/697
* enh: Compress translations to reduce bundle size by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/698

### Fixed
* fix: Adjust code indention to be consistent (tabs) by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/692
* fix: Do not translate Exception error message by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/691
* fix: Adjust peer dependency on `@nextcloud/vue` to allow stable version by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/693

### Changed
* Updated translations
* Updated `@nextcloud/router` to 3.0.0
* Updated development dependencies
* Update NPM to v10 to align with the version provided by LTS Node 20
* Make package ESM by default by @susnux in https://github.com/nextcloud-libraries/nextcloud-password-confirmation/pull/696

## 5.0.1 - 2023-11-28

### Fixed
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.0.1",
"version": "5.1.0",
"description": "Password confirmation for Nextcloud",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 466d7c6

Please sign in to comment.