Skip to content

Commit e4baf70

Browse files
authored
chore: CHANGELOG, versions, and README updates (#15)
1 parent cfbc7a4 commit e4baf70

File tree

9 files changed

+27
-6
lines changed

9 files changed

+27
-6
lines changed

packages/dart_frog/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 0.0.1-dev.1
2+
3+
- feat: initial experimental release 🎉

packages/dart_frog/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![Dart Frog Logo][logo_black]][dart_frog_link_light]
55

66
[![ci][ci_badge]][ci_link]
7+
[![coverage][coverage_badge]][ci_link]
8+
[![pub package][pub_badge]][pub_link]
79
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
810
[![License: MIT][license_badge]][license_link]
911

@@ -61,13 +63,16 @@ View the full documentation [here][documentation_link].
6163

6264
[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml/badge.svg
6365
[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml
66+
[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog/coverage_badge.svg
6467
[dart_frog_link_dark]: https://github.com/verygoodopensource/dart_frog#gh-dark-mode-only
6568
[dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog#gh-light-mode-only
6669
[documentation_link]: https://github.com/VeryGoodOpenSource/dart_frog/blob/main/README.md#documentation-
6770
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
6871
[license_link]: https://opensource.org/licenses/MIT
6972
[logo_black]: ../../assets/dart_frog_logo_black.png#gh-light-mode-only
7073
[logo_white]: ../../assets/dart_frog_logo_white.png#gh-dark-mode-only
74+
[pub_badge]: https://img.shields.io/pub/v/dart_frog.svg
75+
[pub_link]: https://pub.dartlang.org/packages/dart_frog
7176
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
7277
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
7378
[very_good_ventures_link]: https://verygood.ventures

packages/dart_frog/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: dart_frog
22
description: A fast, minimalistic backend framework for Dart
3-
version: 1.0.0+1
4-
publish_to: none
3+
version: 0.0.1-dev.1
54

65
environment:
76
sdk: ">=2.17.0 <3.0.0"

packages/dart_frog_cli/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 0.0.1-dev.1
2+
3+
- feat: initial experimental release 🎉

packages/dart_frog_cli/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
[![Dart Frog Logo][logo_black]][dart_frog_link_light]
33

44
[![ci][ci_badge]][ci_link]
5+
[![coverage][coverage_badge]][ci_link]
6+
[![pub package][pub_badge]][pub_link]
57
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
68
[![License: MIT][license_badge]][license_link]
79
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
@@ -36,13 +38,16 @@ Run "dart_frog help <command>" for more information about a command.
3638

3739
[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_cli.yaml/badge.svg
3840
[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_cli.yaml
41+
[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog_cli/coverage_badge.svg
3942
[dart_frog_link]: https://github.com/verygoodopensource/dart_frog
4043
[dart_frog_link_dark]: https://github.com/verygoodopensource/dart_frog#gh-dark-mode-only
4144
[dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog#gh-light-mode-only
4245
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
4346
[license_link]: https://opensource.org/licenses/MIT
4447
[logo_black]: ../../assets/dart_frog_logo_black.png#gh-light-mode-only
4548
[logo_white]: ../../assets/dart_frog_logo_white.png#gh-dark-mode-only
49+
[pub_badge]: https://img.shields.io/pub/v/dart_frog_cli.svg
50+
[pub_link]: https://pub.dartlang.org/packages/dart_frog_cli
4651
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
4752
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
4853
[very_good_ventures_link]: https://verygood.ventures

packages/dart_frog_cli/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: dart_frog_cli
22
description: The official command line interface for dart_frog
3-
version: 1.0.0+1
4-
publish_to: none
3+
version: 0.0.1-dev.1
54

65
environment:
76
sdk: ">=2.17.0 <3.0.0"

packages/dart_frog_gen/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 0.0.1-dev.1
2+
3+
- feat: initial experimental release 🎉

packages/dart_frog_gen/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
[![Dart Frog Logo][logo_black]][dart_frog_link_light]
33

44
[![ci][ci_badge]][ci_link]
5+
[![coverage][coverage_badge]][ci_link]
6+
[![pub package][pub_badge]][pub_link]
57
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
68
[![License: MIT][license_badge]][license_link]
79

@@ -15,13 +17,16 @@ Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄
1517

1618
[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml/badge.svg
1719
[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml
20+
[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog_gen/coverage_badge.svg
1821
[dart_frog_link]: https://github.com/verygoodopensource/dart_frog
1922
[dart_frog_link_dark]: https://github.com/verygoodopensource/dart_frog#gh-dark-mode-only
2023
[dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog#gh-light-mode-only
2124
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
2225
[license_link]: https://opensource.org/licenses/MIT
2326
[logo_black]: ../../assets/dart_frog_logo_black.png#gh-light-mode-only
2427
[logo_white]: ../../assets/dart_frog_logo_white.png#gh-dark-mode-only
28+
[pub_badge]: https://img.shields.io/pub/v/dart_frog_gen.svg
29+
[pub_link]: https://pub.dartlang.org/packages/dart_frog_gen
2530
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
2631
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
2732
[very_good_ventures_link]: https://verygood.ventures

packages/dart_frog_gen/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: dart_frog_gen
22
description: Code generation tooling for dart_frog
3-
version: 1.0.0+1
4-
publish_to: none
3+
version: 0.0.1-dev.1
54

65
environment:
76
sdk: ">=2.17.0 <3.0.0"

0 commit comments

Comments
 (0)