Skip to content

Commit 45f4f55

Browse files
chore(dev): release 11.0.1
1 parent 1d3666f commit 45f4f55

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
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.0.0"
2+
".": "11.0.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0.1](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v11.0.0...v11.0.1) (2025-04-16)
6+
7+
8+
### Bug Fixes
9+
10+
* code snippet loads when a sample is selected ([#3789](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3789)) ([02c32c4](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/02c32c4a49242ad744db2dd4ddfdcab91ead4061))
11+
* code snippets UI enhancements ([#3798](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3798)) ([1d3666f](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/1d3666fbf2a329c25d8a8f363727c45948033e65))
12+
* improve validation error display ([#3792](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3792)) ([289a1e3](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/289a1e32b8d48e01f88c679c030ae9ea0381e541))
13+
* profile user iimage ([#3784](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3784)) ([7d5a215](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/7d5a2158b021294bf061f028f4e5e57454dc9bc8))
14+
* share query button and documentation button are visible even when query is long ([#3796](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3796)) ([e2faa7d](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/e2faa7df53a0fadd94efc509ce2a086a9c225363))
15+
* tabs on expand modal occupy the modal space ([#3790](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3790)) ([a2f2874](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/a2f28741ef927cfa8c2330d8f102917818db0b32))
16+
517
## [11.0.0](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.5.4...v11.0.0) (2025-04-02)
618

719

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.0.0",
3+
"version": "11.0.1",
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.0.0
5+
sonar.projectVersion=11.0.1
66
// x-release-please-end
77
sonar.host.url=https://sonarcloud.io
88

0 commit comments

Comments
 (0)