File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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).
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments