Skip to content

Commit

Permalink
chore(dev): release 10.5.1 (#3524)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 30, 2025
1 parent de97b42 commit cd9fc04
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.5.0"
".": "10.5.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [10.5.1](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.5.0...v10.5.1) (2025-01-16)


### Bug Fixes

* Rollback adaptive-expressions version ([#3523](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3523)) ([89ecd8e](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/89ecd8ebfc048ecbeab9a113f1931e9935a8dec2))

## [10.5.0](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.4.1...v10.5.0) (2024-12-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graph-explorer-v2",
"version": "10.5.0",
"version": "10.5.1",
"private": true,
"dependencies": {
"@augloop/types-core": "file:packages/types-core-2.16.189.tgz",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.projectKey=microsoftgraph_microsoft-graph-explorer-v4
sonar.organization=microsoftgraph2
sonar.projectName=microsoft-graph-explorer-v4
// x-release-please-start-version
sonar.projectVersion=10.5.0
sonar.projectVersion=10.5.1
// x-release-please-end
sonar.host.url=https://sonarcloud.io

Expand Down

0 comments on commit cd9fc04

Please sign in to comment.