Skip to content

Commit 554f24d

Browse files
committed
fix versions
1 parent 4907b1f commit 554f24d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

typehelpers/json_serializable_type_helper_utils/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
## 6.1.0
1+
## 6.0.0
22

3+
- Dart 3 support
34
- Update json_serializable to ^6.9.4
45
- Update analyzer to ^7.3.0
56
- Update source_gen to ^2.0.0
67

7-
## 6.0.0
8-
9-
- Dart 3 support
10-
118
## 5.1.2
129

1310
- **CHORE**: update dependencies

typehelpers/json_serializable_type_helper_utils/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_serializable_type_helper_utils
22
description: Helper package for adding TypeHelpers to json_serializable. Can be used to add support for container types like collections.
3-
version: 6.1.0
3+
version: 6.0.0
44
homepage: https://github.com/knaeckeKami/json_serializable_immutable_collections/tree/master/
55

66
environment:

0 commit comments

Comments
 (0)