Skip to content

Commit ec64e84

Browse files
authored
update to stable 3.5 release (#3732)
1 parent cb92b01 commit ec64e84

File tree

36 files changed

+105
-89
lines changed

36 files changed

+105
-89
lines changed

.github/workflows/dart.yml

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

_test/pkgs/provides_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: provides_builder
22
resolution: workspace
33
environment:
4-
sdk: ^3.5.0-259.0.dev
4+
sdk: ^3.5.0
55
publish_to: none
66

77
dependencies:

_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish_to: none
33
resolution: workspace
44

55
environment:
6-
sdk: ^3.5.0-259.0.dev
6+
sdk: ^3.5.0
77

88
dev_dependencies:
99
analyzer: any

_test_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Test infra for writing build tests. Is not published.
44
resolution: workspace
55

66
environment:
7-
sdk: ^3.5.0-259.0.dev
7+
sdk: ^3.5.0
88

99
dependencies:
1010
build: any

build/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2.4.2-wip
22

3-
- Bump the min sdk to 3.5.0-259.0.dev.
3+
- Bump the min sdk to 3.5.0.
44
- Remove some unnecessary casts and non-null assertions now that we have private
55
field promotion.
66

build/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build
55
resolution: workspace
66

77
environment:
8-
sdk: ^3.5.0-259.0.dev
8+
sdk: ^3.5.0
99

1010
dependencies:
1111
analyzer: ">=1.5.0 <7.0.0"

build_config/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 1.1.2-wip
22

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

66
## 1.1.1
77

build_config/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_config
66
resolution: workspace
77

88
environment:
9-
sdk: ^3.5.0-259.0.dev
9+
sdk: ^3.5.0
1010

1111
dependencies:
1212
checked_yaml: ^2.0.0

build_daemon/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 4.0.3-wip
22

3-
- Bump the min sdk to 3.5.0-259.0.dev.
3+
- Bump the min sdk to 3.5.0.
44

55
## 4.0.2
66

build_daemon/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_daemon
55
resolution: workspace
66

77
environment:
8-
sdk: ^3.5.0-259.0.dev
8+
sdk: ^3.5.0
99

1010
dependencies:
1111
built_collection: ^5.0.0

0 commit comments

Comments
 (0)