Skip to content

Commit

Permalink
chore: add topics (#901)
Browse files Browse the repository at this point in the history
Co-authored-by: Erick <erickzanardoo@gmail.com>
  • Loading branch information
renancaraujo and erickzanardo committed Aug 7, 2023
1 parent 212a906 commit 88a65d9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 0 deletions.
Binary file added packages/dart_frog/assets/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/dart_frog/pubspec.yaml
Expand Up @@ -5,6 +5,11 @@ homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
documentation: https://dartfrog.vgv.dev/docs/overview
topics: [server, backend, shelf, dart-frog]

screenshots:
- description: 'Dart Frog logo.'
path: assets/logo.png

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/dart_frog_auth/pubspec.yaml
Expand Up @@ -5,6 +5,7 @@ homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
documentation: https://dartfrog.vgv.dev/docs/overview
topics: [server, backend, dart-frog, auth, authentication, middleware]

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
Binary file added packages/dart_frog_cli/assets/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/dart_frog_cli/pubspec.yaml
Expand Up @@ -5,6 +5,11 @@ homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
documentation: https://dartfrog.vgv.dev/docs/overview
topics: [server, backend, shelf, dart-frog, cli]

screenshots:
- description: 'Dart Frog logo.'
path: assets/logo.png

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/dart_frog_gen/pubspec.yaml
Expand Up @@ -5,6 +5,7 @@ homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
documentation: https://dartfrog.vgv.dev/docs/overview
topics: [server, backend, dart-frog, codegen]

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/dart_frog_web_socket/pubspec.yaml
Expand Up @@ -5,6 +5,7 @@ homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
documentation: https://dartfrog.vgv.dev/docs/overview
topics: [server, backend, dart-frog, websocket]

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 88a65d9

Please sign in to comment.