From 9d921ca6cde2bdd256bb1e5c29436aa1c93bd383 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 08:57:58 +0000 Subject: [PATCH] chore(master): release 21.26.0 --- .release-please-manifest.json | 2 +- projects/cps-ui-kit/CHANGELOG.md | 12 ++++++++++++ projects/cps-ui-kit/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5aabe8d7..32072cbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/cps-ui-kit": "21.25.0" + "projects/cps-ui-kit": "21.26.0" } diff --git a/projects/cps-ui-kit/CHANGELOG.md b/projects/cps-ui-kit/CHANGELOG.md index 9ac866c3..77fa9112 100644 --- a/projects/cps-ui-kit/CHANGELOG.md +++ b/projects/cps-ui-kit/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [21.26.0](https://github.com/AbsaOSS/cps-shared-ui/compare/v21.25.0...v21.26.0) (2026-06-11) + + +### Features + +* fix a11y issues in datepicker component ([#653](https://github.com/AbsaOSS/cps-shared-ui/issues/653)) ([712b857](https://github.com/AbsaOSS/cps-shared-ui/commit/712b857feddb862375e5224408086d2b67337024)) +* fix a11y issues in divider component ([#657](https://github.com/AbsaOSS/cps-shared-ui/issues/657)) ([6f25125](https://github.com/AbsaOSS/cps-shared-ui/commit/6f25125e7306240d71bb869756a0737f5535f23c)) +* fix a11y issues in expansion panel component ([#654](https://github.com/AbsaOSS/cps-shared-ui/issues/654)) ([70acf37](https://github.com/AbsaOSS/cps-shared-ui/commit/70acf37443b9935cdf86dca46daf935b46b35607)) +* fix a11y issues in notifications ([#659](https://github.com/AbsaOSS/cps-shared-ui/issues/659)) ([74931f8](https://github.com/AbsaOSS/cps-shared-ui/commit/74931f8b116aa2cefc8970fc68bcaf06b7ec8dca)) +* fix a11y issues in switch component ([#656](https://github.com/AbsaOSS/cps-shared-ui/issues/656)) ([39ced42](https://github.com/AbsaOSS/cps-shared-ui/commit/39ced422948d5964cd8ab43b049368579eacc3ab)) +* fix a11y issues in tag component ([#658](https://github.com/AbsaOSS/cps-shared-ui/issues/658)) ([706a17a](https://github.com/AbsaOSS/cps-shared-ui/commit/706a17a81522c278290e0e17cb250f6af638bea0)) + ## [21.25.0](https://github.com/AbsaOSS/cps-shared-ui/compare/v21.24.0...v21.25.0) (2026-06-02) diff --git a/projects/cps-ui-kit/package.json b/projects/cps-ui-kit/package.json index 3e61f040..5c143431 100644 --- a/projects/cps-ui-kit/package.json +++ b/projects/cps-ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "cps-ui-kit", - "version": "21.25.0", + "version": "21.26.0", "peerDependencies": { "@angular/common": "^21.2.6", "@angular/core": "^21.2.6",