Skip to content

Commit cb92b01

Browse files
authored
release build_runner and build_runner_core (#3728)
Closes #3726 These have some additional fixes that are needed for workspace repos to function.
1 parent f038c9c commit cb92b01

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

_test/pkgs/provides_builder/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: provides_builder
22
resolution: workspace
33
environment:
44
sdk: ^3.5.0-259.0.dev
5+
publish_to: none
56

67
dependencies:
78
build:

build_runner/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 2.4.12-wip
1+
## 2.4.12
22

33
- Bump the min sdk to 3.5.0-259.0.dev.
4+
- Fix watch mode for workspace repos.
45

56
## 2.4.11
67

build_runner/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner
2-
version: 2.4.12-wip
2+
version: 2.4.12
33
description: A build system for Dart code generation and modular compilation.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner
55
resolution: workspace

build_runner_core/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 7.3.2-wip
1+
## 7.3.2
22

3+
- Additional fixes for pub workspace repos
34
- Migrate deprecates uses of `whereNotNull()` to `nonNulls`.
45
- Bump the min sdk to 3.5.0-259.0.dev.
56

build_runner_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner_core
2-
version: 7.3.2-wip
2+
version: 7.3.2
33
description: Core tools to organize the structure of a build and run Builders.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner_core
55
resolution: workspace

0 commit comments

Comments
 (0)