From c9f1e49b314dd7aca0fdadbec5a6a119fa8e62c6 Mon Sep 17 00:00:00 2001 From: org-spear-ai <145039045+org-spear-ai@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:40:53 -0500 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=9A=80=20(#393)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/purple-rats-kick.md | 5 ----- .changeset/tricky-otters-repeat.md | 5 ----- .changeset/twelve-donkeys-promise.md | 11 ----------- packages/commitlint-config/CHANGELOG.md | 6 ++++++ packages/commitlint-config/package.json | 2 +- packages/dev-image/CHANGELOG.md | 6 ++++++ packages/dev-image/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 10 ++++++++++ packages/eslint-config/package.json | 2 +- packages/npm-package-json-lint-config/CHANGELOG.md | 6 ++++++ packages/npm-package-json-lint-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 6 ++++++ packages/prettier-config/package.json | 2 +- packages/pulumi-policy-pack/CHANGELOG.md | 6 ++++++ packages/pulumi-policy-pack/package.json | 2 +- packages/ruff-config/CHANGELOG.md | 10 ++++++++++ packages/ruff-config/package.json | 2 +- packages/ruff-config/pyproject.toml | 2 +- 18 files changed, 58 insertions(+), 29 deletions(-) delete mode 100644 .changeset/purple-rats-kick.md delete mode 100644 .changeset/tricky-otters-repeat.md delete mode 100644 .changeset/twelve-donkeys-promise.md diff --git a/.changeset/purple-rats-kick.md b/.changeset/purple-rats-kick.md deleted file mode 100644 index 1a9d0e55..00000000 --- a/.changeset/purple-rats-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/ruff-config": major ---- - -Updated Ruff config. diff --git a/.changeset/tricky-otters-repeat.md b/.changeset/tricky-otters-repeat.md deleted file mode 100644 index e020ffa3..00000000 --- a/.changeset/tricky-otters-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/eslint-config": major ---- - -Made ESLint rules stricter by disallowing multiple resolved promises and preferring async/await to callbacks or promises. diff --git a/.changeset/twelve-donkeys-promise.md b/.changeset/twelve-donkeys-promise.md deleted file mode 100644 index 2be23f6c..00000000 --- a/.changeset/twelve-donkeys-promise.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@spear-ai/commitlint-config": patch -"@spear-ai/dev-image": patch -"@spear-ai/eslint-config": patch -"@spear-ai/npm-package-json-lint-config": patch -"@spear-ai/prettier-config": patch -"@spear-ai/pulumi-policy-pack": patch -"@spear-ai/ruff-config": patch ---- - -Removed Yarn zero-installs. diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 4a811af7..197c4fb4 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/commitlint-config +## 3.1.1 + +### Patch Changes + +- [#392](https://github.com/spear-ai/citizen/pull/392) [`6894349`](https://github.com/spear-ai/citizen/commit/68943496452873a28c14135f94a959fd4d8c943c) Thanks [@psirenny](https://github.com/psirenny)! - Removed Yarn zero-installs. + ## 3.1.0 ### Minor Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 4ee1c3f8..5bfa7e7f 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/commitlint-config", - "version": "3.1.0", + "version": "3.1.1", "description": "Spear AI commitlint config", "author": { "name": "Spear AI", diff --git a/packages/dev-image/CHANGELOG.md b/packages/dev-image/CHANGELOG.md index 7ab6f169..021d086f 100644 --- a/packages/dev-image/CHANGELOG.md +++ b/packages/dev-image/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/dev-image +## 1.1.4 + +### Patch Changes + +- [#392](https://github.com/spear-ai/citizen/pull/392) [`6894349`](https://github.com/spear-ai/citizen/commit/68943496452873a28c14135f94a959fd4d8c943c) Thanks [@psirenny](https://github.com/psirenny)! - Removed Yarn zero-installs. + ## 1.1.3 ### Patch Changes diff --git a/packages/dev-image/package.json b/packages/dev-image/package.json index 10bbfede..47405fd4 100644 --- a/packages/dev-image/package.json +++ b/packages/dev-image/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/dev-image", - "version": "1.1.3", + "version": "1.1.4", "description": "Spear AI Docker dev image", "author": { "name": "Spear AI", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 358d87bf..bdbbf3ec 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,15 @@ # @spear-ai/eslint-config +## 18.0.0 + +### Major Changes + +- [#396](https://github.com/spear-ai/citizen/pull/396) [`9fb30c1`](https://github.com/spear-ai/citizen/commit/9fb30c1ee81582d6b5ebbbf5d58ac7287cb0565f) Thanks [@psirenny](https://github.com/psirenny)! - Made ESLint rules stricter by disallowing multiple resolved promises and preferring async/await to callbacks or promises. + +### Patch Changes + +- [#392](https://github.com/spear-ai/citizen/pull/392) [`6894349`](https://github.com/spear-ai/citizen/commit/68943496452873a28c14135f94a959fd4d8c943c) Thanks [@psirenny](https://github.com/psirenny)! - Removed Yarn zero-installs. + ## 17.1.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index c7f6ff2b..f0161048 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/eslint-config", - "version": "17.1.0", + "version": "18.0.0", "description": "Spear AI ESLint config", "author": { "name": "Spear AI", diff --git a/packages/npm-package-json-lint-config/CHANGELOG.md b/packages/npm-package-json-lint-config/CHANGELOG.md index 232ae87e..96c361d7 100644 --- a/packages/npm-package-json-lint-config/CHANGELOG.md +++ b/packages/npm-package-json-lint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/npm-package-json-lint-config +## 3.1.1 + +### Patch Changes + +- [#392](https://github.com/spear-ai/citizen/pull/392) [`6894349`](https://github.com/spear-ai/citizen/commit/68943496452873a28c14135f94a959fd4d8c943c) Thanks [@psirenny](https://github.com/psirenny)! - Removed Yarn zero-installs. + ## 3.1.0 ### Minor Changes diff --git a/packages/npm-package-json-lint-config/package.json b/packages/npm-package-json-lint-config/package.json index 3073cbc8..6f17b424 100644 --- a/packages/npm-package-json-lint-config/package.json +++ b/packages/npm-package-json-lint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/npm-package-json-lint-config", - "version": "3.1.0", + "version": "3.1.1", "description": "Spear AI `npm-package-json-lint` config files", "author": { "name": "Spear AI", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index fbfe887f..e434a667 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/prettier-config +## 2.1.1 + +### Patch Changes + +- [#392](https://github.com/spear-ai/citizen/pull/392) [`6894349`](https://github.com/spear-ai/citizen/commit/68943496452873a28c14135f94a959fd4d8c943c) Thanks [@psirenny](https://github.com/psirenny)! - Removed Yarn zero-installs. + ## 2.1.0 ### Minor Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index adbd24a7..e1372cef 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/prettier-config", - "version": "2.1.0", + "version": "2.1.1", "description": "Spear AI Prettier config", "author": { "name": "Spear AI", diff --git a/packages/pulumi-policy-pack/CHANGELOG.md b/packages/pulumi-policy-pack/CHANGELOG.md index d33e8a51..c66d7132 100644 --- a/packages/pulumi-policy-pack/CHANGELOG.md +++ b/packages/pulumi-policy-pack/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/pulumi-policy-pack +## 2.1.1 + +### Patch Changes + +- [#392](https://github.com/spear-ai/citizen/pull/392) [`6894349`](https://github.com/spear-ai/citizen/commit/68943496452873a28c14135f94a959fd4d8c943c) Thanks [@psirenny](https://github.com/psirenny)! - Removed Yarn zero-installs. + ## 2.1.0 ### Minor Changes diff --git a/packages/pulumi-policy-pack/package.json b/packages/pulumi-policy-pack/package.json index 541726e1..675bc33d 100644 --- a/packages/pulumi-policy-pack/package.json +++ b/packages/pulumi-policy-pack/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/pulumi-policy-pack", - "version": "2.1.0", + "version": "2.1.1", "description": "Spear AI Pulumi Policy Pack", "author": { "name": "Spear AI", diff --git a/packages/ruff-config/CHANGELOG.md b/packages/ruff-config/CHANGELOG.md index 469fd774..318a8d62 100644 --- a/packages/ruff-config/CHANGELOG.md +++ b/packages/ruff-config/CHANGELOG.md @@ -1,5 +1,15 @@ # @spear-ai/ruff-config +## 3.0.0 + +### Major Changes + +- [#397](https://github.com/spear-ai/citizen/pull/397) [`2757e32`](https://github.com/spear-ai/citizen/commit/2757e3290bc89da3eee63758889c91edaad402dc) Thanks [@psirenny](https://github.com/psirenny)! - Updated Ruff config. + +### Patch Changes + +- [#392](https://github.com/spear-ai/citizen/pull/392) [`6894349`](https://github.com/spear-ai/citizen/commit/68943496452873a28c14135f94a959fd4d8c943c) Thanks [@psirenny](https://github.com/psirenny)! - Removed Yarn zero-installs. + ## 2.1.0 ### Minor Changes diff --git a/packages/ruff-config/package.json b/packages/ruff-config/package.json index a8b62aa0..74ba94b9 100644 --- a/packages/ruff-config/package.json +++ b/packages/ruff-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/ruff-config", - "version": "2.1.0", + "version": "3.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 7f1ecba2..7906d273 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 = "2.1.0" +version = "3.0.0" description = "Spear AI Ruff config" authors = ["Spear AI "] keywords = [