From 301d5c36eb7750e3ada377464af4bee3c6089977 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Tue, 29 Jan 2019 16:44:38 -0800 Subject: [PATCH] Prep stagehand release (#596) --- CHANGELOG.md | 5 +++++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ead1fb..5c808a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.2.0 + +- All templates: Switched from explicit linter rules to the latest + [pedantic lints](https://github.com/dart-lang/pedantic#enabled-lints). + ## 3.1.5 - `web-*` templates: Upgraded `build_web_compilers` to `^1.0.0`. diff --git a/lib/src/version.dart b/lib/src/version.dart index de4f9302..518a1829 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.1.5'; +const packageVersion = '3.2.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 209aa97f..4ff70163 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up! # After changing the version, run `pub run build_runner build`. -version: 3.1.5 +version: 3.2.0 homepage: https://github.com/dart-lang/stagehand author: Dart Team