From 33bae446ae4c3437050bb2cf777830195beb4a09 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 22 Mar 2024 15:56:28 +0100 Subject: [PATCH] chore: Prepare 5.1.0 release Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2068517..48ec6b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 48eba5d7..67c323ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/password-confirmation", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/password-confirmation", - "version": "5.0.1", + "version": "5.1.0", "license": "MIT", "dependencies": { "@nextcloud/axios": "^2.4.0", diff --git a/package.json b/package.json index a8a29b6d..eb146cfb 100644 --- a/package.json +++ b/package.json @@ -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",