Skip to content

Commit b796f8b

Browse files
authored
chore(dart_frog_cli): 1.2.2 (#1281)
1 parent 8975188 commit b796f8b

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

packages/dart_frog_cli/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
# 1.2.2
2+
3+
- feat: update cli bundles ([#1278](https://github.com/VeryGoodOpenSource/dart_frog/pull/1278))
4+
- refactor(dart_frog_prod_server): define internal PubspecLock ([#1273](https://github.com/VeryGoodOpenSource/dart_frog/pull/1273))
5+
- refactor(dart_frog_prod_server): remove pubspec lock dependency ([#1277](https://github.com/VeryGoodOpenSource/dart_frog/pull/1277))
6+
17
# 1.2.1
28

39
- chore(deps): bump mason from 0.1.0-dev.51 to 0.1.0-dev.52 in /packages/dart_frog_cli ([#1235](https://github.com/VeryGoodOpenSource/dart_frog/pull/1235))
4-
- fix(dart_frog_prod_server): stop assuming directory name is package name when bundling ([#1253](https://github.com/VeryGoodOpenSource/dart_frog/pull/1253))
5-
- feat(dart_frog_cli): update cli bundles ([#1210](https://github.com/VeryGoodOpenSource/dart_frog/pull/1210))
10+
- feat: update cli bundles ([#1210](https://github.com/VeryGoodOpenSource/dart_frog/pull/1210))
11+
- fix(dart_frog_prod_server): stop assuming directory name is package name when bundling ([#1253](https://github.com/VeryGoodOpenSource/dart_frog/pull/1253))
612

713
# 1.2.0
814

packages/dart_frog_cli/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dart_frog_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_frog_cli
22
description: The official command line interface for Dart Frog. Built by Very Good Ventures.
3-
version: 1.2.1
3+
version: 1.2.2
44
homepage: https://dartfrog.vgv.dev
55
repository: https://github.com/VeryGoodOpenSource/dart_frog
66
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues

0 commit comments

Comments
 (0)