Skip to content

Latest commit

 

History

History
99 lines (46 loc) · 4.27 KB

CHANGELOG.md

File metadata and controls

99 lines (46 loc) · 4.27 KB

4.3.0 (2023-11-13)

Features

4.2.0 (2023-10-11)

Refactors

  • cra-template-stg Finalized the whole refactor of the template (7635faa)

  • WHOLE TEMPLATE Changing a lot of namings, structure & fixing bugs (4117b96)

  • package.json & template.json Updating packages. Removing redundant files (64e98d9)

4.1.1 (2023-10-02)

Bug Fixes

  • package.json: fixing dependencies causing a run-time error (es-lint) (3a9fd92)

4.0.0 (2023-09-22)

Bug Fixes

  • storybook & double react instances whil using wrong references scope in package.json: fix/updt (d0152bf)

BREAKING CHANGES

  • storybook & double react instances whil using wrong references scope in package.json: A couple of big changes in package.json & template.json

3.0.0 (2023-09-21)

Bug Fixes

  • package.json & template.json: no longer postintall, prepack & postpack husky (2cb2fc3)

Performance Improvements

  • package.json & template.json: removing is-ci package. No longer needed (a0cb401)

BREAKING CHANGES

  • package.json & template.json: Changes to package.json & template.json - removing postintall, prepack & postpack from scripts. Husky will no longer initialize itself after yarn install or npm install commands or during CI pipelines.

2.0.1 (2023-09-21)

Bug Fixes

  • package.json, template.json: no longer running npx husky-init. No need o do that (8cb17b7)

2.0.0 (2023-09-21)

Bug Fixes

  • package.json & template.json: fixing husky command not found. Now adding .husky hooks properly (57d1153)
  • package.json && template.json: fixing a bug that was making instalaion of cra-template-stg fail (3994508)

BREAKING CHANGES

  • package.json & template.json: Changes to package.json & template.json directly indicate breaking changes to the template

1.0.3 (2023-09-20)

Bug Fixes

  • package.json: fixing error with releasing package from CI in Github Actions (12613b1)
  • package.json: fixing husky in CI throwing errors (019f72e)

1.0.2 (2023-09-20)

Bug Fixes

  • fixing custom-template not working (7fc0d4b)

Changelog

1.0.1 (2023-09-20)

Bug Fixes

  • changelog.md: cHANGELOG was not generated (47f3cbf)