Skip to content

Commit 03c210f

Browse files
authored
chore(gql_code_builder): release 0.15.2 (#518)
1 parent 2d004ba commit 03c210f

3 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2026-06-17
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`gql_code_builder` - `v0.15.2`](#gql_code_builder---v0152)
19+
20+
---
21+
22+
#### `gql_code_builder` - `v0.15.2`
23+
24+
- Support analyzer 13 while keeping analyzer 9 as the minimum supported version.
25+
26+
- **FEAT**: support analyzer 9.x and 10.x (#505).
27+
28+
629
## 2025-09-20
730

831
### Changes

codegen/gql_code_builder/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.15.2
2+
3+
- Support analyzer 13 while keeping analyzer 9 as the minimum supported version.
4+
5+
- **FEAT**: support analyzer 9.x and 10.x (#505).
6+
17
## 0.15.1
28

39
- **FIX**: vars_create_factories handle BuiltList type (#447).

codegen/gql_code_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: gql_code_builder
2-
version: 0.15.1
2+
version: 0.15.2
33
description: Dart code builders taking *.graphql documents and SDL to build useful classes.
44
repository: https://github.com/gql-dart/gql
55
environment:

0 commit comments

Comments
 (0)