Skip to content

Commit ccd552d

Browse files
committed
Use prerelease build packages, prepare prerelease.
1 parent bd0bc2c commit ccd552d

File tree

3 files changed

+9
-48
lines changed

3 files changed

+9
-48
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77

88
dependencies:
99
analyzer: '>=6.9.0 <8.0.0'
10-
build: ^2.0.0
10+
build: ^3.0.0-dev
1111
source_gen: any
1212

1313
dev_dependencies:

source_gen/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
## 2.0.1-wip
1+
## 3.0.0-dev
22

3+
- **Breaking Change**: use the new `element2` APIs in `analyzer`. Builders that
4+
do resolution need to switch to the new API, see
5+
https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/doc/element_model_migration_guide.md.
6+
For questions please use https://github.com/dart-lang/build/discussions.
37
- Require Dart 3.7.0
48

59
## 2.0.0

source_gen/pubspec.yaml

Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen
2-
version: 2.0.1-wip
2+
version: 3.0.0-dev
33
description: >-
44
Source code generation builders and utilities for the Dart build system
55
repository: https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
analyzer: '>=6.9.0 <8.0.0'
1313
async: ^2.5.0
14-
build: ^2.5.0
14+
build: ^3.0.0-dev
1515
dart_style: '>=2.3.7 <4.0.0'
1616
glob: ^2.0.0
1717
path: ^1.8.0
@@ -22,51 +22,8 @@ dependencies:
2222
dev_dependencies:
2323
_test_annotations:
2424
path: ../_test_annotations
25-
build_test: ^3.1.1
25+
build_test: ^3.3.0-dev
2626
dart_flutter_team_lints: ^3.1.0
2727
logging: ^1.0.0
2828
term_glyph: ^1.2.0
2929
test: ^1.16.0
30-
31-
dependency_overrides:
32-
build:
33-
git:
34-
url: https://github.com/dart-lang/build
35-
path: build
36-
ref: f3c94b884657a213b7f6872602c900cc8ca471c7
37-
build_config:
38-
git:
39-
url: https://github.com/dart-lang/build
40-
path: build_config
41-
ref: f3c94b884657a213b7f6872602c900cc8ca471c7
42-
build_modules:
43-
git:
44-
url: https://github.com/dart-lang/build
45-
path: build_modules
46-
ref: f3c94b884657a213b7f6872602c900cc8ca471c7
47-
build_resolvers:
48-
git:
49-
url: https://github.com/dart-lang/build
50-
path: build_resolvers
51-
ref: f3c94b884657a213b7f6872602c900cc8ca471c7
52-
build_runner:
53-
git:
54-
url: https://github.com/dart-lang/build
55-
path: build_runner
56-
ref: f3c94b884657a213b7f6872602c900cc8ca471c7
57-
build_runner_core:
58-
git:
59-
url: https://github.com/dart-lang/build
60-
path: build_runner_core
61-
ref: f3c94b884657a213b7f6872602c900cc8ca471c7
62-
build_test:
63-
git:
64-
url: https://github.com/dart-lang/build
65-
path: build_test
66-
ref: f3c94b884657a213b7f6872602c900cc8ca471c7
67-
build_web_compilers:
68-
git:
69-
url: https://github.com/dart-lang/build
70-
path: build_web_compilers
71-
ref: f3c94b884657a213b7f6872602c900cc8ca471c7
72-

0 commit comments

Comments
 (0)