Skip to content

Commit

Permalink
release build_runner and build_runner_core (#3715)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 authored Jun 5, 2024
1 parent b6b4a21 commit 30c4459
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.4.11-wip
## 2.4.11

- Explicitly pass the current isolates package config instead of assuming the
location, to support the upcoming pub workspaces feature.
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.11-wip
version: 2.4.11
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner

Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 7.3.1-wip
## 7.3.1

- Support the upcoming pub workspaces feature.
- Bump the min sdk to 3.4.0.
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.1-wip
version: 7.3.1
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

Expand Down

0 comments on commit 30c4459

Please sign in to comment.