Skip to content

Commit d8311be

Browse files
authored
Actually bump pkg:analyzer dep (#1466)
1 parent 52c25cc commit d8311be

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

json_serializable/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 6.9.2
2+
3+
- Support the latest `package:analyzer`.
4+
15
## 6.9.1
26

3-
- Support the latest `package:analyzer` and `package:source_gen`.
7+
- Support the latest `package:source_gen`.
48
- Require Dart 3.6
59

610
## 6.9.0

json_serializable/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 6.9.1
2+
version: 6.9.2
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: '>=6.5.0 <7.0.0'
18+
analyzer: '>=6.5.0 <8.0.0'
1919
async: ^2.10.0
2020
build: ^2.4.1
2121
build_config: ^1.1.0

0 commit comments

Comments
 (0)