Skip to content

Commit 998d544

Browse files
authored
Prep to release packages (#3784)
* prep packages for release, add back to workspace * update more sdk constraints to 3.6.0
1 parent 0c1e9db commit 998d544

File tree

35 files changed

+279
-421
lines changed

35 files changed

+279
-421
lines changed

.github/workflows/dart.yml

Lines changed: 215 additions & 291 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_test/pubspec.yaml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: _test
22
publish_to: none
3-
# This package can't be part of the workspace because it needs to use the local
4-
# build_web_compilers, which also isn't part of the workspace. See the top-
5-
# level pubspec for details.
6-
#resolution: workspace
3+
resolution: workspace
74

85
environment:
96
sdk: ^3.6.0
@@ -29,21 +26,3 @@ dev_dependencies:
2926
test: ^1.16.0
3027
test_descriptor: ^2.0.1
3128
test_process: ^2.0.0
32-
33-
dependency_overrides:
34-
build:
35-
path: ../build
36-
build_config:
37-
path: ../build_config
38-
build_modules:
39-
path: ../build_modules
40-
build_resolvers:
41-
path: ../build_resolvers
42-
build_runner:
43-
path: ../build_runner
44-
build_runner_core:
45-
path: ../build_runner_core
46-
build_test:
47-
path: ../build_test
48-
build_web_compilers:
49-
path: ../build_web_compilers

_test_common/pubspec.yaml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: _test_common
22
publish_to: none
33
description: Test infra for writing build tests. Is not published.
4-
#resolution: workspace
4+
resolution: workspace
55

66
environment:
7-
sdk: ^3.5.0
7+
sdk: ^3.6.0
88

99
dependencies:
1010
build: any
@@ -22,13 +22,3 @@ dependencies:
2222

2323
dev_dependencies:
2424
dart_flutter_team_lints: ^3.1.0
25-
26-
dependency_overrides:
27-
build:
28-
path: ../build
29-
build_config:
30-
path: ../build_config
31-
build_runner_core:
32-
path: ../build_runner_core
33-
build_test:
34-
path: ../build_test

build/CHANGELOG.md

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

3-
- Bump the min sdk to 3.6.0-228.0.dev.
3+
- Bump the min sdk to 3.6.0.
44
- Remove some unnecessary casts and non-null assertions now that we have private
55
field promotion.
66
- Require analyzer ^6.9.0, allow <8.0.0.

build/pubspec.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: build
2-
version: 2.4.2-wip
2+
version: 2.4.2
33
description: A package for authoring build_runner compatible code generators.
44
repository: https://github.com/dart-lang/build/tree/master/build
5-
6-
# This package can't be part of the workspace because it requires a very recent
7-
# Dart SDK - see the top-level pubspec for details.
8-
#resolution: workspace
5+
resolution: workspace
96

107
environment:
11-
sdk: ^3.6.0-228.0.dev
8+
sdk: ^3.6.0
129

1310
dependencies:
1411
analyzer: '>=6.9.0 <8.0.0'
@@ -27,10 +24,6 @@ dev_dependencies:
2724
dart_flutter_team_lints: ^3.1.0
2825
test: ^1.16.0
2926

30-
dependency_overrides:
31-
build_resolvers:
32-
path: ../build_resolvers
33-
3427
topics:
3528
- build-runner
3629
- codegen

build_config/CHANGELOG.md

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

33
- Stop using deprecated `JsonKey.ignore`.
4-
- Bump the min sdk to 3.5.0.
4+
- Bump the min sdk to 3.6.0.
55

66
## 1.1.1
77

build_config/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: build_config
2-
version: 1.1.2-wip
2+
version: 1.1.2
33
description: >-
44
Format definition and support for parsing `build.yaml` configuration.
55
repository: https://github.com/dart-lang/build/tree/master/build_config
66
resolution: workspace
77

88
environment:
9-
sdk: ^3.5.0
9+
sdk: ^3.6.0
1010

1111
dependencies:
1212
checked_yaml: ^2.0.0

build_daemon/CHANGELOG.md

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

3-
- Bump the min sdk to 3.5.0.
3+
- Bump the min sdk to 3.6.0.
44
- Update to be forward compatible with changes to `package:shelf_web_socket`.
55

66
## 4.0.2

build_daemon/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: build_daemon
2-
version: 4.0.3-wip
2+
version: 4.0.3
33
description: A daemon for running Dart builds.
44
repository: https://github.com/dart-lang/build/tree/master/build_daemon
55
resolution: workspace
66

77
environment:
8-
sdk: ^3.5.0
8+
sdk: ^3.6.0
99

1010
dependencies:
1111
built_collection: ^5.0.0

build_modules/CHANGELOG.md

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

3+
- Bump the min sdk to 3.6.0.
34
- Support analyzer version 7.x.
45

56
## 5.0.10-beta.0

0 commit comments

Comments
 (0)