-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 6.5.0-alpha.1 #7345
Release 6.5.0-alpha.1 #7345
Conversation
Signed-off-by: Sebastian Malton <sebastian@malton.name>
Signed-off-by: Sebastian Malton <sebastian@malton.name>
|
@@ -1,7 +1,7 @@ | |||
{ | |||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | |||
"useWorkspaces": true, | |||
"version": "6.5.0-alpha.0", | |||
"version": "independent", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, so that each package can have its own version, no need to release new versions of a package if changes weren't made to them IMO.
Signed-off-by: Sebastian Malton <sebastian@malton.name>
Signed-off-by: Sebastian Malton <sebastian@malton.name>
* Release 6.5.0-alpha.1 Signed-off-by: Sebastian Malton <sebastian@malton.name> * Switch to having lerna in independent mode Signed-off-by: Sebastian Malton <sebastian@malton.name> * Fix package versions Signed-off-by: Sebastian Malton <sebastian@malton.name> * Update snapshot Signed-off-by: Sebastian Malton <sebastian@malton.name> --------- Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Gabriel <gaccettola@mirantis.com>
Changes since 6.4.6
🚀 Features
🐛 Bug Fixes
🧰 Maintenance