Skip to content

Prepare for dev releases. #4098

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-wip
## 3.0.0-dev.2

- Removed unused deps: `meta`, `pool`.

Expand Down
4 changes: 2 additions & 2 deletions build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
version: 3.0.0-wip
version: 3.0.0-dev.2
description: A package for authoring build_runner compatible code generators.
repository: https://github.com/dart-lang/build/tree/master/build
resolution: workspace
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
analyzer: '>=7.4.0 <8.0.0'
async: ^2.5.0
build_runner_core: '9.2.0-wip'
build_runner_core: '9.2.0-dev.2'
built_collection: ^5.1.1
built_value: ^8.9.5
convert: ^3.0.0
Expand Down
2 changes: 1 addition & 1 deletion build_resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0-wip
## 3.0.0-dev.2

- Remove unused deps: `graphs`, `logging`, `stream_transform`.

Expand Down
6 changes: 3 additions & 3 deletions build_resolvers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_resolvers
version: 3.0.0-wip
version: 3.0.0-dev.2
description: Resolve Dart code in a Builder
repository: https://github.com/dart-lang/build/tree/master/build_resolvers
resolution: workspace
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
analyzer: '>=7.4.0 <8.0.0'
async: ^2.5.0
build: '3.0.0-wip'
build_runner_core: '9.2.0-wip'
build: '3.0.0-dev.2'
build_runner_core: '9.2.0-dev.2'
collection: ^1.17.0
convert: ^3.1.1
crypto: ^3.0.0
Expand Down
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.6.0-wip
## 2.6.0-dev.2

- Remove unused deps: `analyzer`, `build_resolvers`, `collection`, `http`,
`js`, `meta`, `package_config`, `pool`, `web`, `yaml`.
Expand Down
6 changes: 3 additions & 3 deletions build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner
version: 2.6.0-wip
version: 2.6.0-dev.2
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 All @@ -15,10 +15,10 @@ platforms:
dependencies:
args: ^2.0.0
async: ^2.5.0
build: '3.0.0-wip'
build: '3.0.0-dev.2'
build_config: ">=1.1.0 <1.2.0"
build_daemon: ^4.0.0
build_runner_core: '9.2.0-wip'
build_runner_core: '9.2.0-dev.2'
code_builder: ^4.2.0
crypto: ^3.0.0
dart_style: '>=2.3.7 <4.0.0'
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 @@
## 9.2.0-wip
## 9.2.0-dev.2

- Removed unused dev_deps: `test_process`.
- Bug fix: fix incremental build after build with import of missing package.
Expand Down
8 changes: 4 additions & 4 deletions build_runner_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner_core
version: 9.2.0-wip
version: 9.2.0-dev.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 All @@ -15,10 +15,10 @@ platforms:
dependencies:
analyzer: '>=6.9.0 <8.0.0'
async: ^2.5.0
build: '3.0.0-wip'
build: '3.0.0-dev.2'
build_config: ^1.0.0
build_resolvers: '3.0.0-wip'
build_runner: '2.6.0-wip'
build_resolvers: '3.0.0-dev.2'
build_runner: '2.6.0-dev.2'
built_collection: ^5.1.1
built_value: ^8.10.1
collection: ^1.15.0
Expand Down
2 changes: 1 addition & 1 deletion build_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.3.0-wip
## 3.3.0-dev.3

- Read build configs using `AssetReader` so they're easier to test: you can now
pass in `build.yaml` like any other asset.
Expand Down
8 changes: 4 additions & 4 deletions build_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: build_test
description: Utilities for writing unit tests of Builders.
version: 3.3.0-wip
version: 3.3.0-dev.3
repository: https://github.com/dart-lang/build/tree/master/build_test
resolution: workspace

environment:
sdk: ^3.7.0

dependencies:
build: '3.0.0-wip'
build: '3.0.0-dev.2'
build_config: ^1.0.0
build_resolvers: '3.0.0-wip'
build_runner_core: '9.2.0-wip'
build_resolvers: '3.0.0-dev.2'
build_runner_core: '9.2.0-dev.2'
crypto: ^3.0.0
glob: ^2.0.0
html: ^0.15.0
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolution: workspace

dependencies:
analyzer: ">=5.0.0 <8.0.0"
build: ^3.0.0-wip
build: ^3.0.0-dev.2
# Not imported in code, but used to constrain `build.yaml` requirements
build_config: ^1.0.0
web: ^1.1.0
Expand Down
Loading