Skip to content

Commit

Permalink
Bump dev version and remove stale release notes (#8424)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll authored Oct 9, 2024
1 parent 04ce313 commit 76b4c9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
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 version =`.
// If you change the declaration you must also modify the regex in
// tools/update_version.dart.
const version = '2.41.0-dev.0';
const version = '2.41.0-dev.1';
2 changes: 1 addition & 1 deletion 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.41.0-dev.0
version: 2.41.0-dev.1

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

Expand Down
5 changes: 0 additions & 5 deletions packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ To learn more about DevTools, check out the

## General updates

* Fixed a bug that was causing data filters to be cleared when clearing data
on the Network and Logging screens. - [#8407](https://github.com/flutter/devtools/pull/8407)
* Fixed a bug that was causing the navigator to lose state when opening the VM
Flags dialog. - [#8413](https://github.com/flutter/devtools/pull/8413)

## Inspector updates

TODO: Remove this section if there are not any general updates.
Expand Down

0 comments on commit 76b4c9c

Please sign in to comment.