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
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.3
- Upgrades vm_service dependency to `>=9.4.0 <16.0.0`.

### 3.9.2
- Upgrades monarch_definitions to 1.7.0
- Removes monarch intro video from readme
Expand Down
4 changes: 2 additions & 2 deletions 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.2
version: 3.9.3
homepage: https://monarchapp.io
repository: https://github.com/Dropsource/monarch
issue_tracker: https://github.com/Dropsource/monarch/issues
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies:
glob: ^2.0.1
analyzer: ^7.3.0
path: ^1.8.0
vm_service: '>=9.4.0 <15.0.0'
vm_service: '>=9.4.0 <16.0.0'
meta: ^1.3.0
stack_trace: ^1.10.0
flutter_test:
Expand Down
Loading