I have a question. Imagine I have a project structure like yours, melos_apps and melos_dependency (version: 1.1.0). Is it possible for melos_apps to depend on version 1.0.0, instead of the latest version, 1.1.0
Yes, it needs to be published though, otherwise you have to depend on a git ref. If it is published, just put 1.0.0 in the pubspec, without a caret (^).
Great walkthrough and workspace setup, thanks!
Thanks! 😊
Cool, thank you :)
Thanks! 😌
thats a cool keyboard, which one is it !?
Thanks, It's called Dactyl Manuform :)
Did u got the reason why the Feature commit doesn’t increased the minor version?
Great video by the way - I will try it by myself
Ok maybe I have to watch the end of a video 😂
I have a question.
Imagine I have a project structure like yours, melos_apps and melos_dependency (version: 1.1.0).
Is it possible for melos_apps to depend on version 1.0.0, instead of the latest version, 1.1.0
Yes, it needs to be published though, otherwise you have to depend on a git ref.
If it is published, just put 1.0.0 in the pubspec, without a caret (^).