Skip to content

Commit 84a287a

Browse files
authored
chore(main): release 3.1.1 (#2662)
1 parent 263f36f commit 84a287a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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-
".": "3.1.0"
2+
".": "3.1.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [3.1.1](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v3.1.0...v3.1.1) (2023-08-17)
6+
7+
8+
### Bug Fixes
9+
10+
* dismiss login flyout when moving out of the popup ([#2637](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/2637)) ([263f36f](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/263f36f56665e7e041be1defe80677d31f65af7b))
11+
* use pointer cursor when person card enabled in mgt-person. ([#2652](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/2652)) ([48ea18b](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/48ea18bc28c39d65629d3095db538d2c01fe7109))
12+
513
## [3.1.0](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v3.0.1...v3.1.0) (2023-07-28)
614

715

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": "3.1.0",
4+
"version": "3.1.1",
55
"workspaces": {
66
"packages": [
77
"packages/*",

0 commit comments

Comments
 (0)