Skip to content

Commit

Permalink
Bump analyzer version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenhobi committed Jan 28, 2025
1 parent 579e160 commit cd92cb0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
5 changes: 4 additions & 1 deletion packages/auto_mappr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[//]: # (## Unreleased)

## 2.7.0
- Bump `analyzer` dependency to `>=6.5.0 <8.0.0`

## 2.6.0
- Update dependencies
- Update get_it dependency to ^8.0.0
- Update `get_it` dependency to `^8.0.0`

## 2.5.0
- Add support for safe mapping (mapping exceptions handling). [#216](https://github.com/netglade/auto_mappr/pull/216)
Expand Down
22 changes: 11 additions & 11 deletions packages/auto_mappr/example/lib/mappr.auto_mappr.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.6.0
version: 2.7.0
repository: https://github.com/netglade/auto_mappr
issue_tracker: https://github.com/netglade/auto_mappr/issues
screenshots:
Expand All @@ -12,8 +12,8 @@ environment:
resolution: workspace

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"
# TODO: Support analyzer same way as json_serializable https://github.com/google/json_serializable.dart/blob/master/json_serializable/pubspec.yaml
analyzer: ">=6.5.0 <8.0.0"
auto_mappr_annotation: ^2.3.0
build: ^2.3.1
built_collection: ^5.1.1
Expand Down
2 changes: 0 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,3 @@ melos:
packageFilters:
dirExists: test
description: Run all Dart tests.


0 comments on commit cd92cb0

Please sign in to comment.