From 30852f2c7dee6d0987b2cf2d7892fceacab3a65c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 10:03:17 +0000 Subject: [PATCH] chore(master): release 21.30.0 --- .release-please-manifest.json | 2 +- projects/cps-ui-kit/CHANGELOG.md | 19 +++++++++++++++++++ projects/cps-ui-kit/package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c02c7c39..3bcb6ef3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/cps-ui-kit": "21.29.3" + "projects/cps-ui-kit": "21.30.0" } diff --git a/projects/cps-ui-kit/CHANGELOG.md b/projects/cps-ui-kit/CHANGELOG.md index f4a11374..73a9c233 100644 --- a/projects/cps-ui-kit/CHANGELOG.md +++ b/projects/cps-ui-kit/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [21.30.0](https://github.com/AbsaOSS/cps-shared-ui/compare/v21.29.3...v21.30.0) (2026-08-05) + + +### Features + +* add test id to icon component ([6b38984](https://github.com/AbsaOSS/cps-shared-ui/commit/6b38984934a973e36f2e9ee444a82ad2bbddb1cd)) +* add test id to info circle component ([11d9d3f](https://github.com/AbsaOSS/cps-shared-ui/commit/11d9d3f78c44a802b9503d73ec0030967f873a04)) +* add test ids to autocomplete component and fix openOnClear prop ([2bc4fa0](https://github.com/AbsaOSS/cps-shared-ui/commit/2bc4fa0f1d38b9df39d148d3977855b144942e91)) +* add test ids to button component ([b467b7f](https://github.com/AbsaOSS/cps-shared-ui/commit/b467b7faa810d7e1aa023ea13d53a70812a89824)) +* add test ids to button toggle component ([94d71d7](https://github.com/AbsaOSS/cps-shared-ui/commit/94d71d7029d1f615896a9333d673dadd904b4afc)) +* add test ids to checkbox component ([3e80458](https://github.com/AbsaOSS/cps-shared-ui/commit/3e804580fc901a6585120a6c64ab75ecd657ed3a)) +* add test ids to chip component ([aafeead](https://github.com/AbsaOSS/cps-shared-ui/commit/aafeead0ea3a93e65a8eec45a041a46a13f78056)) +* add test ids to datepicker component ([73354b7](https://github.com/AbsaOSS/cps-shared-ui/commit/73354b79b7bea8b694b592105218e47dce881d25)) +* add test ids to dialog component ([4b05dc1](https://github.com/AbsaOSS/cps-shared-ui/commit/4b05dc1605537db397ccd3e18b3d39e5fd57cb32)) +* add test ids to divider component ([b87cf12](https://github.com/AbsaOSS/cps-shared-ui/commit/b87cf120a1e177defaed8ff489c1a8a5194d78a7)) +* add test ids to file upload component ([03fef05](https://github.com/AbsaOSS/cps-shared-ui/commit/03fef0571680cec5862ffc7e3ac239cac663a0e4)) +* add test ids to input component ([78a7767](https://github.com/AbsaOSS/cps-shared-ui/commit/78a776787ccb40efe2257fa163dbc161e3394345)) +* add test ids to loader component ([c60f884](https://github.com/AbsaOSS/cps-shared-ui/commit/c60f884a8dbbed91ed3481128d47fb11f8b933fb)) + ## [21.29.3](https://github.com/AbsaOSS/cps-shared-ui/compare/v21.29.2...v21.29.3) (2026-07-29) diff --git a/projects/cps-ui-kit/package.json b/projects/cps-ui-kit/package.json index ca3b5ecf..90a4c320 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.29.3", + "version": "21.30.0", "peerDependencies": { "@angular/common": "^21.2.6", "@angular/core": "^21.2.6",