Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit e58e5dc

Browse files
authored
prep for publishing 3.3.7 (#655)
prep for publishing 3.3.7
1 parent 02335f1 commit e58e5dc

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 3.3.7-dev
1+
## 3.3.7
22

3-
- Add a new `console-simple` template.
3+
- Added a new template: `console-simple`.
44

55
## 3.3.6
66

@@ -11,10 +11,6 @@
1111

1212
- Updated minimum Dart SDK to 2.7 in stagehand tool and templates.
1313

14-
## 3.3.5-dev
15-
16-
- Internal cleanup.
17-
1814
## 3.3.4
1915

2016
- Dropped `flutter-web-preview`, because you can now use the Flutter SDK to

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '3.3.6';
2+
const packageVersion = '3.3.7';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
A scaffolding generator for your Dart projects. Stagehand helps you get set
88
up!
99
# After changing the version, run `pub run build_runner build`.
10-
version: 3.3.6
10+
version: 3.3.7
1111
homepage: https://github.com/dart-lang/stagehand
1212

1313
environment:

0 commit comments

Comments
 (0)