Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tenhobi committed Sep 8, 2023
1 parent f362740 commit 13da012
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/auto_mappr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[//]: # (## Unreleased)

## 2.0.0-beta.1
## 2.0.0-beta1
- **Breaking**: Allow "absorbing" modules using `includes` on `@AutoMappr`. Previous `modules` is now `delegates`.
- **Breaking**: Remove shared AutoMappr builder that used PartBuilder, now `.auto_mappr.dart` is generated using LibraryBuilder.
- Add a `reverse` option on `MapType`, which includes the reverse mapping. [#115](https://github.com/netglade/auto_mappr/pull/115)
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.0.0-beta.1
version: 2.0.0-beta1
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-beta.1
auto_mappr_annotation: ^2.0.0-beta1
build: ^2.3.1
built_collection: ^5.1.1
code_builder: ^4.4.0
Expand Down
2 changes: 1 addition & 1 deletion packages/auto_mappr_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[//]: # (## Unreleased)

## 2.0.0-beta.1
## 2.0.0-beta1
- Adhere to netglade_analysis 4.0.0
- Add `reverse` option to `MapType`.

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-beta.1
version: 2.0.0-beta1
repository: https://github.com/netglade/auto_mappr
issue_tracker: https://github.com/netglade/auto_mappr/issues

Expand Down

0 comments on commit 13da012

Please sign in to comment.