Skip to content

Commit

Permalink
chore(main): release 3.1.2 (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron authored Sep 5, 2023
1 parent ca313c1 commit f4a9539
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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 @@
{
".": "3.1.1"
".": "3.1.2"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

## [3.1.2](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v3.1.1...v3.1.2) (2023-09-05)


### Bug Fixes

* 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))
* 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))
* 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))
* 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))

## [3.1.1](https://github.com/microsoftgraph/microsoft-graph-toolkit/compare/v3.1.0...v3.1.1) (2023-08-17)


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": "3.1.1",
"version": "3.1.2",
"workspaces": {
"packages": [
"packages/*",
Expand Down

0 comments on commit f4a9539

Please sign in to comment.