-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adf5a8d
commit a8b5126
Showing
2 changed files
with
7 additions
and
7 deletions.
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 |
---|---|---|
@@ -1,10 +1,14 @@ | ||
# Changelog | ||
|
||
## [3.6.8] - 2024-12-11 | ||
|
||
|
||
## [3.6.7] - 2024-04-25 | ||
|
||
### Fixed | ||
|
||
- fix(linting): Make linting work again | ||
- fix(deploy-workflows): Update actions/cache to v4 | ||
- fix(deploy-workflows): Update peterjgrainger/action-create-branch to v3.0.0 | ||
|
||
### How to update existing projects | ||
|
||
|
@@ -13,13 +17,9 @@ $ cd your-project | |
$ rm -rf node_modules # Or remove the node_modules folder by hand | ||
$ rm package-lock.json # Or remove the package-lock.json file by hand | ||
$ npm install [email protected] | ||
$ npm install --save-dev @samhammer/[email protected] | ||
$ npm install --save-dev @vue/[email protected] | ||
``` | ||
|
||
- In your `eslintrc.js` remove all lines that mention `vue` or `babel-eslint` | ||
- In your `stylelint.config.js` replace `'stylelint-config-standard'` with `'stylelint-config-recommended-vue'` | ||
- Add `eslintrc.js` as the last line to the file `.eslintignore` | ||
- Change `.github/workflows/deploy-to-gh-pages.yml` according to adf5a8d11819479c71fa272bbeedbe4c8dd80c01 | ||
|
||
## [3.6.2] - 2024-03-17 | ||
|
||
|
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