Skip to content
Open
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
3 changes: 3 additions & 0 deletions packages/monarch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.9.4
- Sets build_runner dependency to `>=2.1.11 <=2.4.15`.

### 3.9.3
- Upgrades vm_service dependency to `>=9.4.0 <16.0.0`.

Expand Down
3 changes: 2 additions & 1 deletion packages/monarch/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: monarch
description: Code generator for Monarch. Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
version: 3.9.3
version: 3.9.4
homepage: https://monarchapp.io
repository: https://github.com/Dropsource/monarch
issue_tracker: https://github.com/Dropsource/monarch/issues
Expand Down Expand Up @@ -31,6 +31,7 @@ dependencies:
flutter_localizations:
sdk: flutter
build: ^2.0.0
build_runner: '>=2.1.11 <=2.4.15'
source_gen: ^2.0.0
dart_style: ^3.0.1
monarch_definitions: ^1.7.0
Expand Down
Loading