Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dart.googlesource.com-stagehand
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
dart.googlesource.com-stagehand
Commits
1faa40ca
Unverified
Commit
1faa40ca
authored
6 years ago
by
Kevin Moore
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Prepare to release v3.0.0 (#529)
parent
4686008b
Branches
upstream/fix-gflags-define
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+2
-2
2 additions, 2 deletions
CHANGELOG.md
lib/src/cli_app.g.dart
+1
-1
1 addition, 1 deletion
lib/src/cli_app.g.dart
pubspec.yaml
+1
-1
1 addition, 1 deletion
pubspec.yaml
with
4 additions
and
4 deletions
CHANGELOG.md
+
2
−
2
View file @
1faa40ca
...
...
@@ -4,8 +4,8 @@
supported.
-
Set minimal SDK to 2.0.0-dev.55.0 in project and template
`pubspec.yaml`
.
-
`web-angular`
template:
-
Upgraded to
`-alpha+13`
versions of
`angular`
and
`angular_components`
packages.
-
Upgraded to
`-alpha+13`
versions of
`angular`
and
`angular_components`
packages.
## 2.0.2
...
...
This diff is collapsed.
Click to expand it.
lib/src/cli_app.g.dart
+
1
−
1
View file @
1faa40ca
...
...
@@ -10,4 +10,4 @@ part of 'cli_app.dart';
// Generator: VersionGenerator
// **************************************************************************
const
appVersion
=
'3.0.0
-dev
'
;
const
appVersion
=
'3.0.0'
;
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
1
−
1
View file @
1faa40ca
...
...
@@ -7,7 +7,7 @@ name: stagehand
description
:
>
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
version
:
3.0.0
-dev
version
:
3.0.0
homepage
:
https://github.com/dart-lang/stagehand
author
:
Dart Team <misc@dartlang.org>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment