diff --git a/.changeset/eight-masks-melt.md b/.changeset/eight-masks-melt.md deleted file mode 100644 index 3480a15..0000000 --- a/.changeset/eight-masks-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/eslint-config": major ---- - -Added strict boolean expression checking to ESLint config.y diff --git a/.changeset/healthy-crabs-smell.md b/.changeset/healthy-crabs-smell.md deleted file mode 100644 index 2adc399..0000000 --- a/.changeset/healthy-crabs-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ruff-config": major ---- - -Updated Ruff version. diff --git a/.changeset/loud-toes-wash.md b/.changeset/loud-toes-wash.md deleted file mode 100644 index 94f51f1..0000000 --- a/.changeset/loud-toes-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/eslint-config": patch ---- - -Excluded non-javascript like files from ESLint config’s benchmark, storybook, and test rules. diff --git a/.changeset/new-parrots-shake.md b/.changeset/new-parrots-shake.md deleted file mode 100644 index 4a71781..0000000 --- a/.changeset/new-parrots-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/eslint-config": patch ---- - -Ignored unresolved imports from markdown files in ESLint config. diff --git a/.changeset/sweet-badgers-joke.md b/.changeset/sweet-badgers-joke.md deleted file mode 100644 index 094ee7c..0000000 --- a/.changeset/sweet-badgers-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ruff-config": patch ---- - -Allowed En Dash in Ruff config. diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index bdbbf3e..cc30429 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,17 @@ # @spear-ai/eslint-config +## 19.0.0 + +### Major Changes + +- [#433](https://github.com/spear-ai/citizen/pull/433) [`951fd86`](https://github.com/spear-ai/citizen/commit/951fd866f77465ddaa4ecb79bc17870ee86da1cf) Thanks [@psirenny](https://github.com/psirenny)! - Added strict boolean expression checking to ESLint config.y + +### Patch Changes + +- [#428](https://github.com/spear-ai/citizen/pull/428) [`cc36260`](https://github.com/spear-ai/citizen/commit/cc36260918cba90507fa1221b1e02a9017702e20) Thanks [@psirenny](https://github.com/psirenny)! - Excluded non-javascript like files from ESLint config’s benchmark, storybook, and test rules. + +- [#434](https://github.com/spear-ai/citizen/pull/434) [`c3b3a4c`](https://github.com/spear-ai/citizen/commit/c3b3a4c1bd7637fc9b91563d07b1ad372045db16) Thanks [@psirenny](https://github.com/psirenny)! - Ignored unresolved imports from markdown files in ESLint config. + ## 18.0.0 ### Major Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 5e38592..f509085 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/eslint-config", - "version": "18.0.0", + "version": "19.0.0", "description": "Spear AI ESLint config", "author": { "name": "Spear AI", diff --git a/packages/ruff-config/CHANGELOG.md b/packages/ruff-config/CHANGELOG.md index 318a8d6..77aea1c 100644 --- a/packages/ruff-config/CHANGELOG.md +++ b/packages/ruff-config/CHANGELOG.md @@ -1,5 +1,15 @@ # @spear-ai/ruff-config +## 4.0.0 + +### Major Changes + +- [#430](https://github.com/spear-ai/citizen/pull/430) [`c2de9fd`](https://github.com/spear-ai/citizen/commit/c2de9fd963f03c9799df7c6f4937f6fe2c7ea7a5) Thanks [@psirenny](https://github.com/psirenny)! - Updated Ruff version. + +### Patch Changes + +- [#426](https://github.com/spear-ai/citizen/pull/426) [`cdb10a0`](https://github.com/spear-ai/citizen/commit/cdb10a06346b6762522a2dc7537b4cba227efdab) Thanks [@psirenny](https://github.com/psirenny)! - Allowed En Dash in Ruff config. + ## 3.0.0 ### Major Changes diff --git a/packages/ruff-config/package.json b/packages/ruff-config/package.json index ed16434..12c82e4 100644 --- a/packages/ruff-config/package.json +++ b/packages/ruff-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/ruff-config", - "version": "3.0.0", + "version": "4.0.0", "description": "Spear AI Ruff config", "author": { "name": "Spear AI", diff --git a/packages/ruff-config/pyproject.toml b/packages/ruff-config/pyproject.toml index 7237e93..a8f8c5b 100644 --- a/packages/ruff-config/pyproject.toml +++ b/packages/ruff-config/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "spear-ai-ruff-config" -version = "3.0.0" +version = "4.0.0" description = "Spear AI Ruff config" authors = ["Spear AI "] keywords = [