From 9b6b898e937a73ea1da89073222d8a4456bf7f76 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Dec 2022 20:40:53 +0000 Subject: [PATCH] chore(release): 5.3.8 [skip ci] ## [5.3.8](https://github.com/Bellese/angular-design-system/compare/v5.3.7...v5.3.8) (2022-12-20) ### Bug Fixes * **chip-filter.component.html:** Add aria text to signal when providers load after search is complete ([c1aabbe](https://github.com/Bellese/angular-design-system/commit/c1aabbe2a1b42f326dc167bccaeef083779077db)) * **chip-filter.component.html:** Use variable to determine if text box is selected ([7865c8d](https://github.com/Bellese/angular-design-system/commit/7865c8d7aa83bb2620b380621fd2a7ee756b022f)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae83a340..174e3b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.3.8](https://github.com/Bellese/angular-design-system/compare/v5.3.7...v5.3.8) (2022-12-20) + + +### Bug Fixes + +* **chip-filter.component.html:** Add aria text to signal when providers load after search is complete ([c1aabbe](https://github.com/Bellese/angular-design-system/commit/c1aabbe2a1b42f326dc167bccaeef083779077db)) +* **chip-filter.component.html:** Use variable to determine if text box is selected ([7865c8d](https://github.com/Bellese/angular-design-system/commit/7865c8d7aa83bb2620b380621fd2a7ee756b022f)) + ## [5.3.7](https://github.com/Bellese/angular-design-system/compare/v5.3.6...v5.3.7) (2022-12-05) diff --git a/package.json b/package.json index 03ff2763..ad79bc11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bellese/angular-design-system", - "version": "5.3.7", + "version": "5.3.8", "license": "MIT", "scripts": { "ng": "ng",