Skip to content

Commit

Permalink
chore(main): release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Mar 21, 2024
1 parent 056b15e commit 79ba780
Show file tree
Hide file tree
Showing 3 changed files with 13 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.1.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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


### Bug Fixes

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

0 comments on commit 79ba780

Please sign in to comment.