hyva-themes / magento2-react-checkout

Highly Customizable Checkout for Magento 2, Built with React.
BSD 3-Clause "New" or "Revised" License
178 stars 53 forks source link

Bump version to 1.1.3 #329

Closed ennostuurman closed 1 year ago

ennostuurman commented 1 year ago

The React checkout version should be bumped to 1.1.3 to be able to update the React checkout module w/ composer.

The latest release 1.1.2 dates back to September 21, in the meantime multiple changes and fixes have been merged into the core.

rajeev-k-tomy commented 1 year ago

You are right. I like to add some more improvements also. Let's do a version update in next week. Thanks for the encouragement :)

ennostuurman commented 1 year ago

Sounds like a plan, thx @rajeev-k-tomy ;-)

rajeev-k-tomy commented 1 year ago

little late.. but we are now on https://github.com/hyva-themes/magento2-react-checkout/releases/tag/1.1.3

Nuranto commented 1 year ago

Build fails after upgrading :

Module not found: Error: Can't resolve '@heroicons/react/24/outline' in '/var/www/html/vendor/hyva-themes/magento2-react-checkout/src/reactapp/src/components/common/ToggleBox'

When I check heroicons installed lib, I indeed only see @heroicons/react/outline and @heroicons/react/solid directories, no @heroicons/react/24. Am I missing something ?

EDIT : Yes I was missing something, v1 was installed because of corrupted package.json... my bad.

rajeev-k-tomy commented 1 year ago

Removing the node_modules directory and perform a fresh install would probably fix your problem @Nuranto