Skip to content

Commit

Permalink
docs: update changelog for v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
devmozao committed Mar 14, 2023
1 parent 427948e commit 80cceff
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
# Changelog

## v1.0.0
## v1.4.0

. Eruption First Release.
༼ つ ◕_◕ ༽つ🌋
. Upgraded several libs to the latest version.
. Stylelint v15 removed all style rules, making `stylelint-config-prettier` obsolete.
. Several new `eslint-import` rules added for DX QoL.

## 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.

## 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.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.0.0

## v1.3.0
. Eruption First Release.
༼ つ ◕_◕ ༽つ🌋

. 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
## Know issue

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.
1. 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.

0 comments on commit 80cceff

Please sign in to comment.