Skip to content

Commit 0922e8f

Browse files
chore(main): release supergraph libraries
1 parent 625c24d commit 0922e8f

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"+3": "0.0.0",
77
"charts/monitoring": "0.3.0",
88
"+4": "0.0.0",
9-
"charts/supergraph": "2.0.0",
9+
"charts/supergraph": "3.0.0",
1010
"+5": "0.0.0",
11-
"schema": "2.0.0"
11+
"schema": "3.0.0"
1212
}

charts/supergraph/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph@v2.0.0...supergraph@v3.0.0) (2026-03-18)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **supergraph:** Synchronize supergraph versions
9+
310
## [2.0.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph@v1.3.0...supergraph@v2.0.0) (2026-03-17)
411

512

charts/supergraph/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
apiVersion: v2
22
name: supergraph
3-
version: 2.0.0
3+
version: 3.0.0

schema/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph-schema@v2.0.0...supergraph-schema@v3.0.0) (2026-03-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate fully to cosmo
9+
10+
### Features
11+
12+
* migrate fully to cosmo ([f6ac7ed](https://github.com/DiamondLightSource/graph-federation/commit/f6ac7eddfed72dc4b7b1a75075b0c9c67e058893))
13+
* update instrument_sessions schema to instrument_sessions 0.3.0 ([1ac4e34](https://github.com/DiamondLightSource/graph-federation/commit/1ac4e347bf3035b293d6646a679d6745b988dfef))
14+
* update samples schema to samples 0.1.0 ([4720e07](https://github.com/DiamondLightSource/graph-federation/commit/4720e0785a8c267b725442ce76a198a3f512f205))
15+
* update samples schema to samples 0.2.0 ([36af300](https://github.com/DiamondLightSource/graph-federation/commit/36af300b712f8dc3e0d6e7302d5f8fa404ef4165))
16+
* update workflows schema ([3d3ea73](https://github.com/DiamondLightSource/graph-federation/commit/3d3ea73c6a1dcb973a1be661219885ef9d102d00))
17+
* update workflows schema to graph-proxy@v0.1.12 ([85dee36](https://github.com/DiamondLightSource/graph-federation/commit/85dee3699bf144c64344dc7bb28d77065b69ae1b))
18+
* update workflows schema to graph-proxy@v0.1.8 ([f962a80](https://github.com/DiamondLightSource/graph-federation/commit/f962a801dd96a9daa1478c502e211092ce163b5b))
19+
320
## [2.0.0](https://github.com/DiamondLightSource/graph-federation/compare/supergraph-schema@v1.3.0...supergraph-schema@v2.0.0) (2026-03-17)
421

522

0 commit comments

Comments
 (0)