diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d24da3e76..f6159509b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.4.0" + ".": "10.4.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a001ac1..c5e392520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 5f6f604bc..82ec5db5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graph-explorer-v2", - "version": "10.4.0", + "version": "10.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "graph-explorer-v2", - "version": "10.4.0", + "version": "10.4.1", "dependencies": { "@augloop/types-core": "file:packages/types-core-2.16.189.tgz", "@axe-core/webdriverjs": "4.10.0", diff --git a/package.json b/package.json index 06572e135..b7047aaef 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/release-please-config.json b/release-please-config.json index 8b1770797..404b92a37 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -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", diff --git a/sonar-project.properties b/sonar-project.properties index ad0f2908c..fd4a1f4a9 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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