Skip to content

Commit

Permalink
chore(main): release 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed May 14, 2024
1 parent ae31d26 commit c591209
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.2.1"
".": "4.2.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "4.2.1",
"version": "4.2.2",
"workspaces": {
"packages": [
"packages/*",
Expand Down

0 comments on commit c591209

Please sign in to comment.