Skip to content

Commit

Permalink
Release 🚀 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
org-spear-ai authored Apr 17, 2024
1 parent 757cb8a commit 5b141ac
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-masks-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-crabs-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-toes-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-parrots-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-badgers-joke.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/ruff-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ruff-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/ruff-config/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
keywords = [
Expand Down

0 comments on commit 5b141ac

Please sign in to comment.