Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Aug 21, 2024
1 parent b9390ba commit 84a98ab
Show file tree
Hide file tree
Showing 27 changed files with 78 additions and 78 deletions.
104 changes: 52 additions & 52 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _test/pkgs/provides_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: provides_builder
resolution: workspace
environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev
publish_to: none

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion _test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish_to: none
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
web: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion _test_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Test infra for writing build tests. Is not published.
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
build: any
Expand Down
2 changes: 1 addition & 1 deletion build/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
analyzer: ">=1.5.0 <7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion build_config/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_config
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
checked_yaml: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion build_daemon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_daemon
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
built_collection: ^5.0.0
Expand Down
2 changes: 1 addition & 1 deletion build_modules/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_modules
resolution: workspace

environment:
sdk: '>=3.5.0 <3.7.0'
sdk: '>=3.6.0-164.0.dev <3.7.0'

dependencies:
analyzer: '>=5.1.0 <7.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build_modules/test/fixtures/a/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: a
resolution: workspace
environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
b:
Expand Down
2 changes: 1 addition & 1 deletion build_modules/test/fixtures/b/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: b
resolution: workspace
environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
a:
Expand Down
2 changes: 1 addition & 1 deletion build_resolvers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_resolvers
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
analyzer: '>=6.7.0 <7.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_runner
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

platforms:
linux:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ d.FileDescriptor _pubspec(String name,
var buffer = StringBuffer()
..writeln('name: $name')
..writeln('environment:')
..writeln(' sdk: ^3.6.0-150.0.dev');
..writeln(' sdk: ^3.6.0-164.0.dev');

void writeDeps(String group) {
buffer.writeln(group);
Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_runner_core
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

platforms:
linux:
Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/test/fixtures/flutter_pkg/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Commit: 1bdf351.
name: flutter_gallery
environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev
dependencies:
collection: '>=1.9.1 <2.0.0'
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: a
environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev
resolution: workspace
dependencies:
b:
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: b
environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev
resolution: workspace
2 changes: 1 addition & 1 deletion build_runner_core/test/fixtures/workspace/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: workspace
environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev
workspace:
- pkgs/a
- pkgs/b
2 changes: 1 addition & 1 deletion build_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_test
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
async: ^2.5.0
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Support compiling to WebAssembly by using `dart2wasm` as a value for the
compiler option.
- Bump the min sdk to 3.6.0-150.0.dev.
- Bump the min sdk to 3.6.0-164.0.dev.

## 4.0.11

Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/dart-lang/build/tree/master/build_web_compilers
resolution: workspace

environment:
sdk: '>=3.6.0-150.0.dev <3.7.0'
sdk: ^3.6.0-164.0.dev

dependencies:
analyzer: '>=5.1.0 <7.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/test/fixtures/c/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: c
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
d:
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/test/fixtures/d/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: d
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
c:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: example
publish_to: none
environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev
resolution: workspace

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build_workspace # Can be anything
environment:
sdk: ^3.6.0-150.0.dev # Must be ^3.5.0 or later for workspace to be allowed
sdk: ^3.6.0-164.0.dev # Must be ^3.5.0 or later for workspace to be allowed
publish_to: none
dev_dependencies:
dart_flutter_team_lints: ^3.1.0
Expand Down
2 changes: 1 addition & 1 deletion scratch_space/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ topics:
- codegen

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
build: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion tool/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Collection of scripts used during development of build packages.
resolution: workspace

environment:
sdk: ^3.6.0-150.0.dev
sdk: ^3.6.0-164.0.dev

dependencies:
path: ^1.8.0
Expand Down

0 comments on commit 84a98ab

Please sign in to comment.