Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions build_modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.6

- Allow version 3.4.x of the Dart SDK.

## 5.0.5

- Allow version 3.3.x of the Dart SDK.
Expand Down
4 changes: 2 additions & 2 deletions build_modules/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: build_modules
version: 5.0.5
version: 5.0.6
description: >-
Builders to analyze and split Dart code into individually compilable modules
based on imports.
repository: https://github.com/dart-lang/build/tree/master/build_modules

environment:
sdk: '>=3.0.0 <3.4.0'
sdk: '>=3.0.0 <3.5.0'

dependencies:
analyzer: '>=5.1.0 <7.0.0'
Expand Down
5 changes: 5 additions & 0 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ dev_dependencies:
build_runner: ^2.0.0
build_web_compilers: ^4.0.0
dart_flutter_team_lints: ^2.0.0

# TODO: Remove once build_modules version 5.0.6 is published.
dependency_overrides:
build_modules:
path: ../build_modules