Skip to content

Commit aa5d404

Browse files
bump
1 parent e7222c4 commit aa5d404

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

packages/go_router_builder/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## NEXT
2-
3-
- Restricts `build` to versions less than 2.5.0.
4-
51
## 3.0.2
62

73
- Fixes warnings in generated code of iterable parameters.

packages/go_router_builder/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
provider: 6.0.5
1414

1515
dev_dependencies:
16-
build_runner: ^2.3.0
16+
build_runner: ^2.5.0
1717
build_verify: ^3.1.0
1818
flutter_test:
1919
sdk: flutter

packages/go_router_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
# The upper bound is to work around a breaking change in `build` that was not
1717
# versioned according to semver, and broke `build_test` 2.x. See
1818
# https://github.com/flutter/flutter/issues/170832
19-
build: ">=2.0.0 <2.5.0"
19+
build: ">=2.0.0 <2.5.4"
2020
build_config: ^1.0.0
2121
collection: ^1.14.0
2222
meta: ^1.7.0

packages/go_router_builder/tool/run_tests.dart

100644100755
File mode changed.

0 commit comments

Comments
 (0)