Skip to content

Commit c46c1fc

Browse files
authored
chore(dart_frog_gen): v2.0.2 (#1876)
1 parent e8d268a commit c46c1fc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

packages/dart_frog_gen/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.0.2
2+
3+
- docs: update discord server link ([#1862](https://github.com/dart-frog-dev/dart_frog/pull/1862))
4+
- refactor: standardize project-wide analysis options ([#1842](https://github.com/dart-frog-dev/dart_frog/pull/1842))
5+
16
# 2.0.1
27

38
- refactor: upgrade analysis options ([#1798](https://github.com/dart-frog-dev/dart_frog/pull/1798))
23.4 KB
Loading

packages/dart_frog_gen/pubspec.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
name: dart_frog_gen
2-
description: Code generation tooling for Dart Frog. Built by Very Good Ventures.
3-
version: 2.0.1
2+
description: Code generation tooling for Dart Frog — a fast, minimalistic backend framework for Dart.
3+
version: 2.0.2
44
homepage: https://dart-frog.dev
55
repository: https://github.com/dart-frog-dev/dart_frog
66
issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues
77
documentation: https://dart-frog.dev/getting-started
88
topics: [server, backend, dart-frog, codegen]
99

10+
screenshots:
11+
- description: "Dart Frog logo."
12+
path: assets/logo.png
13+
1014
environment:
1115
sdk: ">=3.0.0 <4.0.0"
1216

0 commit comments

Comments
 (0)