From 54da216952fc03d9cb894eb760f42efd8a84dd49 Mon Sep 17 00:00:00 2001 From: "dls-graph-schema-federator[bot]" <183111110+dls-graph-schema-federator[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:37:28 +0000 Subject: [PATCH] chore(main): release supergraph libraries --- .release-please-manifest.json | 4 ++-- charts/supergraph/CHANGELOG.md | 7 +++++++ charts/supergraph/Chart.yaml | 2 +- schema/CHANGELOG.md | 7 +++++++ 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0c987aa..5702055 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,7 +6,7 @@ "+3": "0.0.0", "charts/monitoring": "0.3.1", "+4": "0.0.0", - "charts/supergraph": "3.2.0", + "charts/supergraph": "3.3.0", "+5": "0.0.0", - "schema": "3.2.0" + "schema": "3.3.0" } diff --git a/charts/supergraph/CHANGELOG.md b/charts/supergraph/CHANGELOG.md index 817f38d..8bddd9f 100644 --- a/charts/supergraph/CHANGELOG.md +++ b/charts/supergraph/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph@v3.2.0...supergraph@v3.3.0) (2026-07-01) + + +### Miscellaneous Chores + +* **supergraph:** Synchronize supergraph versions + ## [3.2.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph@v3.1.0...supergraph@v3.2.0) (2026-06-30) diff --git a/charts/supergraph/Chart.yaml b/charts/supergraph/Chart.yaml index 9fcaa82..d1f647d 100644 --- a/charts/supergraph/Chart.yaml +++ b/charts/supergraph/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: supergraph -version: 3.2.0 +version: 3.3.0 diff --git a/schema/CHANGELOG.md b/schema/CHANGELOG.md index 001bc65..97306e3 100644 --- a/schema/CHANGELOG.md +++ b/schema/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph-schema@v3.2.0...supergraph-schema@v3.3.0) (2026-07-01) + + +### Features + +* update experiments schema to experiments experiments-0.2.0 ([e91d841](https://github.com/DiamondLightSource/graph-federation/commit/e91d84167cb6129fdd7ac481added00c3af44783)) + ## [3.2.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph-schema@v3.1.0...supergraph-schema@v3.2.0) (2026-06-30)