Skip to content

Commit

Permalink
Merge pull request #92 from netglade/release-1.5.0
Browse files Browse the repository at this point in the history
Release 1.5.0
  • Loading branch information
tenhobi authored Jun 27, 2023
2 parents aadd65d + 50b33e3 commit d27708b
Show file tree
Hide file tree
Showing 5 changed files with 6 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)

## Unreleased
## 1.5.0
- Add support for library aliases, so mapping now supports types from different libraries with the same name.
It also work in cases when library alias's exports. [#62](https://github.com/netglade/auto_mappr/pull/62)
- Adhere to netglade_analysis 2.0.0.
Expand Down
3 changes: 2 additions & 1 deletion packages/auto_mappr/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include: package:netglade_analysis/lints.yaml
# TODO include: package:netglade_analysis/lints_package.yaml

analyzer:
exclude:
Expand All @@ -11,8 +10,10 @@ dart_code_metrics:
pubspec-rules:
prefer-publish-to-none: false
rules:
# TODO: has to be fixed in this package
avoid-non-null-assertion: false
avoid-top-level-members-in-tests:
exclude:
- test/integration/fixture/**
# TODO: new analysis will have new DCM config
avoid-long-parameter-list: false
2 changes: 1 addition & 1 deletion 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: 1.4.0
version: 1.5.0
repository: https://github.com/netglade/auto_mappr
issue_tracker: https://github.com/netglade/auto_mappr/issues
screenshots:
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)

## Unreleased
## 1.1.1
- Adhere to netglade_analysis 2.0.0.

## 1.1.0
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: 1.1.0
version: 1.1.1
repository: https://github.com/netglade/auto_mappr
issue_tracker: https://github.com/netglade/auto_mappr/issues

Expand Down

0 comments on commit d27708b

Please sign in to comment.