From a8b51261fee4738d786c4a4cc97e91e9db96bb53 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 11 Dec 2024 13:27:00 +0100 Subject: [PATCH] v3.6.8 --- CHANGELOG.md | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b824c..442959a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 magpie-base@3.6.x -$ npm install --save-dev @samhammer/vue-cli-plugin-stylelint@5.x -$ npm install --save-dev @vue/cli-plugin-eslint@5.x ``` -- 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 diff --git a/package.json b/package.json index 3ae3d59..3e3039d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magpie-base", - "version": "3.6.7", + "version": "3.6.8", "description": "Provides base components for magpie frontend projects", "author": "magpie project", "scripts": {