diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca2c4e628e..43e988c0c0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.2.1" + ".": "4.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee0e2e8a0..aa4d9ae925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.2.2](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.1...v4.2.2) (2024-05-14) + + +### Bug Fixes + +* **a11y:** correct file upload button and file line-1 color contrast in mgt-file-list ([#3177](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3177)) ([ae31d26](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/ae31d260276eea1ebf0b3ac34040464758f37620)) +* **a11y:** correct luminosity contrast in mgt-agenda custom styles ([#3179](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3179)) ([b11f9c7](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/b11f9c714cbc23b0150dfefafb93dc210ecc7117)) +* **a11y:** correct mgt-person-card line-3 text color contrast in custom styles ([#3176](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3176)) ([c5c1e53](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/c5c1e5337ae8ec9b587f0c025976c1567b53ce51)) +* **a11y:** correct people-picker placeholder luminosity contrast ([#3175](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3175)) ([6acfbe7](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/6acfbe7c43bd269a9dd2243ca7ed8b7f83e6dd6b)) +* **a11y:** person-card style contrast ([#3174](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3174)) ([8078496](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/80784967de073d685143654ed63003a659820e4c)) +* adds color variable for date and summary in mgt-search-results ([#3153](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3153)) ([35b86ff](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/35b86ff34c3700cb7e0474028ad1896b596aa7ce)) + ## [4.2.1](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.0...v4.2.1) (2024-03-27) diff --git a/package.json b/package.json index e679b9f8fe..5d34a2d1c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "root", "private": true, - "version": "4.2.1", + "version": "4.2.2", "workspaces": { "packages": [ "packages/*",