diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 007c04163..43b6afd72 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.21.1](https://github.com/Teradata/covalent/compare/v8.21.0...v8.21.1) (2024-09-19) + +### Bug Fixes + +- **button:** change button text in flavored markdown ([9936de8](https://github.com/Teradata/covalent/commit/9936de8f016d285d0742d88669cdf95951cb1165)) +- **button:** change button text to sentence case ([fe7a2d9](https://github.com/Teradata/covalent/commit/fe7a2d92482335a76844280c9d0a280d17f42443)) + # [8.21.0](https://github.com/Teradata/covalent/compare/v8.20.8...v8.21.0) (2024-09-18) ### Features diff --git a/package-lock.json b/package-lock.json index 14799cb52..448040e4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "covalent", - "version": "8.21.0", + "version": "8.21.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "covalent", - "version": "8.21.0", + "version": "8.21.1", "hasInstallScript": true, "dependencies": { "@angular/animations": "17.x.x", diff --git a/package.json b/package.json index a3c08097b..36ac43f4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "covalent", - "version": "8.21.0", + "version": "8.21.1", "description": "Teradata UI Platform built on Angular Material", "keywords": [ "angular",