Skip to content

Commit 0b1691d

Browse files
committed
chore: version increment for release
1 parent ce32da4 commit 0b1691d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 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.1",
4+
"version": "2.11.2",
55
"workspaces": [
66
"packages/*",
77
"packages/providers/*",
@@ -135,6 +135,7 @@
135135
"embeddedLanguageFormatting": "off"
136136
},
137137
"resolutions": {
138+
"commander": "^10.0.0",
138139
"responselike": "2.0.0"
139140
}
140141
}

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.1';
11+
export const PACKAGE_VERSION = '2.11.2';

0 commit comments

Comments
 (0)