-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat!: updated frontend-build & frontend-platform major versions #22
feat!: updated frontend-build & frontend-platform major versions #22
Conversation
package.json
Outdated
"@edx/frontend-platform": "8.0.0", | ||
"@openedx/frontend-build": "14.0.3", |
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 there a specific reason to pin these at exact versions instead of ^
versions?
"@edx/frontend-platform": "8.0.0", | |
"@openedx/frontend-build": "14.0.3", | |
"@edx/frontend-platform": "^8.0.0", | |
"@openedx/frontend-build": "^14.0.3", |
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.
No specific reason, I have made the required update
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.
I left a comment about pinned versions in devDependencies
but I consider that a non-blocking request. This LGTM!
I do not have the merge rights, @brian-smith-tcril can you please merge it? |
🎉 This PR is included in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
"@edx/frontend-platform": "^8.0.0", | ||
"@openedx/frontend-build": "^14.0.0", |
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.
These should have been changed to
"@edx/frontend-platform": "^7.0.1 || ^8.0.0",
"@openedx/frontend-build": "^13.0.27 || ^14.0.0",
Any of the package complete deprecation will make the other project break, thus a breaking change. This change should have bump it to version 3.0.0
instead of 2.1.0
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.
@BilalQamar95 sorry for late comment
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.
This was supposed to go as a breaking change as per description, it was reverted immediately and republished as a breaking change
@leangseu-edx these changes were reverted and released as breaking change in #24 |
@abdullahwaheed Yes. However, |
@BilalQamar95 @abdullahwaheed I added a pr for manual release. #25 I don't think it is possible to release the patch |
Description
frontend-build
tov14
&frontend-platform
tov8
jest
tov29
Breaking Change: Due to peerDependency upgrades these packages upgrades are to be released as a breaking change