Skip to content

Commit

Permalink
Release 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
org-spear-ai authored May 22, 2024
1 parent 9b30c89 commit d621a55
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-laws-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-fans-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-vans-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-olives-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-lobsters-smile.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

## 20.0.0

### Major Changes

- [#462](https://github.com/spear-ai/citizen/pull/462) [`9b30c89`](https://github.com/spear-ai/citizen/commit/9b30c89036abfc0f436399453936d9f141420ccf) Thanks [@psirenny](https://github.com/psirenny)! - Replaced `eslint-import-plugin` with `eslint-plugin-import-x`.

- [#462](https://github.com/spear-ai/citizen/pull/462) [`9b30c89`](https://github.com/spear-ai/citizen/commit/9b30c89036abfc0f436399453936d9f141420ccf) Thanks [@psirenny](https://github.com/psirenny)! - Added ESlint Stylistic formatting to ESLint config.

- [#462](https://github.com/spear-ai/citizen/pull/462) [`9b30c89`](https://github.com/spear-ai/citizen/commit/9b30c89036abfc0f436399453936d9f141420ccf) Thanks [@psirenny](https://github.com/psirenny)! - Removed `eslint-plugin-array-func` plugin from ESLint config because it doesn’t properly export itself as an ESM module.

- [#462](https://github.com/spear-ai/citizen/pull/462) [`9b30c89`](https://github.com/spear-ai/citizen/commit/9b30c89036abfc0f436399453936d9f141420ccf) Thanks [@psirenny](https://github.com/psirenny)! - Updated ESLint plugins and rules.

## 19.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": "19.0.0",
"version": "20.0.0",
"description": "Spear AI ESLint config",
"author": {
"name": "Spear AI",
Expand Down
6 changes: 6 additions & 0 deletions packages/sqlfluff-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @spear-ai/sqlfluff-config

## 1.0.1

### Patch Changes

- [#459](https://github.com/spear-ai/citizen/pull/459) [`d293c7a`](https://github.com/spear-ai/citizen/commit/d293c7a6324c5a45ea6ffa0c194d6ab23883553f) Thanks [@psirenny](https://github.com/psirenny)! - Fixed SQlFluff config’s description.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlfluff-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spear-ai/sqlfluff-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Spear AI SQLFluff config",
"author": {
"name": "Spear AI",
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlfluff-config/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spear-ai-sqlfluff-config"
version = "1.0.0"
version = "1.0.1"
description = "Spear AI SQLFluff config"
authors = ["Spear AI <[email protected]>"]
keywords = [
Expand Down

0 comments on commit d621a55

Please sign in to comment.