Skip to content

Commit

Permalink
chore(main): release 4.2.4 (#3264)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 6, 2024
1 parent 06cd925 commit 1f3deb8
Show file tree
Hide file tree
Showing 15 changed files with 27 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.3"
".": "4.2.4"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.4](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.3...v4.2.4) (2024-08-06)


### Bug Fixes

* add headers when people-picker has input ([#3269](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3269)) ([ba87c32](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/ba87c324f33f4b0fe193b26d97cfec1d63797914))
* add padding to the list of direct reports in person-card ([#3265](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3265)) ([8036278](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/80362782c01d419f3f47c5820d1cfc9bd909333c))
* check the options scopes are not empty when getting access token ([#3256](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3256)) ([432d8ce](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/432d8ce574aebd1ae9ddaf7bc53b5d4f4e4164c6))
* implement caching on the card state for person card ([#3266](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3266)) ([06cd925](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/06cd925f485f49c9a0534778378301b11dad8136))
* remove space in findUsers query ([#3267](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3267)) ([096a50d](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/096a50d64290289504cc0af99bd671f7336c343a))
* show login component flyout on after login ([#3250](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3250)) ([62b1ed4](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/62b1ed4a924d9b407c2749ee8b093f98fa6e8050))
* use a consistent cachekey in file list cache ([#3257](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3257)) ([5551351](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/55513513146ea43a965da3e5cd5de8712d773321))

## [4.2.3](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.2...v4.2.3) (2024-07-02)


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

Expand Down

0 comments on commit 1f3deb8

Please sign in to comment.