diff --git a/test_common/ignore_pubspec_overrides.yaml b/test_common/pubspec_overrides.yaml similarity index 100% rename from test_common/ignore_pubspec_overrides.yaml rename to test_common/pubspec_overrides.yaml diff --git a/webdev/CHANGELOG.md b/webdev/CHANGELOG.md index 9e54049c4..a0f16c702 100644 --- a/webdev/CHANGELOG.md +++ b/webdev/CHANGELOG.md @@ -1,3 +1,11 @@ +## 3.3.0-wip + +## 3.3.0-wip + +## 3.3.0-wip + +## 3.3.0-wip + ## 3.2.0 - Add dependency on `package:vm_service_interface`. - [#2262](https://github.com/dart-lang/webdev/pull/2262) diff --git a/webdev/lib/src/version.dart b/webdev/lib/src/version.dart index 518a18296..23beff74e 100644 --- a/webdev/lib/src/version.dart +++ b/webdev/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.2.0'; +const packageVersion = '3.3.0-wip'; diff --git a/webdev/pubspec.yaml b/webdev/pubspec.yaml index 92cc4d6b9..2f2a6184a 100644 --- a/webdev/pubspec.yaml +++ b/webdev/pubspec.yaml @@ -1,6 +1,6 @@ name: webdev # Every time this changes you need to run `dart run build_runner build`. -version: 3.2.0 +version: 3.3.0-wip # We should not depend on a dev SDK before publishing. # publish_to: none description: >- diff --git a/webdev/ignore_pubspec_overrides.yaml b/webdev/pubspec_overrides.yaml similarity index 100% rename from webdev/ignore_pubspec_overrides.yaml rename to webdev/pubspec_overrides.yaml