Shopify / ui-extensions

MIT License
248 stars 35 forks source link

Fix typo where BasicComponents were being added to the list of APIs #2080

Closed NathanJolly closed 2 weeks ago

NathanJolly commented 2 weeks ago

Background

There was a typo that combined these instead of keeping them separate. The first param is the list of API's, and the second param is the list of components. The typo accidentally combined the component list into the API list, causing errors.

Solution

Fix the typo

github-actions[bot] commented 2 weeks ago

We detected some changes in packages/*/package.json or packages/*/src, and there are no updates in the .changeset directory. If the changes are user-facing and should cause a version bump, run yarn changeset to track your changes and include them in the next release CHANGELOG. If you are making simple updates to repo configuration, examples, or documentation, you do not need to add a changeset.