Releases: HunterLarco/rules_graphql
Releases · HunterLarco/rules_graphql
v0.1.3
Using Bzlmod with Bazel 6 or greater
Add to your MODULE.bazel file:
bazel_dep(name = "rules_graphql", version = "0.1.3")What's Changed
- fix workflow cache by @HunterLarco in #6
- ci: check for semantic pulls by @HunterLarco in #7
- fix: ensure that e2e projects build on 7.x by @HunterLarco in #8
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Using Bzlmod with Bazel 6 or greater
Add to your MODULE.bazel file:
bazel_dep(name = "rules_graphql", version = "0.1.2")What's Changed
- s/hunterlarco/HunterLarco by @HunterLarco in #5
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Using Bzlmod with Bazel 6 or greater
Add to your MODULE.bazel file:
bazel_dep(name = "rules_graphql", version = "0.1.1")What's Changed
- make release_prep.sh executable by @HunterLarco in #4
Full Changelog: v0.1.0...v0.1.1
v0.0.0
Using Bzlmod with Bazel 6:
Add to your MODULE.bazel file:
bazel_dep(name = "rules_graphql", version = "0.0.0")