diff --git a/workspaces/orchestrator/.changeset/five-meals-cover.md b/workspaces/orchestrator/.changeset/five-meals-cover.md deleted file mode 100644 index 9dcd8eb7ee..0000000000 --- a/workspaces/orchestrator/.changeset/five-meals-cover.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch ---- - -- Update dependecy @urql/core to fix CVE-2026-3118 -- Reworks the filter and query builder code to use query variables diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md index cc23c2cd3e..2c2df3451e 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,12 @@ ### Dependencies +## 8.3.1 + +### Patch Changes + +- 480bde1: - Update dependecy @urql/core to fix CVE-2026-3118 + - Reworks the filter and query builder code to use query variables + ## 8.3.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index bb7d04e380..933b49bdf1 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend", - "version": "8.3.0", + "version": "8.3.1", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",