Skip to content

Commit

Permalink
chore(main): release 4.2.0 (#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Mar 27, 2024
1 parent bc1fedf commit a1ece1f
Show file tree
Hide file tree
Showing 3 changed files with 20 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.1.0"
".": "4.2.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.1.0...v4.2.0) (2024-03-27)


### Features

* add a useIsSignedIn custom hook for react ([#3093](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3093)) ([1e695aa](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/1e695aabb704563f0f511a5f014ed881dc3132c2))


### Bug Fixes

* **a11y:** fix forced colors for file upload button ([#3114](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3114)) ([81826d9](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/81826d967daad4bf60cc9e7018265c52445a3aeb))
* add a custom font-size token to people-picker ([#3069](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3069)) ([bc8423c](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/bc8423c69eae0a3670d10289537497dad62cde99))
* add a shimmer for the loading state of person component ([#3009](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3009)) ([daf0cf9](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/daf0cf95dfcb25bb5efe760a802ddfceb105f1a2))
* add aria-label text string for teams chevrons ([#3129](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3129)) ([bc1fedf](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/bc1fedf605f91ba2d87f4cd2dd69b4817e117b38))
* disable input in single select mode and default userIds and groupIds ([#3119](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3119)) ([948b078](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/948b078ef741676ca0b8a16bd67f5d6423205938))
* prevent undefined account error when logging out ([#3082](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3082)) ([da77913](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/da779130aaeaf84df94eb79e7f982d210a66eee1))
* theme colors for mgt-search-results ([#3116](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3116)) ([ae5e343](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/ae5e3438f04c184677d83dcbe2308c34e1b52afc))

## [4.1.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.0.1...v4.1.0) (2024-02-26)


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.1.0",
"version": "4.2.0",
"workspaces": {
"packages": [
"packages/*",
Expand Down

0 comments on commit a1ece1f

Please sign in to comment.