Skip to content

Commit 3faccc9

Browse files
committed
Prepare to release v0.1.0
1 parent 3a9b6bc commit 3faccc9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

webdev/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.1.0
2+
3+
- Initial release. Supports basic invocation of `build` and `serve` with
4+
`build_runner: ^0.8.0`.

webdev/pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: webdev
2-
description: A CLI for Dart web development.
2+
version: 0.1.0
33
author: Dart Team <[email protected]>
44
homepage: https://github.com/dart-lang/webdev
5-
version: 0.1.0-dev
5+
description: >-
6+
A CLI for Dart web development. Provides an easy and consistent set of
7+
features for users and tools to build and deploy web applications with Dart.
68
79
environment:
810
sdk: ">=2.0.0-dev.32.0 <2.0.0"

0 commit comments

Comments
 (0)