Skip to content

Commit f77c188

Browse files
davidmorganvkorencik
authored andcommitted
Allow build 4.0.0. (google#1525)
1 parent 472a4fa commit f77c188

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

json_serializable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 6.11.1
2+
3+
- Allow `build: '>=3.0.0 <5.0.0'`.
4+
- Allow `source_gen: '>=3.1.0 <5.0.0'`.
5+
16
## 6.11.0
27

38
- Support `JsonKey` annotation on constructor parameters.

json_serializable/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 6.11.0
2+
version: 6.11.1
33
description: >-
44
Automatically generate code for converting to and from JSON by annotating
55
Dart classes.
@@ -17,7 +17,7 @@ resolution: workspace
1717
dependencies:
1818
analyzer: '>=7.4.0 <9.0.0'
1919
async: ^2.10.0
20-
build: ^3.0.0
20+
build: '>=3.0.0 <5.0.0'
2121
build_config: ^1.1.0
2222
dart_style: ^3.0.0
2323

@@ -28,7 +28,7 @@ dependencies:
2828
path: ^1.9.0
2929
pub_semver: ^2.1.4
3030
pubspec_parse: ^1.0.0
31-
source_gen: ^3.1.0
31+
source_gen: '>=3.1.0 <5.0.0'
3232
source_helper: ^1.3.6
3333

3434
dev_dependencies:

0 commit comments

Comments
 (0)