Skip to content

Commit 9666b8b

Browse files
chore(main): release 4.3.0 (#3293)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ea37cbf commit 9666b8b

File tree

15 files changed

+30
-14
lines changed

15 files changed

+30
-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.2.5"
2+
".": "4.3.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.3.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.5...v4.3.0) (2024-10-03)
6+
7+
8+
### Features
9+
10+
* display only selected person in people-picker single selection mode ([#3327](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3327)) ([b4d8c0c](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/b4d8c0c7dae7cb01e3091a84a346e4fe8f2835e3))
11+
12+
13+
### Bug Fixes
14+
15+
* handle popup login errors ([#3290](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3290)) ([76a013d](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/76a013d7d1f5fb095b4e5387b7215356fdf811be))
16+
* mgt-people-picker flyout protruding issue ([#3330](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3330)) ([ea37cbf](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/ea37cbfd65b53082fe19c3fef7bfc088499bb85e))
17+
* render people-picker flyout inside window ([#3326](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3326)) ([5a11252](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/5a112522c55cbea3622a611aad319a384af2bf1e))
18+
* render person-card inside parent container ([#3324](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3324)) ([ae49332](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/ae49332876d428b3b2da53147f8ceaeaa7a8b3c5))
19+
* show max while picking multiple groups ([#3289](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3289)) ([d2add09](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/d2add09ae110247d421034cb86d0186342ea2c71))
20+
521
## [4.2.5](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.4...v4.2.5) (2024-09-04)
622

723

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.2.5",
4+
"version": "4.3.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.2.5",
3+
"version": "4.3.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.2.5",
3+
"version": "4.3.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.2.5",
3+
"version": "4.3.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.2.5",
3+
"version": "4.3.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.2.5",
3+
"version": "4.3.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.2.5",
3+
"version": "4.3.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.2.5",
3+
"version": "4.3.0",
44
"description": "The Microsoft Graph Toolkit Mock Provider",
55
"keywords": [
66
"microsoft graph",

0 commit comments

Comments
 (0)