Skip to content

Commit

Permalink
[bump] version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schultek committed Mar 1, 2024
1 parent 6ec7c68 commit c720232
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/dart_mappable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 4.2.1

- Performance improvements.
- Updated docs.

# 4.2.0

- Added custom typedef for mapping fields to resolve naming conflict.
Expand Down
4 changes: 2 additions & 2 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.0
version: 4.2.1
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 @@ -23,6 +23,6 @@ dependencies:

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

- Performance improvements.

# 4.2.0

- Added custom typedef for mapping fields to resolve naming conflict.
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.0
version: 4.2.1
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.0
dart_mappable: ^4.2.1
dart_style: ^2.2.4
glob: ^2.1.0
path: ^1.8.0
Expand Down

0 comments on commit c720232

Please sign in to comment.