Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
427 stars 21 forks source link

definitions: Performance Overlay Debug Flags #117

Closed natefrechette closed 9 months ago

natefrechette commented 10 months ago

PR for the definition changes needed for https://github.com/Dropsource/monarch/pull/116

fertrig commented 10 months ago

The code follows semver rules, thus the new version should be 1.4.0.

Semantic Versioning 2.0.0 Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes
  • MINOR version when you add functionality in a backward compatible manner
  • PATCH version when you make backward compatible bug fixes

Also, you could include the monarch_grpc changes in this PR. Those will need to be published to pub.dev as well. They will also need a version bump and changelog.

Thanks!

natefrechette commented 10 months ago

I updated to 1.4.0, however, monarch_grpc depends on monarch_definitions so shouldn't I do that separate?