Skip to content
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.2-wip
## 3.0.2

- Use `build_runner_core` 9.3.0.
- Documentation revamp.
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.2-wip
version: 3.0.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 <9.0.0'
async: ^2.5.0
build_runner_core: '9.3.0-wip'
build_runner_core: '9.3.0'
built_collection: ^5.1.1
built_value: ^8.9.5
convert: ^3.0.0
Expand Down
2 changes: 1 addition & 1 deletion build_config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.2.0-wip
## 1.2.0

- Add top level key `triggers`. See
[the docs](https://github.com/dart-lang/build/blob/master/build_config/README.md#triggers)
Expand Down
2 changes: 1 addition & 1 deletion build_config/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_config
version: 1.2.0-wip
version: 1.2.0
description: >-
Format definition and support for parsing `build.yaml` configuration.
repository: https://github.com/dart-lang/build/tree/master/build_config
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.2-wip
## 3.0.2

- Use `build` 3.0.2.
- Use `build_runner` 2.7.0.
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.2-wip
version: 3.0.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 <9.0.0'
async: ^2.5.0
build: '3.0.2-wip'
build_runner_core: '9.3.0-wip'
build: '3.0.2'
build_runner_core: '9.3.0'
collection: ^1.17.0
package_config: ^2.0.0
path: ^1.8.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.7.0-wip
## 2.7.0

- Performance: builders can choose to run only when "triggered". A builder runs
only if triggered if the option `run_only_if_triggered` is `true`. Triggers
Expand Down
8 changes: 4 additions & 4 deletions build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_runner
version: 2.7.0-wip
version: 2.7.0
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.2-wip'
build_config: ">=1.2.0-wip <1.3.0"
build: '3.0.2'
build_config: ">=1.2.0 <1.3.0"
build_daemon: ^4.0.0
build_runner_core: '9.3.0-wip'
build_runner_core: '9.3.0'
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.3.0-wip
## 9.3.0

- Add support for build.yaml `triggers`. See `build_runner` 2.7.0 for usage.
- Remove interactive prompts for whether to delete files.
Expand Down
10 changes: 5 additions & 5 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.3.0-wip
version: 9.3.0
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 <9.0.0'
async: ^2.5.0
build: '3.0.2-wip'
build_config: ^1.2.0-wip
build_resolvers: '3.0.2-wip'
build_runner: '2.7.0-wip'
build: '3.0.2'
build_config: ^1.2.0
build_resolvers: '3.0.2'
build_runner: '2.7.0'
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.2-wip
## 3.3.2

- Use `build` 3.0.2.
- Use `build_runner` 2.7.0.
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.2-wip
version: 3.3.2
repository: https://github.com/dart-lang/build/tree/master/build_test
resolution: workspace

environment:
sdk: ^3.7.0

dependencies:
build: '3.0.2-wip'
build: '3.0.2'
build_config: ^1.0.0
build_resolvers: '3.0.2-wip'
build_runner_core: '9.3.0-wip'
build_resolvers: '3.0.2'
build_runner_core: '9.3.0'
crypto: ^3.0.0
glob: ^2.0.0
html: ^0.15.0
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.2.2-wip
## 4.2.2

- Documentation revamp.

Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build_web_compilers
version: 4.2.2-wip
version: 4.2.2
description: Builder implementations wrapping the dart2js and DDC compilers.
repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
resolution: workspace
Expand Down
Loading