We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce32da4 commit 0b1691dCopy full SHA for 0b1691d
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "root",
3
"private": true,
4
- "version": "2.11.1",
+ "version": "2.11.2",
5
"workspaces": [
6
"packages/*",
7
"packages/providers/*",
@@ -135,6 +135,7 @@
135
"embeddedLanguageFormatting": "off"
136
},
137
"resolutions": {
138
+ "commander": "^10.0.0",
139
"responselike": "2.0.0"
140
}
141
packages/mgt-element/src/utils/version.ts
@@ -8,4 +8,4 @@
8
// THIS FILE IS AUTO GENERATED
9
// ANY CHANGES WILL BE LOST DURING BUILD
10
11
-export const PACKAGE_VERSION = '2.11.1';
+export const PACKAGE_VERSION = '2.11.2';
0 commit comments