Skip to content

Commit 3695be9

Browse files
chore(main): release 4.2.5 (#3274)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3e8b0f5 commit 3695be9

File tree

15 files changed

+25
-14
lines changed

15 files changed

+25
-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.4"
2+
".": "4.2.5"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.2.5](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.4...v4.2.5) (2024-09-04)
6+
7+
8+
### Bug Fixes
9+
10+
* dialog content z-index ([#3285](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3285)) ([3e8b0f5](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/3e8b0f5a581fe7992b3eed285c03dee8d5814c74))
11+
* display contact icons with personDetails ([#3276](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3276)) ([e685aee](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/e685aee075a31887238caea824981d28c6548b5f))
12+
* display default selected users and groups while disabling suggestions ([#3279](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3279)) ([dfccd65](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/dfccd650277799c4d728906c486b0dc063353baa))
13+
* remove picker focus when using selectUsersById ([#3282](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3282)) ([440211b](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/440211bb330928ba071202eb82f168e22c6a1ceb))
14+
* update the css query and events used to rename copy button aria-labels ([#3271](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3271)) ([439d0fc](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/439d0fcf2ad115af683f0713d854c551a1883e5a))
15+
516
## [4.2.4](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.3...v4.2.4) (2024-08-06)
617

718

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

0 commit comments

Comments
 (0)