Skip to content

Commit 2bd6282

Browse files
chore(main): release 4.4.0 (#3334)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1afd741 commit 2bd6282

File tree

15 files changed

+26
-14
lines changed

15 files changed

+26
-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.3.0"
2+
".": "4.4.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.4.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.3.0...v4.4.0) (2024-11-18)
6+
7+
8+
### Features
9+
10+
* display the children in a folder for a file list ([#3339](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3339)) ([1afd741](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/1afd7417d511ac8ef394eabc2181a1721d31ae4c))
11+
12+
13+
### Bug Fixes
14+
15+
* fire logout completed on logout ([#3332](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/3332)) ([e2edc88](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/e2edc883103c50a99b5acfc8d2f7d8f44028adf3))
16+
517
## [4.3.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v4.2.5...v4.3.0) (2024-10-03)
618

719

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

0 commit comments

Comments
 (0)