Skip to content

Commit

Permalink
chore(main): release 4.0.1 (#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Feb 12, 2024
1 parent 8c8b138 commit 843e3d8
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0.0"
".": "4.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.0.1](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.0.0...v4.0.1) (2024-02-12)


### Bug Fixes

* apply keyboard focus when removing selected person or adding person from suggestion list on people-picker ([#3011](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3011)) ([8c8b138](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/8c8b138e96224fba238d28b6b0776f4b4e1b0176))
* ensure consistency level header present for user search ([#3029](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3029)) ([3d893b2](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/3d893b2eb291bf58a2df424810c34d1e8b6bc5cc))

## [4.0.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v3.1.3...v4.0.0) (2024-02-05)


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

0 comments on commit 843e3d8

Please sign in to comment.