Skip to content

Commit 1a0a529

Browse files
committed
[bump] dart_mappable v4.6.0
1 parent 74b00a9 commit 1a0a529

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ jobs:
4040
uses: codecov/codecov-action@v3
4141
with:
4242
files: coverage/lcov.info
43+
token: ${{ secrets.CODECOV_TOKEN }}

packages/dart_mappable/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_mappable
22
description: Improved json serialization and data classes with full support for generics, inheritance, customization and more.
3-
version: 4.5.0
3+
version: 4.6.0
44
repository: https://github.com/schultek/dart_mappable
55
issue_tracker: https://github.com/schultek/dart_mappable/issues
66
documentation: https://pub.dev/documentation/dart_mappable/latest/topics/Introduction-topic.html

packages/dart_mappable_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_mappable_builder
22
description: Improved json serialization and data classes with full support for generics, inheritance, customization and more.
3-
version: 4.5.0
3+
version: 4.6.0
44
repository: https://github.com/schultek/dart_mappable
55
issue_tracker: https://github.com/schultek/dart_mappable/issues
66
funding:

0 commit comments

Comments
 (0)