Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2026-06-17

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`gql_code_builder` - `v0.15.2`](#gql_code_builder---v0152)

---

#### `gql_code_builder` - `v0.15.2`

- Support analyzer 13 while keeping analyzer 9 as the minimum supported version.

- **FEAT**: support analyzer 9.x and 10.x (#505).


## 2025-09-20

### Changes
Expand Down
6 changes: 6 additions & 0 deletions codegen/gql_code_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.15.2

- Support analyzer 13 while keeping analyzer 9 as the minimum supported version.

- **FEAT**: support analyzer 9.x and 10.x (#505).

## 0.15.1

- **FIX**: vars_create_factories handle BuiltList type (#447).
Expand Down
2 changes: 1 addition & 1 deletion codegen/gql_code_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gql_code_builder
version: 0.15.1
version: 0.15.2
description: Dart code builders taking *.graphql documents and SDL to build useful classes.
repository: https://github.com/gql-dart/gql
environment:
Expand Down
Loading