diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1aa0ab1941..78fa8ee85b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,9 @@ +## [8.9.1](https://github.com/Teradata/covalent/compare/v8.9.0...v8.9.1) (2024-04-09) + +### Bug Fixes + +- **components:** fix color issues in button and chip ([#2141](https://github.com/Teradata/covalent/issues/2141)) ([74f0106](https://github.com/Teradata/covalent/commit/74f01064169cf1abf64e012620c29a2269ed4099)) + # [8.9.0](https://github.com/Teradata/covalent/compare/v8.8.1...v8.9.0) (2024-04-03) ### Features diff --git a/package-lock.json b/package-lock.json index 033f1e0121..685be32f90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "covalent", - "version": "8.9.0", + "version": "8.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "covalent", - "version": "8.9.0", + "version": "8.9.1", "hasInstallScript": true, "dependencies": { "@angular/animations": "17.x.x", diff --git a/package.json b/package.json index 35fb0a10c8..7869ebace8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "covalent", - "version": "8.9.0", + "version": "8.9.1", "description": "Teradata UI Platform built on Angular Material", "keywords": [ "angular",