Skip to content

Commit aae37df

Browse files
committed
[bump] dart_mappable v4.5.0
1 parent 32cd059 commit aae37df

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/dart_mappable/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 4.4.1
1+
# 4.5.0
22

33
- Added `shallowEncoding` option to `@MappableClass()`.
44
- Added `includeTypeId` option to `@MappableClass()`.

packages/dart_mappable/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.4.1
3+
version: 4.5.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
@@ -23,7 +23,7 @@ dependencies:
2323

2424
dev_dependencies:
2525
build_runner: ^2.4.14
26-
dart_mappable_builder: ^4.4.0
26+
dart_mappable_builder: ^4.5.0
2727
lints: ^5.0.0
2828
test: ^1.25.10
2929

packages/dart_mappable_builder/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 4.4.1
1+
# 4.5.0
22

33
- Added support for `shallowEncoding` and `includeTypeId` options of `@MappableClass()`.
44
- Fixed escaping of enum values.

packages/dart_mappable_builder/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.4.1
3+
version: 4.5.0
44
repository: https://github.com/schultek/dart_mappable
55
issue_tracker: https://github.com/schultek/dart_mappable/issues
66
funding:
@@ -14,7 +14,7 @@ dependencies:
1414
ansicolor: ^2.0.1
1515
build: ^2.4.2
1616
collection: ^1.15.0
17-
dart_mappable: ^4.4.1
17+
dart_mappable: ^4.5.0
1818
dart_style: ^3.0.1
1919
glob: ^2.1.0
2020
path: ^1.8.0

0 commit comments

Comments
 (0)