diff --git a/eslint-config/CHANGELOG.md b/eslint-config/CHANGELOG.md index f676fcb..d0bdd62 100644 --- a/eslint-config/CHANGELOG.md +++ b/eslint-config/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.3.1 - 2023/09/19 +Bump required version of prettier to v3.0.x + +# v0.3.0 - 2023/09/19 +Accidental release. + # v0.2.1 - 2023/03/01 Nothing changed - version bump to match other packages diff --git a/eslint-config/package.json b/eslint-config/package.json index 4e4d006..5bb6c1f 100644 --- a/eslint-config/package.json +++ b/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@tree-company/eslint-config", "description": "Default configurations for eslint", - "version": "0.3.0", + "version": "0.3.1", "repository": "git@github.com:tree-company/developer-handbook", "author": "Tree company ", "contributors": ["Robbe Van Petegem "], diff --git a/package.json b/package.json index c773a4e..8d8c0ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tree-company/linting-config", - "version": "0.3.0", + "version": "0.3.1", "description": "Default linting configs for Tree company projects", "main": "index.js", "repository": "https://github.com/tree-company/linting-config", diff --git a/stylelint-config/CHANGELOG.md b/stylelint-config/CHANGELOG.md index d2797c6..e866ebe 100644 --- a/stylelint-config/CHANGELOG.md +++ b/stylelint-config/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.3.1 - 2023/09/19 +Bump required version of prettier to v3.0.x + +# v0.3.0 - 2023/09/19 +Accidental release. + # v0.2.1 - 2023/03/01 * Remove usage of `stylelint-config-prettier` diff --git a/stylelint-config/package.json b/stylelint-config/package.json index e0dbe39..2006aad 100644 --- a/stylelint-config/package.json +++ b/stylelint-config/package.json @@ -1,7 +1,7 @@ { "name": "@tree-company/stylelint-config", "description": "Default configurations for stylelint", - "version": "0.3.0", + "version": "0.3.1", "repository": "git@github.com:tree-company/developer-handbook", "author": "Tree company ", "contributors": ["Robbe Van Petegem "],