Skip to content

Commit 6d6d810

Browse files
committed
Update CHANGELOG
1 parent 42a52e0 commit 6d6d810

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.3] - 2021-07-12
8+
### Added
9+
- Launch settings for vscode so users don't need to set them up manually
10+
- `build` and `serve` command from [`webdev`](https://pub.dev/packages/webdev)
11+
### Removed
12+
- **OPT OUT OF NULL SAFETY** to use `webdev` commands. Will opt in later when `webdev` is fully migrated.
13+
714
## [1.0.2] - 2021-06-14
815
### Fixed
916
- Fix missing `.gitignore` file (isn't generated when creating).

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ packages:
233233
source: hosted
234234
version: "0.10.11"
235235
glob:
236-
dependency: transitive
236+
dependency: "direct main"
237237
description:
238238
name: glob
239239
url: "https://pub.dartlang.org"

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies:
1414
args: ^2.1.1
1515
build: ^2.0.3
1616
cli_util: ^0.3.3
17+
glob: ^2.0.1
1718
path: ^1.8.0
1819
webdev: ^2.7.4
1920

0 commit comments

Comments
 (0)