-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from eruptionjs/v1.3
v1.3
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
|
||
## v1.0.0 | ||
|
||
. Eruption First Release. | ||
༼ つ ◕_◕ ༽つ🌋 | ||
|
||
## v1.1.0 | ||
|
||
. Vite depedency updated to from v2 to v3. | ||
. Fixed missing .sh files for husky pre-commit and commit-msg hook. | ||
. Added missing config for promp-cli at commitlint. | ||
|
||
## v1.2.0 | ||
|
||
. Added msw as a dev dep, but still missing default config | ||
. Changed minor configs to match vite@latest with focus on DX | ||
|
||
## v1.3.0 | ||
|
||
. Upgraded Node to latest LTS version, v18 (hydrogen) | ||
. Upgraded Vite to v4. | ||
. Changed vite-react plugin to vite-react-swc | ||
. Bumped dev dependencies to latest | ||
|
||
PS: Know issue on vitest/globals conflicting with testing-lib/jest-dom when running for build/preview scripts. Solutions provided were not sufficient to keep both globals working properly. As a fix, `"skipLibCheck": true,` from `tsconfig.json` was changed to `false`, in order to keep running those scripts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters