Skip to content

Commit

Permalink
chore(main): release 4.2.3 (#3207)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Jul 2, 2024
1 parent 8d34e7a commit b7a737d
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.2.2"
".": "4.2.3"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.2.3](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.2...v4.2.3) (2024-07-02)


### Bug Fixes

* **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))
* **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))
* **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))
* 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))
* 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))
* 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))
* 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))
* 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))
* 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))

## [4.2.2](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.1...v4.2.2) (2024-05-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "4.2.2",
"version": "4.2.3",
"workspaces": {
"packages": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-components",
"version": "4.2.0",
"version": "4.2.3",
"description": "The Microsoft Graph Toolkit Components",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-element",
"version": "4.2.0",
"version": "4.2.3",
"description": "Microsoft Graph Toolkit base classes",
"homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-react",
"version": "4.2.0",
"version": "4.2.3",
"description": "Microsoft Graph Toolkit React wrapper class",
"author": "Microsoft",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-spfx-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-spfx-utils",
"version": "4.2.0",
"version": "4.2.3",
"description": "Helper utilities for loading MGT based libraries and web parts in a SPFx context",
"main": "./dist/es6/index.js",
"types": "./dist/es6/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt",
"version": "4.2.0",
"version": "4.2.3",
"description": "The Microsoft Graph Toolkit",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-electron-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-electron-provider",
"version": "4.2.0",
"version": "4.2.3",
"description": "The Microsoft Graph Toolkit Electron Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-mock-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-mock-provider",
"version": "4.2.0",
"version": "4.2.3",
"description": "The Microsoft Graph Toolkit Mock Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-msal2-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-msal2-provider",
"version": "4.2.0",
"version": "4.2.3",
"description": "The Microsoft Graph Toolkit Msal 2.0 Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-proxy-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-proxy-provider",
"version": "4.2.0",
"version": "4.2.3",
"description": "The Microsoft Graph Toolkit Proxy Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-sharepoint-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-sharepoint-provider",
"version": "4.2.0",
"version": "4.2.3",
"description": "The Microsoft Graph Toolkit SharePoint Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/mgt-teamsfx-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mgt-teamsfx-provider",
"version": "4.2.0",
"version": "4.2.3",
"description": "The Microsoft Graph Toolkit TeamsFx Provider",
"keywords": [
"microsoft graph",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=microsoftgraph_microsoft-graph-toolkit
sonar.organization=microsoftgraph2
sonar.projectName=microsoft-graph-toolkit
// x-release-please-start-version
sonar.projectVersion=4.2.2
sonar.projectVersion=4.2.3
// x-release-please-end
sonar.host.url=https://sonarcloud.io

Expand Down

0 comments on commit b7a737d

Please sign in to comment.