Skip to content

Commit

Permalink
Merge pull request #131 from netglade/fix/release-2.1
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
tenhobi authored Oct 6, 2023
2 parents 892a27d + 6ab07a6 commit 493d422
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/auto_mappr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[//]: # (## Unreleased)

## 2.1.1
- Fix auto_mappr_annotation dependency. [#130](https://github.com/netglade/auto_mappr/pull/131)

## 2.1.0
- Add support for nullable type converters. [#130](https://github.com/netglade/auto_mappr/pull/130)

Expand Down
4 changes: 2 additions & 2 deletions packages/auto_mappr/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auto_mappr
description: Code generation for mapping between different objects with ease.
version: 2.1.0
version: 2.1.1
repository: https://github.com/netglade/auto_mappr
issue_tracker: https://github.com/netglade/auto_mappr/issues
screenshots:
Expand All @@ -13,7 +13,7 @@ environment:
dependencies:
# TODO: Support analyzer same way as json_serializable https://github.com/google/json_serializable.dart/pull/1333
analyzer: ">=5.4.0 <7.0.0"
auto_mappr_annotation: ^2.0.0
auto_mappr_annotation: ^2.1.0
build: ^2.3.1
built_collection: ^5.1.1
code_builder: ^4.4.0
Expand Down
3 changes: 3 additions & 0 deletions packages/auto_mappr_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[//]: # (## Unreleased)

## 2.1.0
- Allow `TypeConverter` to have `<Object?, Object?>`. [#130](https://github.com/netglade/auto_mappr/pull/130)

## 2.0.0
- Adhere to netglade_analysis 4.0.0. [#111](https://github.com/netglade/auto_mappr/pull/111)
- Add `reverse` option to `MapType`. [#115](https://github.com/netglade/auto_mappr/pull/115)
Expand Down
2 changes: 1 addition & 1 deletion packages/auto_mappr_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auto_mappr_annotation
description: Annotations for the auto_mappr code-generator of mapping between objects with ease.
version: 2.0.0
version: 2.1.0
repository: https://github.com/netglade/auto_mappr
issue_tracker: https://github.com/netglade/auto_mappr/issues

Expand Down

0 comments on commit 493d422

Please sign in to comment.