-
Notifications
You must be signed in to change notification settings - Fork 219
Fix Mini-Cart block conflict with Page Optimize and Product Bundles (II) #9586
Conversation
The release ZIP for this PR is accessible via:
TypeScript Errors Report
assets/js/atomic/blocks/product-elements/button/block.tsx
assets/js/atomic/blocks/product-elements/button/supports.ts assets/js/base/components/drawer/index.tsx assets/js/base/hooks/use-border-props.ts assets/js/base/hooks/use-color-props.ts assets/js/base/hooks/use-spacing-props.ts assets/js/blocks/mini-cart/edit.tsx assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/block.tsx assets/js/blocks/product-search/block.js assets/js/blocks/product-search/edit.js assets/js/data/utils/has-in-state.js assets/js/data/utils/update-state.js Script Dependencies ReportThe
This comment was automatically generated by the |
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.1 MB ℹ️ View Unchanged
|
@roykho if you go to |
@Aljullu yes and yes |
@roykho I would say somewhere in the codebase there is still a 10.0.4 reference. Can you make sure the versions in these files are set to 10.0.5 before running |
I suggest using: |
Ok so in my VS code workspace, I have both repos in there and search and replace all do both. That caused the issue. All good now. |
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!
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! 🚀
Thanks for the reviews, folks! Some automations are failing in this PR, but:
Based on that, I will go ahead and merge and continue with the 10.0.5 release. |
* Empty commit for release pull request * Add 10.2.1 changelog * Update versions to 10.2.1 * Fix Mini-Cart block conflict with Page Optimize and Product Bundles (II) (#9586) * Add 10.2.1 testing steps --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Albert Juhé Lluveras <[email protected]>
* Empty commit for release pull request * Fix Mini-Cart block conflict with Page Optimize and Product Bundles (II) (#9586) * Add 10.0.5 changelog * Update versiosn to 10.0.5 * Fix 10.0.4 testing notes markdown * Add 10.0.5 testing notes --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Albert Juhé Lluveras <[email protected]>
Fixes #9584.
Supersets #9585.
This PR ports the change introduced in #8979 to WC Blocks 10.0.x. It also modifies the status we compare against (
enqueued
instead ofdone
), so we match any enqueued script, even if it hasn't been printed yet.Testing
User Facing Testing
10.0.4
with10.0.5
in the codebase and runcomposer i
. Otherwise, WC core wouldn't load WC Blocks from the feature plugin.WooCommerce Visibility
Changelog