Skip to content

Commit

Permalink
chore(release): v2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Feb 20, 2024
1 parent 21c1f4b commit d5acfac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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/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",
Expand Down

0 comments on commit d5acfac

Please sign in to comment.