Skip to content

Commit facdb5e

Browse files
authored
Support latest pkg:analyzer, release v6.7.1 (#1333)
1 parent 288dbdb commit facdb5e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

json_serializable/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.7.1
2+
3+
- Support the latest `package:analyzer`.
4+
15
## 6.7.0
26

37
- Support `Record` types.

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.7.0
2+
version: 6.7.1
33
description: >-
44
Automatically generate code for converting to and from JSON by annotating
55
Dart classes.
@@ -13,7 +13,7 @@ topics:
1313
- codegen
1414

1515
dependencies:
16-
analyzer: ^5.12.0
16+
analyzer: '>=5.12.0 <7.0.0'
1717
async: ^2.8.0
1818
build: ^2.0.0
1919
build_config: '>=0.4.4 <2.0.0'

0 commit comments

Comments
 (0)