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 Jun 27, 2022
1 parent 15cac6d commit 61f41b4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 97 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 @@ -92,8 +92,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
49 changes: 0 additions & 49 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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 Expand Up @@ -184,7 +183,6 @@
"markdown-it": "12.3.2",
"merge-config": "2.0.0",
"mini-css-extract-plugin": "1.3.6",
"patch-package": "6.4.7",
"postcss": "8.2.13",
"postcss-loader": "4.2.0",
"prettier": "npm:[email protected]",
Expand Down
44 changes: 0 additions & 44 deletions patches/wordpress-components+14.2.0.patch

This file was deleted.

0 comments on commit 61f41b4

Please sign in to comment.