infinum / eightshift-libs

Library that is meant to be used inside Eightshift Boilerplate and Eightshift Boilerplate Plugin libs via composer in order to be able to easily set up a modern development process.
https://eightshift.com
MIT License
61 stars 10 forks source link

Columns block has wrong dependency #344

Closed dingo-d closed 11 months ago

dingo-d commented 2 years ago

Describe your bug

When importing the columns block the following command is listed as a dependency:

wp boilerplate blocks use-component --name='column'

Steps to Reproduce

  1. Install the theme with the boilerplate
  2. Try to run wp boilerplate blocks use-block --name=columns
  3. See the wrong message for dependencies

Expected behavior

The dependency is not on the component but on the block

 wp boilerplate blocks use-block --name=column

Screenshots, screen recording, code snippet

No response

Environment info

Please confirm that you have searched existing issues in this repo.

Yes

Please confirm that you have searched in our documentation and couldn't find the answer.

Yes

Please confirm that your bug occurs with all plugins uninstalled and with the default WordPress theme active.

Yes

iruzevic commented 11 months ago

fixed in the latest release