Skip to content

Commit

Permalink
release build_runner and build_runner_core (#3728)
Browse files Browse the repository at this point in the history
Closes #3726

These have some additional fixes that are needed for workspace repos to function.
  • Loading branch information
jakemac53 authored Jul 30, 2024
1 parent f038c9c commit cb92b01
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions _test/pkgs/provides_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: provides_builder
resolution: workspace
environment:
sdk: ^3.5.0-259.0.dev
publish_to: none

dependencies:
build:
Expand Down
3 changes: 2 additions & 1 deletion build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.4.12-wip
## 2.4.12

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

## 2.4.11

Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner
version: 2.4.12-wip
version: 2.4.12
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner
resolution: workspace
Expand Down
3 changes: 2 additions & 1 deletion build_runner_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 7.3.2-wip
## 7.3.2

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

Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner_core
version: 7.3.2-wip
version: 7.3.2
description: Core tools to organize the structure of a build and run Builders.
repository: https://github.com/dart-lang/build/tree/master/build_runner_core
resolution: workspace
Expand Down

0 comments on commit cb92b01

Please sign in to comment.