Skip to content

Commit

Permalink
[bump] version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian Schulte committed Apr 2, 2024
1 parent 2014308 commit 2cf5ab1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/dart_mappable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.2.2

- Added `CaseStyle.upperSnakeCase`.
- Fixed issues with adding unnecessary '__type' property for nullable generics.
- Improved serialization consistency and equality handling.

# 4.2.1

- Performance improvements.
Expand Down
6 changes: 3 additions & 3 deletions packages/dart_mappable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_mappable
description: Improved json serialization and data classes with full support for generics, inheritance, customization and more.
version: 4.2.1
version: 4.2.2
repository: https://github.com/schultek/dart_mappable
issue_tracker: https://github.com/schultek/dart_mappable/issues
documentation: https://pub.dev/documentation/dart_mappable/latest/topics/Introduction-topic.html
Expand All @@ -19,10 +19,10 @@ topics:
dependencies:
collection: ^1.15.0
meta: ^1.8.0
type_plus: ^2.0.0
type_plus: ^2.1.1

dev_dependencies:
build_runner: ^2.2.0
dart_mappable_builder: ^4.2.1
dart_mappable_builder: ^4.2.2
lints: '>=1.0.0 <3.0.0'
test: ^1.20.1
5 changes: 5 additions & 0 deletions packages/dart_mappable_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 4.2.2

- Fixed issues with adding unnecessary '__type' property for nullable generics.
- Improved serialization consistency and equality handling.

# 4.2.1

- Performance improvements.
Expand Down
4 changes: 2 additions & 2 deletions packages/dart_mappable_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_mappable_builder
description: Improved json serialization and data classes with full support for generics, inheritance, customization and more.
version: 4.2.1
version: 4.2.2
repository: https://github.com/schultek/dart_mappable
issue_tracker: https://github.com/schultek/dart_mappable/issues
funding:
Expand All @@ -14,7 +14,7 @@ dependencies:
ansicolor: ^2.0.1
build: ^2.0.0
collection: ^1.15.0
dart_mappable: ^4.2.1
dart_mappable: ^4.2.2
dart_style: ^2.2.4
glob: ^2.1.0
path: ^1.8.0
Expand Down

0 comments on commit 2cf5ab1

Please sign in to comment.