-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update CHANGELOG.md to correct order of items #28042
Conversation
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.
LGTM!
Size Change: 0 B Total Size: 1.3 MB ℹ️ View Unchanged
|
The release script for npm packages is messing up with this CHANGELOG. I'm wondering if removing According to unit test it should work: https://github.com/WordPress/gutenberg/blob/master/bin/plugin/commands/test/common.js So you can remove the first several lines and it won't mess up anymore 😃 |
Thanks for the comment, @gziolo! I'm not sure if I understand, do you propose removing In the meantime I'm going ahead with the merge since this is part of the mobile editor release due today, and from what I understand this won't break anything. |
See #28060 where I propose further changes that might save you hassles in the future :) Would you like to prevent version bumps in the |
Thanks for the PR! I'll have to ask @geriux if he could respond here, I'll be AFK and haven't looked into this yet. |
I think that's right. I can't think of any reason we would want the package.json on the react-native-* packages to be bumped when there is a web release. |
Good, I will find out how we can further exclude RN packages from Lerna publishing process. Those packages are already marked as private but it seems like not enough. |
Thanks so much @gziolo ! My understanding is that it's a bug in lerna that the private packages are being impacted by the release process: https://wordpress.slack.com/archives/C02QB2JS7/p1597086591452000?thread_ts=1597085852.449300&cid=C02QB2JS7. |
https://www.npmjs.com/package/@lerna/version?activeTab=readme#--no-private I found something promising - flag that skips private packages when bumping versions. The challenge is that we use |
* Release script: Update react-native-editor version to 1.44.0 * Release script: Update with changes from 'npm run core preios' * Mobile - Link settings - Fix data not being saved when closing the bottom sheet (#27997) * Set onComplete handler as optional in Range cell component (#27987) Range cell component is used in multiple components but not all of them require the onComplete handler so it should be optional. * Mobile - Link settings - Check for onClose (#28039) * Fix: Add Image style settings for hotlinked images (#28006) * Update CHANGELOG.md (#28042) * Change spaces back to tabs Co-authored-by: Gerardo Pacheco <[email protected]> Co-authored-by: Carlos Garcia <[email protected]> Co-authored-by: Enej Bajgoric <[email protected]>
* Release script: Update react-native-editor version to 1.44.0 * Release script: Update with changes from 'npm run core preios' * Mobile - Link settings - Fix data not being saved when closing the bottom sheet (#27997) * Set onComplete handler as optional in Range cell component (#27987) Range cell component is used in multiple components but not all of them require the onComplete handler so it should be optional. * Mobile - Link settings - Check for onClose (#28039) * Fix: Add Image style settings for hotlinked images (#28006) * Update CHANGELOG.md (#28042) * Change spaces back to tabs * Release script: Update react-native-editor version to 1.44.1 * Release script: Update with changes from 'npm run core preios' * [RNMobile] Fix crash in mobile paragraph blocks with custom font size (#28121) * Remove px suffix from fontSize for Android paragraph * Issue does not seem to be limited to android on latest gutenberg master * Move fontSize char removal to richtext to account for multiple block errors * Add move to top bottom when long pressing block movers (#27554) * WC: Added move to top and bottom functionality via long pressing BlockMover buttons and clicking the button on the BottomSheet Picker. * WIP: Unit tests. * WC: WIP unit tests for add move to top and bottom * WC: Moving UI tests to gutenberg with other UI tests instead of keeping at gutenberg-mobile. Adding more convenience functions to EditorPage. * WIP: Unit tests. * WC: Adding icon and title to picker for move to top/bottom. * WC: Cleaning up code. * WC: Fixing merge issue where import was changed to const. * WC: Changing all imports to requires as per jest bug. * WC: Removing before/afterAll blocks from UI tests. * WC: Removing e2e tests to issue-1191-add-move-to-top-bottom-ui-tests branch. * WC: Updating imports to fall in line with other files. Co-authored-by: Wendy Chen <[email protected]> * Fixed crash introduced from recent fontSize fix (#28209) * Updated changelog Co-authored-by: Paul Von Schrottky <[email protected]> Co-authored-by: Gerardo Pacheco <[email protected]> Co-authored-by: Carlos Garcia <[email protected]> Co-authored-by: Enej Bajgoric <[email protected]> Co-authored-by: illusaen <[email protected]> Co-authored-by: Wendy Chen <[email protected]>
This is a non-code PR that puts the versions in CHANGELOG.md back into chronological order.