From 5b1ddd93447805e420dfdc922264f0916e6cf75b Mon Sep 17 00:00:00 2001 From: Robbe Van Petegem Date: Mon, 6 May 2024 12:57:07 +0200 Subject: [PATCH] Bump version to v0.4.2 --- eslint-config/CHANGELOG.md | 3 +++ eslint-config/index.js | 2 +- eslint-config/package.json | 2 +- package.json | 2 +- stylelint-config/CHANGELOG.md | 3 +++ stylelint-config/package.json | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/eslint-config/CHANGELOG.md b/eslint-config/CHANGELOG.md index 70a5720..fd73055 100644 --- a/eslint-config/CHANGELOG.md +++ b/eslint-config/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.4.2 - 2024/05/06 +* Fix react config + # v0.4.1 - 2024/05/06 * Fix filename for main import diff --git a/eslint-config/index.js b/eslint-config/index.js index bd2e8e4..57a1fd3 100644 --- a/eslint-config/index.js +++ b/eslint-config/index.js @@ -52,7 +52,7 @@ const plugin = { // We have to repeat the information from our package.json. [see](https://eslint.org/docs/latest/extend/plugin-migration-flat-config#adding-plugin-meta-information) meta: { name: "@tree-company/eslint-config", - version: "0.4.1", + version: "0.4.2", }, configs: { default: defaultConfig, diff --git a/eslint-config/package.json b/eslint-config/package.json index 50061cf..f9c7601 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.4.1", + "version": "0.4.2", "repository": "git@github.com:tree-company/developer-handbook", "author": "Tree company ", "contributors": [ diff --git a/package.json b/package.json index b6de818..53bae4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tree-company/linting-config", - "version": "0.4.1", + "version": "0.4.2", "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 142c90a..7033d9b 100644 --- a/stylelint-config/CHANGELOG.md +++ b/stylelint-config/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.4.2 - 2024/05/06 +Nothing changed - version bump to match other packages + # v0.4.1 - 2024/05/06 Nothing changed - version bump to match other packages diff --git a/stylelint-config/package.json b/stylelint-config/package.json index affe715..edbc726 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.4.1", + "version": "0.4.2", "repository": "git@github.com:tree-company/developer-handbook", "author": "Tree company ", "contributors": ["Robbe Van Petegem "],