Skip to content

Commit

Permalink
Merge pull request #2544 from microsoftgraph/chore/release-bump
Browse files Browse the repository at this point in the history
chore: version bump for 2.11.2 release
  • Loading branch information
gavinbarron authored Jun 26, 2023
2 parents d98b823 + 0b1691d commit 4dac3ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"version": "2.11.1",
"version": "2.11.2",
"workspaces": [
"packages/*",
"packages/providers/*",
Expand Down Expand Up @@ -135,6 +135,7 @@
"embeddedLanguageFormatting": "off"
},
"resolutions": {
"commander": "^10.0.0",
"responselike": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/mgt-element/src/utils/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
// THIS FILE IS AUTO GENERATED
// ANY CHANGES WILL BE LOST DURING BUILD

export const PACKAGE_VERSION = '2.11.1';
export const PACKAGE_VERSION = '2.11.2';

0 comments on commit 4dac3ba

Please sign in to comment.