Skip to content

Commit

Permalink
[bump] version 3.0.0-dev.5
Browse files Browse the repository at this point in the history
  • Loading branch information
schultek committed May 5, 2023
1 parent 57c84b5 commit 67fd1bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
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: 3.0.0-dev.4
version: 3.0.0-dev.5
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 @@ -17,6 +17,6 @@ dependencies:

dev_dependencies:
build_runner: ^2.2.0
dart_mappable_builder: ^3.0.0-dev.4
dart_mappable_builder: ^3.0.0-dev.5
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 @@
# 3.0.0-dev.5

- Make delta copy-with null aware.
- Add `renameMethods` to build options.

# 3.0.0-dev.4

- Chore: Improved docs and tests.
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: 3.0.0-dev.4
version: 3.0.0-dev.5
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: ^3.0.0-dev.4
dart_mappable: ^3.0.0-dev.5
dart_style: ^2.2.4
glob: ^2.1.0
path: ^1.8.0
Expand Down

0 comments on commit 67fd1bb

Please sign in to comment.