Skip to content

Commit

Permalink
release build_runner and build_runner_core
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Jul 25, 2024
1 parent f038c9c commit 41db378
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
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
5 changes: 3 additions & 2 deletions build_runner_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 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.
- Bump the min sdk to 3.5.0-259.0.dev..

## 7.3.1

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 41db378

Please sign in to comment.