Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"projects/cps-ui-kit": "21.29.3"
"projects/cps-ui-kit": "21.30.0"
}
18 changes: 18 additions & 0 deletions projects/cps-ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [21.30.0](https://github.com/AbsaOSS/cps-shared-ui/compare/v21.29.3...v21.30.0) (2026-08-04)


### 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 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)


Expand Down
2 changes: 1 addition & 1 deletion projects/cps-ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down