Skip to content

Commit

Permalink
Merge pull request #123 from netglade/v2
Browse files Browse the repository at this point in the history
release v2.0.0
  • Loading branch information
tenhobi authored Sep 19, 2023
2 parents 91619f7 + 3f17a01 commit 5142b82
Show file tree
Hide file tree
Showing 147 changed files with 4,446 additions and 2,302 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ updates:
directory: "/examples/freezed"
schedule:
interval: "weekly"

- package-ecosystem: "pub"
directory: "/examples/injectable"
schedule:
interval: "weekly"

- package-ecosystem: "pub"
directory: "/examples/json_serializable"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- uses: bluefireteam/melos-action@v2

Expand Down
1 change: 1 addition & 0 deletions examples/drift/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pubspec.lock

# Example
!*.g.dart
!*.auto_mappr.dart

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

2 changes: 1 addition & 1 deletion examples/drift/lib/mappr.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:auto_mappr_annotation/auto_mappr_annotation.dart';
import 'package:examples_drift/db.dart';

part 'mappr.g.dart';
import 'package:examples_drift/mappr.auto_mappr.dart';

class TodoItem {
final int id;
Expand Down
6 changes: 3 additions & 3 deletions examples/drift/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ environment:
sdk: ">=2.18.7 <4.0.0"

dependencies:
auto_mappr_annotation: ^1.2.0
auto_mappr_annotation: ^2.0.0
drift: ^2.7.0
equatable: ^2.0.5

dev_dependencies:
auto_mappr: ^1.6.0
auto_mappr: ^2.0.0
build_runner: ^2.0.0
drift_dev: ^2.7.0
netglade_analysis: ^4.0.0
netglade_analysis: ^4.2.0
test: ^1.16.0
1 change: 1 addition & 0 deletions examples/example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pubspec.lock

# Example
!*.g.dart
!*.auto_mappr.dart
Loading

0 comments on commit 5142b82

Please sign in to comment.