diff --git a/.changeset/neat-fireants-whisper.md b/.changeset/neat-fireants-whisper.md deleted file mode 100644 index 7d14a45491..0000000000 --- a/.changeset/neat-fireants-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sl-design-system/eslint-config': patch ---- - -Remove incorrect tsconfig root dir setting diff --git a/tools/eslint-config/CHANGELOG.md b/tools/eslint-config/CHANGELOG.md index 13bc73cb5d..b0da970aa4 100644 --- a/tools/eslint-config/CHANGELOG.md +++ b/tools/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @sl-design-system/eslint-config +## 0.2.3 + +### Patch Changes + +- [#1503](https://github.com/sl-design-system/components/pull/1503) [`a2b2949`](https://github.com/sl-design-system/components/commit/a2b2949c147e00fae634493a051277f19d168ed2) - Remove incorrect tsconfig root dir setting + ## 0.2.2 ### Patch Changes diff --git a/tools/eslint-config/package.json b/tools/eslint-config/package.json index 261bb1590f..4c8e4f2a99 100644 --- a/tools/eslint-config/package.json +++ b/tools/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@sl-design-system/eslint-config", - "version": "0.2.2", + "version": "0.2.3", "packageManager": "yarn@4.1.1", "description": "ESLint config for SL Design System projects", "license": "Apache-2.0",