Skip to content

Commit b7a737d

Browse files
authored
chore(main): release 4.2.3 (#3207)
1 parent 8d34e7a commit b7a737d

File tree

15 files changed

+29
-14
lines changed

15 files changed

+29
-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.2"
2+
".": "4.2.3"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.3](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.2...v4.2.3) (2024-07-02)
6+
7+
8+
### Bug Fixes
9+
10+
* **a11y:** add stackblitz button styling for high contrast theming ([#3213](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3213)) ([cb7621a](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/cb7621a2539fddcde62d04ce19bca9b8a3c42dd1))
11+
* **a11y:** correctly narrate tab status in storybook editor ([#3220](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3220)) ([7932f55](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/7932f554e43af16c7dfc39b863bb2663e12e1646))
12+
* **a11y:** narrate person list position in mgt-agenda ([#3221](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3221)) ([463687d](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/463687deac80c4cacdfd215c15cab020a222e62f))
13+
* add userPrincipalName as an option in findPeople query ([#3206](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3206)) ([97fe1c0](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/97fe1c077bee635abedde392d775df373ba5d812))
14+
* correct storybook overview component links ([#3223](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3223)) ([5a94bfa](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/5a94bfaf8b38c7127ec201d68e3af6358e5eb94e))
15+
* display only a person's shared files in mgt-person-card ([#3238](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3238)) ([da90c5b](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/da90c5bf2cf6c293aea3b2b1f065858ba345aae1))
16+
* display only available person-card contact icons on mgt-person-card ([#3237](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3237)) ([1f080d9](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/1f080d95b1097cdf34d0793bd3b2e49a0c21dd07))
17+
* mgt-planner task deletion on keyboard interaction ([#3214](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3214)) ([0ef8dd7](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/0ef8dd7496bd2d6c0159be0fc867a1a380bb7119))
18+
* update tabbing behavior on person when closing person-card ([#3193](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3193)) ([6a93c6e](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/6a93c6e51e677a28bad58ba5ea6931fc14763291))
19+
520
## [4.2.2](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.1...v4.2.2) (2024-05-30)
621

722

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

0 commit comments

Comments
 (0)