From d5acfacef9cc2b1fac3897b7dc92fa3e2593f3b0 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 20 Feb 2024 15:49:09 +0000 Subject: [PATCH] chore(release): v2.2.0 [skip ci] --- CHANGELOG.md | 19 +++++++++++++------ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f89fd16..cdba78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ -# [2.1.0](https://github.com/nextcloud/calendar-availability-vue/compare/v2.0.1...v2.1.0) (2024-02-09) +# [2.2.0](https://github.com/nextcloud/calendar-availability-vue/compare/v2.1.0...v2.2.0) (2024-02-20) -### Build -* **chore:** update npm engines version to 10.0.0 (https://github.com/nextcloud/calendar-availability-vue/pull/213) -* **build:** migrate to `@nextcloud/vite-config` and externalize `@nextcloud/vue` (https://github.com/nextcloud/calendar-availability-vue/pull/225) -* **deps:** bump `@nextcloud/vue` to v8.6.2 (https://github.com/nextcloud/calendar-availability-vue/pull/224) +### Bug Fixes + +* changed aria-labels on weekday list, only on ul container now ([2cbffdf](https://github.com/nextcloud/calendar-availability-vue/commit/2cbffdf3234ae66ff084c8c1f43a988dbcc75cd1)) + + +### Features + +* added l10nLabel prop to pass in aria translation ([71a22f9](https://github.com/nextcloud/calendar-availability-vue/commit/71a22f93118c17537433e660b65bb327a35565fe)) + + + +## [2.0.1](https://github.com/nextcloud/calendar-availability-vue/compare/v2.0.0...v2.0.1) (2023-12-11) -# [2.0.1](https://github.com/nextcloud/calendar-availability-vue/compare/v2.0.0...v2.0.1) (2023-12-11) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 7434cfb..aa65d9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/calendar-availability-vue", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index dcc0272..e989139 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/calendar-availability-vue", - "version": "2.1.0", + "version": "2.2.0", "description": "Weekly calendar availability component for Nextcloud apps", "type": "module", "module": "dist/index.mjs",