Skip to content

Commit 843e3d8

Browse files
authored
chore(main): release 4.0.1 (#3020)
1 parent 8c8b138 commit 843e3d8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "4.0.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [4.0.1](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.0.0...v4.0.1) (2024-02-12)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
* 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))
12+
513
## [4.0.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v3.1.3...v4.0.0) (2024-02-05)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "root",
33
"private": true,
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"workspaces": {
66
"packages": [
77
"packages/*",

0 commit comments

Comments
 (0)