Skip to content

Commit e1381aa

Browse files
authored
Release 6.10.0. (#1511)
1 parent 57e04de commit e1381aa

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

json_serializable/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
## 6.10.0-wip
1+
## 6.10.0
22

33
- Required `analyzer: ^7.4.0`.
4-
5-
## 6.10.0-dev
6-
74
- Switch to analyzer element2 model and `build: ^3.0.0-dev`.
85
- Move `package:collection` to a dev dependency.
96
- Use new `null-aware element` feature in generated code.

json_serializable/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 6.10.0-wip
2+
version: 6.10.0
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
1919
async: ^2.10.0
20-
build: ^3.0.0-dev
20+
build: ^3.0.0
2121
build_config: ^1.1.0
2222
dart_style: '>=2.3.7 <4.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.0.0-dev
31+
source_gen: ^3.0.0
3232
source_helper: ^1.3.4
3333

3434
dev_dependencies:
@@ -38,7 +38,7 @@ dev_dependencies:
3838
build_verify: ^3.0.0
3939
collection: ^1.17.0
4040
logging: ^1.0.0
41-
source_gen_test: ^1.3.0-dev
41+
source_gen_test: ^1.3.0
4242
test: ^1.24.4
4343
test_descriptor: ^2.0.0
4444
test_process: ^2.0.0

0 commit comments

Comments
 (0)