Skip to content

Commit

Permalink
Releasing from 2.26.0-dev.16 to 2.26.0 (#6130)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll authored Jul 31, 2023
1 parent 2e9ab41 commit 9f94e20
Show file tree
Hide file tree
Showing 16 changed files with 87 additions and 83 deletions.
6 changes: 6 additions & 0 deletions packages/devtools_app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ windows/**/*
# This should only be present as a byproduct of running the publish
# script. It should not be committed.
fonts/codicon.ttf

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
18 changes: 0 additions & 18 deletions packages/devtools_app/devtools_app.iml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/devtools_app/lib/devtools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
// the constant declaration `const String version =`.
// If you change the declaration you must also modify the regex in
// tools/update_version.dart.
const String version = '2.26.0-dev.16';
const String version = '2.26.0';
9 changes: 4 additions & 5 deletions packages/devtools_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none

# Note: this version should only be updated by running tools/update_version.dart
# that updates all versions of devtools packages (devtools_app, devtools_test).
version: 2.26.0-dev.16
version: 2.26.0

repository: https://github.com/flutter/devtools/tree/master/packages/devtools_app

Expand All @@ -25,9 +25,8 @@ dependencies:
collection: ^1.15.0
dap: ^1.1.0
dds_service_extensions: ^1.6.0
devtools_extensions:
path: ../devtools_extensions
devtools_shared: 2.26.0-dev.16
devtools_extensions: ^0.0.1-dev.0
devtools_shared: 2.26.0
file: ^6.0.0
file_selector: ^0.8.0
file_selector_linux: ^0.0.2
Expand Down Expand Up @@ -69,7 +68,7 @@ dependencies:
dev_dependencies:
args: ^2.4.2
build_runner: ^2.3.3
devtools_test: 2.26.0-dev.16
devtools_test: 2.26.0
fake_async: ^1.3.1
flutter_driver:
sdk: flutter
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools_extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1
## 0.0.1-dev.0

* Initial commit. Package under construction.
* Initial commit. This package is under construction.
3 changes: 2 additions & 1 deletion packages/devtools_extensions/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
TODO(kenz): write documentation. This package is under construction.
## devtools_extensions
TODO: write documentation. This package is under construction.
18 changes: 0 additions & 18 deletions packages/devtools_extensions/devtools_extensions.iml

This file was deleted.

6 changes: 3 additions & 3 deletions packages/devtools_extensions/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: devtools_extensions
description: A package for building and supporting extensions for Dart DevTools.
version: 0.0.1
homepage:
version: 0.0.1-dev.0
repository: https://github.com/flutter/devtools/tree/master/packages/devtools_extensions

environment:
sdk: '>=3.0.0'
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.0.0'

dependencies:
Expand Down
31 changes: 31 additions & 0 deletions packages/devtools_shared/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
.metadata

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
**/doc/api/
.dart_tool/
.packages
build/
15 changes: 0 additions & 15 deletions packages/devtools_shared/devtools_shared.iml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/devtools_shared/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: devtools_shared
description: Package of shared structures between devtools_app, dds, and other tools.

version: 2.26.0-dev.16
version: 2.26.0

repository: https://github.com/flutter/devtools/tree/master/packages/devtools_shared

Expand Down
31 changes: 31 additions & 0 deletions packages/devtools_test/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
.metadata

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
**/doc/api/
.dart_tool/
.packages
build/
15 changes: 0 additions & 15 deletions packages/devtools_test/devtools_test.iml

This file was deleted.

6 changes: 3 additions & 3 deletions packages/devtools_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: none
# When publishing new versions of this package be sure to publish a new version
# of package:devtools as well. package:devtools contains a compiled snapshot of
# this package.
version: 2.26.0-dev.16
version: 2.26.0

repository: https://github.com/flutter/devtools/tree/master/packages/devtools_test

Expand All @@ -18,8 +18,8 @@ environment:
dependencies:
async: ^2.0.0
collection: ^1.15.0
devtools_shared: 2.26.0-dev.16
devtools_app: 2.26.0-dev.16
devtools_shared: 2.26.0
devtools_app: 2.26.0
flutter:
sdk: flutter
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion tool/release_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ git push -u $DEVTOOLS_REMOTE $RELEASE_BRANCH
echo "Creating the PR"
echo

PR_URL=$(gh pr create --draft --title "$COMMIT_MESSAGE" --body "RELEASE_NOTE_EXCEPTION=Version Bump" $CREATION_FLAGS)
PR_URL=$(gh pr create --draft --title "$COMMIT_MESSAGE" $CREATION_FLAGS)


echo "Updating your flutter version to the most recent candidate."
Expand Down
2 changes: 2 additions & 0 deletions tool/update_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import 'package:args/command_runner.dart';
// TODO(kenz): If changes are made to this script, first consider refactoring to
// use https://github.com/dart-lang/pubspec_parse.

// package/devtools_extensions has its own versioning strategy. Do not include
// it in the list here.
final _pubspecs = [
'packages/devtools_app/pubspec.yaml',
'packages/devtools_test/pubspec.yaml',
Expand Down

0 comments on commit 9f94e20

Please sign in to comment.