Skip to content

Commit 5dfa820

Browse files
authored
Release before build 4.0.0. (#4176)
1 parent 56248e0 commit 5dfa820

File tree

10 files changed

+26
-24
lines changed

10 files changed

+26
-24
lines changed

build/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.3-wip
1+
## 3.1.0
22

33
- Deprecate `runBuilder`. It has been moved to `package:build_runner_core` and
44
will be removed from `package:build`. Please note: the currently supported

build/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build
2-
version: 3.0.3-wip
2+
version: 3.1.0
33
description: A package for authoring build_runner compatible code generators.
44
repository: https://github.com/dart-lang/build/tree/master/build
55
resolution: workspace
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
analyzer: '>=7.4.0 <9.0.0'
1212
async: ^2.5.0
13-
build_runner_core: '9.3.1-wip'
13+
build_runner_core: '9.3.1'
1414
convert: ^3.0.0
1515
crypto: ^3.0.0
1616
glob: ^2.0.0

build_resolvers/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 3.0.3-wip
1+
## 3.0.3
22

3-
- Use `build` 3.0.3.
3+
- Use `build` 3.1.0.
44
- Use `build_runner` 2.7.1.
55

66
## 3.0.2

build_resolvers/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_resolvers
2-
version: 3.0.3-wip
2+
version: 3.0.3
33
description: Resolve Dart code in a Builder
44
repository: https://github.com/dart-lang/build/tree/master/build_resolvers
55
resolution: workspace
@@ -10,8 +10,8 @@ environment:
1010
dependencies:
1111
analyzer: '>=7.4.0 <9.0.0'
1212
async: ^2.5.0
13-
build: '3.0.3-wip'
14-
build_runner_core: '9.3.1-wip'
13+
build: '3.1.0'
14+
build_runner_core: '9.3.1'
1515
collection: ^1.17.0
1616
package_config: ^2.0.0
1717
path: ^1.8.0

build_runner/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.7.1-wip
1+
## 2.7.1
22

33
- Bug fix: with `build_runner serve`, special handling of paths containing
44
`/packages/` was hiding actual folders called `packages`. Serve the actual
@@ -7,6 +7,7 @@
77
`bin/graph_inspector.dart`, `build_runner doctor` and
88
`build_runner generate-build-script` commands.
99
- Remove deps on `pubspec_parse` and `timing`.
10+
- Use `build` 3.1.0.
1011

1112
## 2.7.0
1213

build_runner/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner
2-
version: 2.7.1-wip
2+
version: 2.7.1
33
description: A build system for Dart code generation and modular compilation.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner
55
resolution: workspace
@@ -15,10 +15,10 @@ platforms:
1515
dependencies:
1616
args: ^2.0.0
1717
async: ^2.5.0
18-
build: '3.0.3-wip'
18+
build: '3.1.0'
1919
build_config: ">=1.2.0 <1.3.0"
2020
build_daemon: ^4.0.0
21-
build_runner_core: '9.3.1-wip'
21+
build_runner_core: '9.3.1'
2222
built_collection: ^5.1.1
2323
code_builder: ^4.2.0
2424
crypto: ^3.0.0

build_runner_core/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 9.3.1-wip
1+
## 9.3.1
22

33
- Move `runBuilder` to here from `package:build`. Please note that all of
44
`build_runner_core` is intended to be internal to `build_runner`: the
@@ -7,6 +7,7 @@
77
builders please get in touch at
88
https://github.com/dart-lang/build/discussions.
99
- Similarly, move `runPostProcessBuilder` to here from `package:build`.
10+
- Use `build` 3.1.0.
1011
- Use `build_runner` 2.7.1.
1112
- Remove `overrideGeneratedOutputDirectory`, `pubBinary`.
1213

build_runner_core/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner_core
2-
version: 9.3.1-wip
2+
version: 9.3.1
33
description: Core tools to organize the structure of a build and run Builders.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner_core
55
resolution: workspace
@@ -15,10 +15,10 @@ platforms:
1515
dependencies:
1616
analyzer: '>=6.9.0 <9.0.0'
1717
async: ^2.5.0
18-
build: '3.0.3-wip'
18+
build: '3.1.0'
1919
build_config: ^1.2.0
20-
build_resolvers: '3.0.3-wip'
21-
build_runner: '2.7.1-wip'
20+
build_resolvers: '3.0.3'
21+
build_runner: '2.7.1'
2222
built_collection: ^5.1.1
2323
built_value: ^8.10.1
2424
collection: ^1.15.0

build_test/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 3.3.3-wip
1+
## 3.3.3
22

3-
- Use `build` 3.0.3.
3+
- Use `build` 3.1.0.
44
- Use `build_runner` 2.7.1.
55

66
## 3.3.2

build_test/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: build_test
22
description: Utilities for writing unit tests of Builders.
3-
version: 3.3.3-wip
3+
version: 3.3.3
44
repository: https://github.com/dart-lang/build/tree/master/build_test
55
resolution: workspace
66

77
environment:
88
sdk: ^3.7.0
99

1010
dependencies:
11-
build: '3.0.3-wip'
11+
build: '3.1.0'
1212
build_config: ^1.0.0
13-
build_resolvers: '3.0.3-wip'
14-
build_runner: '2.7.1-wip'
15-
build_runner_core: '9.3.1-wip'
13+
build_resolvers: '3.0.3'
14+
build_runner: '2.7.1'
15+
build_runner_core: '9.3.1'
1616
built_collection: ^5.1.1
1717
crypto: ^3.0.0
1818
glob: ^2.0.0

0 commit comments

Comments
 (0)