Skip to content

Commit

Permalink
Remove Combobox patch (woocommerce#6465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu authored and senadir committed Nov 12, 2022
1 parent b931434 commit e645a27
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 48 deletions.
2 changes: 0 additions & 2 deletions assets/js/base/components/combobox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ const Combobox = ( {
setValidationErrors,
] );

// @todo Remove patch for ComboboxControl once https://github.com/WordPress/gutenberg/pull/33928 is released
// Also see https://github.com/WordPress/gutenberg/pull/34090
return (
<div
id={ controlId }
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"package-plugin:dev": "rimraf woocommerce-gutenberg-products-block.zip && ./bin/build-plugin-zip.sh -d",
"package-plugin:zip-only": "rimraf woocommerce-gutenberg-products-block.zip && ./bin/build-plugin-zip.sh -z",
"package-plugin:deploy": "npm run build:deploy && npm run package-plugin:zip-only",
"postinstall": "patch-package",
"reformat-files": "prettier --ignore-path .eslintignore --write \"**/*.{js,jsx,json,ts,tsx}\"",
"release": "sh ./bin/wordpress-deploy.sh",
"start": "rimraf build/* && cross-env BABEL_ENV=default CHECK_CIRCULAR_DEPS=true webpack --watch --info-verbosity none",
Expand Down
44 changes: 0 additions & 44 deletions patches/wordpress-components+14.2.0.patch

This file was deleted.

0 comments on commit e645a27

Please sign in to comment.