Skip to content

Commit 1f3deb8

Browse files
chore(main): release 4.2.4 (#3264)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 06cd925 commit 1f3deb8

File tree

15 files changed

+27
-14
lines changed

15 files changed

+27
-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.3"
2+
".": "4.2.4"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.4](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.3...v4.2.4) (2024-08-06)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
* 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))
12+
* 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))
13+
* 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))
14+
* 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))
15+
* 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))
16+
* 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))
17+
518
## [4.2.3](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.2...v4.2.3) (2024-07-02)
619

720

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

0 commit comments

Comments
 (0)