Skip to content

Commit 1f62d02

Browse files
committed
allow pkg:analyzer latest, prepare v6.13.1
1 parent 8b781ac commit 1f62d02

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

json_serializable/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## 6.13.1-wip
1+
## 6.13.1
22

33
- Improve error message when generating code for `Record` types with unsupported
44
fields.
55
([#1559](https://github.com/google/json_serializable.dart/issues/1559))
6-
- Require `analyzer: ^10.0.0`
6+
- Require `analyzer: '>=10.0.0 <13.0.0'`
77
- Require `build: ^4.0.4`
88
- Require `dart_style: ^3.1.4`
99
- Require `source_gen: ^4.1.2`

json_serializable/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 6.13.1-wip
2+
version: 6.13.1
33
description: >-
44
Automatically generate code for converting to and from JSON by annotating
55
Dart classes.
@@ -15,7 +15,7 @@ topics:
1515
resolution: workspace
1616

1717
dependencies:
18-
analyzer: ^10.0.0
18+
analyzer: '>=10.0.0 <13.0.0'
1919
async: ^2.10.0
2020
build: ^4.0.4
2121
build_config: ^1.2.0

0 commit comments

Comments
 (0)