Skip to content

Commit

Permalink
chore(main): release 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 12, 2024
1 parent 76a013d commit f8b9c01
Show file tree
Hide file tree
Showing 15 changed files with 22 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.5"
".": "4.2.6"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.6](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.5...v4.2.6) (2024-09-12)


### Bug Fixes

* handle popup login errors ([#3290](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3290)) ([76a013d](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/76a013d7d1f5fb095b4e5387b7215356fdf811be))
* 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))

## [4.2.5](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.4...v4.2.5) (2024-09-04)


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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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.5
sonar.projectVersion=4.2.6
// x-release-please-end
sonar.host.url=https://sonarcloud.io

Expand Down

0 comments on commit f8b9c01

Please sign in to comment.