Skip to content

Commit f4a9539

Browse files
authored
chore(main): release 3.1.2 (#2684)
1 parent ca313c1 commit f4a9539

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.1"
2+
".": "3.1.2"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.2](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v3.1.1...v3.1.2) (2023-09-05)
6+
7+
8+
### Bug Fixes
9+
10+
* adds pointer cursor to logged in accounts ([#2674](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/2674)) ([11e5a1c](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/11e5a1cb319812afdb2355c4973e9b072ea680e0))
11+
* disable open on click behavior ([#2685](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/2685)) ([10b25f9](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/10b25f97ff9666bb9e0c0fadf5b453ced9da84fc))
12+
* set custom css token --default-font-family to apply to all elements in DOM ([#2677](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/2677)) ([cb69e01](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/cb69e0160b41773f65d88a4ea457fc18b7360f51))
13+
* use correct scope for group member resolution ([#2690](https://github.com/microsoftgraph/microsoft-graph-toolkit/issues/2690)) ([ca313c1](https://github.com/microsoftgraph/microsoft-graph-toolkit/commit/ca313c1c7855dde9385981518392351662365428))
14+
515
## [3.1.1](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v3.1.0...v3.1.1) (2023-08-17)
616

717

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

0 commit comments

Comments
 (0)