Skip to content

Commit f0a0fad

Browse files
authored
chore(dart_frog_test): v0.1.2 (#1877)
1 parent 7d5dc55 commit f0a0fad

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/dart_frog_test/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.1.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+
- chore: adjust `dart_frog_test/example` to use `dart_frog_lint` ([#1836](https://github.com/dart-frog-dev/dart_frog/pull/1836))
6+
- chore: add `pubspec_overrides.yaml` ([#1824](https://github.com/dart-frog-dev/dart_frog/pull/1824))
7+
18
# 0.1.1
29

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

packages/dart_frog_test/LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

33
Copyright (c) 2023 Very Good Ventures
4+
Copyright (c) 2025 Dart Frog Dev
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal
23.4 KB
Loading

packages/dart_frog_test/pubspec.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
name: dart_frog_test
2-
description: A testing library which makes it easy to test Dart frog services.
3-
version: 0.1.1
2+
description: The official testing library for Dart Frog — a fast, minimalistic backend framework for Dart.
3+
version: 0.1.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, test]
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)