Skip to content

Commit 59bb67f

Browse files
authored
Merge pull request #2390 from microsoftgraph/chore/release-2.11.1
chore: release v2.11.1
2 parents 2a680f5 + b3dc90c commit 59bb67f

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

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": "2.11.0",
4+
"version": "2.11.1",
55
"workspaces": [
66
"packages/*",
77
"packages/providers/*",

packages/mgt-element/src/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
// THIS FILE IS AUTO GENERATED
99
// ANY CHANGES WILL BE LOST DURING BUILD
1010

11-
export const PACKAGE_VERSION = '2.11.0';
11+
export const PACKAGE_VERSION = '2.11.1';

packages/mgt-react/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
"@microsoft/microsoft-graph-types-beta": "^0.16.0-preview",
3838
"wc-react": "^0.5.0"
3939
},
40-
"peerDependencies": {
41-
"react": "^17.0.1",
42-
"react-dom": "^17.0.1"
43-
},
4440
"publishConfig": {
4541
"access": "public"
4642
}

0 commit comments

Comments
 (0)