Skip to content

Commit

Permalink
Revert "build(all): relax SDK lower bound to 3.0.0"
Browse files Browse the repository at this point in the history
This reverts commit 5a96b41.
  • Loading branch information
GZGavinZhao committed Feb 5, 2024
1 parent 53a0e79 commit 8d33fcd
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 74 deletions.
130 changes: 65 additions & 65 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Tests for AngularDart.
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
build: ^2.4.1
Expand Down
2 changes: 1 addition & 1 deletion goldens/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Goldens for AngularDart.
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
js: ^0.6.7
Expand Down
2 changes: 1 addition & 1 deletion ngast/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 3.0.0-dev.1
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
charcode: ^1.3.1
Expand Down
2 changes: 1 addition & 1 deletion ngcompiler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 3.0.0-dev.2
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
analyzer: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion ngdart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 8.0.0-dev.3
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
build: ^2.4.1
Expand Down
2 changes: 1 addition & 1 deletion ngforms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 5.0.0-dev.2
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
meta: ^1.11.0
Expand Down
2 changes: 1 addition & 1 deletion ngrouter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 4.0.0-dev.2
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
collection: ^1.18.0
Expand Down
2 changes: 1 addition & 1 deletion ngtest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 5.0.0-dev.2
repository: https://github.com/angulardart-community/angular

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

dependencies:
collection: ^1.18.0
Expand Down
2 changes: 1 addition & 1 deletion tool/package_versions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.1.0 <4.0.0"

analyzer: ^6.0.0
args: ^2.4.2
Expand Down

0 comments on commit 8d33fcd

Please sign in to comment.