Skip to content

Commit 57172e2

Browse files
chore(dev): release 11.0.0 (#3717)
1 parent 3f0b96c commit 57172e2

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-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-
".": "10.5.4"
2+
".": "11.0.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.0](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.5.4...v11.0.0) (2025-04-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Fluent V9 Migration upgrades ([#3758](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3758))
11+
12+
### Features
13+
14+
* fluent v9 upgrades feature branch ([#3428](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3428)) ([31f8fab](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/31f8fab6cddd66da0f1028805a36afa0868a2ab8))
15+
16+
17+
### Bug Fixes
18+
19+
* ensure initialize completes before other invocations ([#3714](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3714)) ([1c9ef08](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/1c9ef08b52f9841c99954ef71caafdbcfdcfebe6))
20+
* update doc links ([#3729](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3729)) ([3f0b96c](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/3f0b96cdaf93f83f886702b035780387227eed7f))
21+
* update pipeline to include new service connection ([#3733](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3733)) ([36ccd02](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/36ccd026de4eca86687a90d9a4479de4270a23e3))
22+
23+
24+
### Code Refactoring
25+
26+
* Fluent V9 Migration upgrades ([#3758](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3758)) ([39df321](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/39df321104ec495e2c0b2b7bed6ad2d1cb3a334f))
27+
528
## [10.5.4](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.5.3...v10.5.4) (2025-03-05)
629

730

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

0 commit comments

Comments
 (0)