Skip to content

Commit 710b22f

Browse files
chore(dev): release 10.5.3 (#3668)
1 parent 0a15bbc commit 710b22f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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.2"
2+
".": "10.5.3"
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+
## [10.5.3](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.5.2...v10.5.3) (2025-02-28)
6+
7+
8+
### Bug Fixes
9+
10+
* use connectionString for NSP enabled components ([#3618](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3618)) ([0a15bbc](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/0a15bbc347b6a29992298107843cafd21d2a4114))
11+
512
### [10.5.3](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.5.2...v10.5.3) (2025-02-27)
613

714
## [10.5.2](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.5.1...v10.5.2) (2025-02-26)

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

0 commit comments

Comments
 (0)