Skip to content

Commit 4907b1f

Browse files
committed
fix versions
1 parent f74da6e commit 4907b1f

File tree

17 files changed

+33
-53
lines changed

17 files changed

+33
-53
lines changed

builders/json_serializable_fic/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
## 1.0.2
1+
## 1.1.0
22

33
- Update build_runner to ^2.4.15
44
- Update json_serializable to ^6.9.4
5-
6-
## 1.0.1
7-
85
- Update analyzer to ^7.3.0
96
- Update source_gen to ^2.0.0
107

builders/json_serializable_fic/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_serializable_fic
22
description: Adding support for fast immutable collections for json_serializable
3-
version: 1.0.2
3+
version: 1.1.0
44
homepage: https://github.com/knaeckeKami/immutable_json_list_serializer
55

66
environment:
@@ -10,7 +10,7 @@ dev_dependencies:
1010
test: ^1.16.8
1111
collection: "^1.15.0"
1212
fast_immutable_collections: ^2.0.2
13-
lints: ^2.0.0
13+
lints: ^5.1.1
1414

1515
dependencies:
1616
json_serializable: ^6.9.4

builders/json_serializable_immutable_collections/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
## 1.0.2
1+
## 1.1.0
22

33
- Update build_runner to ^2.4.15
44
- Update json_serializable to ^6.9.4
5-
6-
## 1.0.1
7-
85
- Update analyzer to ^7.3.0
96
- Update source_gen to ^2.0.0
107

118
## 1.0.0
129

13-
- Initial release
10+
- Dart 3 support
1411

1512
## 0.10.3
1613

builders/json_serializable_immutable_collections/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_serializable_immutable_collections
22
description: Adding support for immutable collections for json_serializable
3-
version: 1.0.2
3+
version: 1.1.0
44
homepage: https://github.com/knaeckeKami/immutable_json_list_serializer
55

66
environment:
@@ -9,8 +9,8 @@ environment:
99
dev_dependencies:
1010
test: ^1.16.8
1111
built_collection: ^5.0.0
12-
kt_dart: ^0.9.0
13-
lints: ^2.0.0
12+
kt_dart: ^1.1.0
13+
lints: ^5.1.1
1414

1515
dependencies:
1616
json_serializable: ^6.9.4

builders/json_serializable_mobx/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
## 1.0.2
1+
## 1.1.0
22

33
- Update mobx to ^2.5.0
44
- Update build_runner to ^2.4.15
55
- Update json_serializable to ^6.9.4
6-
7-
## 1.0.1
8-
96
- Update analyzer to ^7.3.0
107
- Update source_gen to ^2.0.0
118

builders/json_serializable_mobx/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_serializable_mobx
22
description: Adding support for mobx collections for json_serializable
3-
version: 1.0.2
3+
version: 1.1.0
44
homepage: https://github.com/knaeckeKami/immutable_json_list_serializer
55

66
environment:
@@ -9,7 +9,7 @@ environment:
99
dev_dependencies:
1010
test: ^1.16.8
1111
mobx: ^2.5.0
12-
lints: ^2.0.0
12+
lints: ^5.1.1
1313

1414
dependencies:
1515
json_serializable: ^6.9.4

combine_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
json_annotation: ^4.3.0
1313

1414
dev_dependencies:
15-
lints: ^2.0.0
15+
lints: ^5.1.1
1616
test: ^1.14.4
1717
json_serializable_built_typehelpers:
1818
path: ../typehelpers/json_serializable_built_typehelpers

typehelpers/json_serializable_built_typehelpers/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 4.0.1
1+
## 4.1.0
22

33
- Update analyzer to ^7.3.0
44
- Update source_gen to ^2.0.0
55

66
## 4.0.0
77

8-
- Initial release with Dart 3 support
8+
- Dart 3 support
99

1010
## 3.1.2
1111

typehelpers/json_serializable_built_typehelpers/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: json_serializable_built_typehelpers
22
description: typehelpers for built_collection, used for json_serializable.
3-
version: 4.0.1
3+
version: 4.1.0
44
homepage: https://github.com/knaeckeKami/json_serializable_immutable_collections/tree/master/
55

66
environment:
@@ -13,5 +13,5 @@ dependencies:
1313
analyzer: ^7.3.0
1414

1515
dev_dependencies:
16-
lints: ^2.0.0
16+
lints: ^5.1.1
1717
test: ^1.14.4

typehelpers/json_serializable_fic_typehelpers/CHANGELOG.md

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

33
- Update json_serializable to ^6.9.4
4-
5-
## 2.1.3
6-
74
- Update analyzer to ^7.3.0
85
- Update source_gen to ^2.0.0
96

0 commit comments

Comments
 (0)