Open edodusi opened 1 week ago
hey @alvarosabu, I used feat
in the title because when we merge this we will squash and I think a minor version upgrade will be ideal, because we are not only refactoring directories or linting but we are actually updating core dependencies (storyblok/js and nextjs) and changing the build so once we merge this the build output will be different, and I think this requires a new release with a minor version (I think you typed major but were thinking minor)
Then I added many commits but we will just squash them so no need to worry about the semantic release.
hey @alvarosabu, I used
feat
in the title because when we merge this we will squash and I think a minor version upgrade will be ideal, because we are not only refactoring directories or linting but we are actually updating core dependencies (storyblok/js and nextjs) and changing the build so once we merge this the build output will be different, and I think this requires a new release with a minor version (I think you typed major but were thinking minor)Then I added many commits but we will just squash them so no need to worry about the semantic release.
Hey @edodusi thanks for clarifying, I missed the core deps bump since the other package.json was on the lib directory so I didn't see the diff. It makes sense to do a feat then since next increased a major and there are changes on the build output. Im gonna proceed to download and to QG.
Keep you posted
Updated according the new structure, with
src
instead oflib
and new defaults.Notes
__tests__
but needs rework (TBD)__tests__
, need more testsreact
,next13
,next13 app router
andnext 15
commitlint
, separatetest
How to test
Create a new project with React or Next and import the module using the latest commit provided here. You can use the playgrounds as reference.