From 843e3d80301fadc8296f57af3f2a1432d0e14d63 Mon Sep 17 00:00:00 2001 From: Gavin Barron Date: Mon, 12 Feb 2024 06:18:26 -0800 Subject: [PATCH] chore(main): release 4.0.1 (#3020) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 127ac87b53..6a37fe2d6d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d447c2c180..fdeb35331d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 755ce3f169..61925689d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "root", "private": true, - "version": "4.0.0", + "version": "4.0.1", "workspaces": { "packages": [ "packages/*",