Skip to content

Commit 261e58e

Browse files
chore(main): release 4.6.0 (#3432)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent dbabb93 commit 261e58e

File tree

15 files changed

+27
-14
lines changed

15 files changed

+27
-14
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.5.0"
2+
".": "4.6.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.6.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.5.0...v4.6.0) (2025-04-17)
6+
7+
8+
### Features
9+
10+
* adds max height and scrollbar to people picker ([#3429](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3429)) ([26694da](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/26694daa413f2475eb828b51163060d34395fca9))
11+
12+
13+
### Bug Fixes
14+
15+
* removed noResultsFound error for no user input ([#3431](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3431)) ([50314d7](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/50314d71b4d6ae93db91f829ada98d3479dab469))
16+
* tree item collapse in mgt-teams-channel-picker ([#3437](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3437)) ([dbabb93](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/dbabb93a0fc13c1eef7520fd8b7b8b97b69fdbf6))
17+
518
## [4.5.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.4.0...v4.5.0) (2025-03-25)
619

720

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.5.0",
4+
"version": "4.6.0",
55
"workspaces": {
66
"packages": [
77
"packages/*",

packages/mgt-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-components",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "The Microsoft Graph Toolkit Components",
55
"keywords": [
66
"microsoft graph",

packages/mgt-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-element",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "Microsoft Graph Toolkit base classes",
55
"homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit",
66
"bugs": {

packages/mgt-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-react",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "Microsoft Graph Toolkit React wrapper class",
55
"author": "Microsoft",
66
"license": "MIT",

packages/mgt-spfx-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-spfx-utils",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "Helper utilities for loading MGT based libraries and web parts in a SPFx context",
55
"main": "./dist/es6/index.js",
66
"types": "./dist/es6/index.d.ts",

packages/mgt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "The Microsoft Graph Toolkit",
55
"keywords": [
66
"microsoft graph",

packages/providers/mgt-electron-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-electron-provider",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "The Microsoft Graph Toolkit Electron Provider",
55
"keywords": [
66
"microsoft graph",

packages/providers/mgt-mock-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-mock-provider",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "The Microsoft Graph Toolkit Mock Provider",
55
"keywords": [
66
"microsoft graph",

packages/providers/mgt-msal2-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-msal2-provider",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "The Microsoft Graph Toolkit Msal 2.0 Provider",
55
"keywords": [
66
"microsoft graph",

packages/providers/mgt-proxy-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-proxy-provider",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "The Microsoft Graph Toolkit Proxy Provider",
55
"keywords": [
66
"microsoft graph",

packages/providers/mgt-sharepoint-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-sharepoint-provider",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "The Microsoft Graph Toolkit SharePoint Provider",
55
"keywords": [
66
"microsoft graph",

packages/providers/mgt-teamsfx-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mgt-teamsfx-provider",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "The Microsoft Graph Toolkit TeamsFx Provider",
55
"keywords": [
66
"microsoft graph",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.projectKey=microsoftgraph_microsoft-graph-toolkit
22
sonar.organization=microsoftgraph2
33
sonar.projectName=microsoft-graph-toolkit
44
// x-release-please-start-version
5-
sonar.projectVersion=4.5.0
5+
sonar.projectVersion=4.6.0
66
// x-release-please-end
77
sonar.host.url=https://sonarcloud.io
88

0 commit comments

Comments
 (0)