Skip to content

Commit

Permalink
chore(dev): release 10.4.1 (#3376)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 7, 2024
1 parent f017db5 commit b99029e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 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.4.0"
".": "10.4.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.4.1](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v10.4.0...v10.4.1) (2024-10-07)


### Bug Fixes

* Update playwright tests ([#3381](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3381)) ([fea4886](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/fea4886bc9b7dbd026cfd908d589842614b0ec13))
* clone the resources and re-assign children to found values ([#3337](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3337)) ([974c3bc](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/974c3bc25e8f94b7995b8e8a3827cca0e8c1b475))
* Dependency security patch updates ([#3355](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3355)) ([d87b87a](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/d87b87aa20375a482e705ab501fee2fef2766995))
* Inputting beta version results in getting beta endpoint suggestions ([#3289](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/issues/3289)) ([0ba6683](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/commit/0ba66837771b92bd0155262befa465fa3cb81ca1))


## [4.7.0](https://github.com/microsoftgraph/microsoft-graph-explorer-v4/compare/v4.2.0...v4.7.0) (2021-05-31)


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.4.0",
"version": "10.4.1",
"private": true,
"dependencies": {
"@augloop/types-core": "file:packages/types-core-2.16.189.tgz",
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bootstrap-sha": "439726b8e93371c61bb3ad76836603b1e822481f",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"pull-request-header": ":rocket: A new Graph Explorer release is coming up!",
"include-component-in-tag": false,
"bootstrap-sha": "439726b8e93371c61bb3ad76836603b1e822481f",
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
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.4.0
sonar.projectVersion=10.4.1
// x-release-please-end
sonar.host.url=https://sonarcloud.io

Expand Down

0 comments on commit b99029e

Please sign in to comment.