Skip to content

Commit b7074d9

Browse files
authored
Merge branch 'dev' into u/theresalehr/updaing-demo-info
2 parents 72ce983 + e6a6a54 commit b7074d9

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.1.1"
2+
".": "11.1.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [11.1.2](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v11.1.1...v11.1.2) (2025-07-08)
6+
7+
8+
### Bug Fixes
9+
10+
* removes the CLI generation ([#3906](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3906)) ([1650a0d](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/1650a0da0c607df49b19fdcaab817d0a58b474b9))
11+
512
## [11.1.1](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v11.1.0...v11.1.1) (2025-05-14)
613

714

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph-explorer-v2",
3-
"version": "11.1.1",
3+
"version": "11.1.2",
44
"private": true,
55
"dependencies": {
66
"@augloop/types-core": "file:packages/types-core-2.16.189.tgz",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.projectKey=microsoftgraph_microsoft-graph-explorer-v4
22
sonar.organization=microsoftgraph2
33
sonar.projectName=microsoft-graph-explorer-v4
44
// x-release-please-start-version
5-
sonar.projectVersion=11.1.1
5+
sonar.projectVersion=11.1.2
66
// x-release-please-end
77
sonar.host.url=https://sonarcloud.io
88

src/app/views/query-response/snippets/Snippets.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ const supportedLanguages: LanguageSnippet = {
5555
Python: {
5656
sdkDownloadLink: 'https://aka.ms/msgraphpythonsdk',
5757
sdkDocLink: 'https://aka.ms/sdk-doc'
58-
},
59-
CLI: {
60-
sdkDownloadLink: 'https://aka.ms/msgraphclisdk',
61-
sdkDocLink: 'https://aka.ms/sdk-doc'
6258
}
6359
};
6460

0 commit comments

Comments
 (0)