We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
>=
I have
"@release-it-plugins/workspaces": { "skipChecks": true, "publish": false },
{ "name": "@ng-web-apis/canvas", "version": "4.3.0", "peerDependencies": { "@angular/core": ">=16.0.0", "@ng-web-apis/common": ">=4.3.0" } }
{ "name": "@ng-web-apis/canvas", "version": "4.4.0", "peerDependencies": { "@angular/core": ">=16.0.0", "@ng-web-apis/common": "4.4.0" } }
Why prefix >= is dropped?
The text was updated successfully, but these errors were encountered:
Seems like a bug. We should preserve the version matching style that existed prior to running the plugin.
Sorry, something went wrong.
No branches or pull requests
I have
Before minor bump
After minor bump
Why prefix
>=
is dropped?The text was updated successfully, but these errors were encountered: