From 2ed4671dfb031c085f1b3a4c254abe832ca79fe9 Mon Sep 17 00:00:00 2001 From: Dirk de Visser Date: Mon, 4 Nov 2024 08:44:40 +0100 Subject: [PATCH] chore: release main --- packages/eslint-config/CHANGELOG.md | 13 +++++++++++++ packages/eslint-config/package.json | 8 ++++++-- release-please-manifest.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index aa958b8..20ab5f6 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v2.0.0...eslint-config-v2.1.0) (2024-11-04) + + +### Features + +* Upperbound the time spend creating Prettier auto-fixes ([a4b5968](https://github.com/lightbasenl/platforms/commit/a4b5968eb96a4b93198741f6eea03078d780f554)) + + +### Dependencies + +* Bump eslint-plugin-import-x from 4.3.1 to 4.4.0 ([#295](https://github.com/lightbasenl/platforms/issues/295)) ([9ed1c3b](https://github.com/lightbasenl/platforms/commit/9ed1c3b7be5f04ce850b6d8993e01ed5fc569713)) +* Bump the eslint group with 2 updates ([#297](https://github.com/lightbasenl/platforms/issues/297)) ([b654de1](https://github.com/lightbasenl/platforms/commit/b654de10ec7a80b04e167b9540855a3f72601c6b)) + ## [2.0.0](https://github.com/lightbasenl/platforms/compare/eslint-config-v1.2.0...eslint-config-v2.0.0) (2024-10-22) ### ⚠ BREAKING CHANGES diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 3e52adc..16a247b 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lightbase/eslint-config", - "version": "2.0.0", + "version": "2.1.0", "description": "ESLint based linting and formatting configuration", "type": "module", "license": "MIT", @@ -19,7 +19,11 @@ }, "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", - "files": ["README.md", "LICENSE", "dist/src"], + "files": [ + "README.md", + "LICENSE", + "dist/src" + ], "scripts": { "build": "tsc -p ./tsconfig.json", "lint": "eslint . --fix --cache --cache-strategy content --cache-location .cache/eslint/ --color", diff --git a/release-please-manifest.json b/release-please-manifest.json index e8a3978..d83b9bd 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/eslint-config": "2.0.0", + "packages/eslint-config": "2.1.0", "packages/pull-through-cache": "0.2.2" }