From 1d3b4d8e52ab30ff777f75dcd1742350abc2fdf3 Mon Sep 17 00:00:00 2001 From: org-spear-ai <145039045+org-spear-ai@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:27:48 -0500 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=9A=80=20(#378)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/hip-glasses-march.md | 11 ----------- .changeset/shy-fireants-teach.md | 11 ----------- .changeset/smooth-hairs-crash.md | 5 ----- .changeset/strong-dragons-work.md | 5 ----- packages/commitlint-config/CHANGELOG.md | 12 ++++++++++++ packages/commitlint-config/package.json | 2 +- packages/dev-image/CHANGELOG.md | 8 ++++++++ packages/dev-image/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 12 ++++++++++++ packages/eslint-config/package.json | 2 +- packages/npm-package-json-lint-config/CHANGELOG.md | 8 ++++++++ packages/npm-package-json-lint-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 8 ++++++++ packages/prettier-config/package.json | 2 +- packages/pulumi-policy-pack/CHANGELOG.md | 8 ++++++++ packages/pulumi-policy-pack/package.json | 2 +- packages/ruff-config/CHANGELOG.md | 8 ++++++++ packages/ruff-config/package.json | 2 +- packages/ruff-config/pyproject.toml | 2 +- 19 files changed, 72 insertions(+), 40 deletions(-) delete mode 100644 .changeset/hip-glasses-march.md delete mode 100644 .changeset/shy-fireants-teach.md delete mode 100644 .changeset/smooth-hairs-crash.md delete mode 100644 .changeset/strong-dragons-work.md diff --git a/.changeset/hip-glasses-march.md b/.changeset/hip-glasses-march.md deleted file mode 100644 index 029e7472..00000000 --- a/.changeset/hip-glasses-march.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 ---- - -Updated to Node.js v20. diff --git a/.changeset/shy-fireants-teach.md b/.changeset/shy-fireants-teach.md deleted file mode 100644 index f2bb68d4..00000000 --- a/.changeset/shy-fireants-teach.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 ---- - -Updated to Yarn v4.1.0. diff --git a/.changeset/smooth-hairs-crash.md b/.changeset/smooth-hairs-crash.md deleted file mode 100644 index 4591fd73..00000000 --- a/.changeset/smooth-hairs-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/eslint-config": major ---- - -Updated ESLint config rules. diff --git a/.changeset/strong-dragons-work.md b/.changeset/strong-dragons-work.md deleted file mode 100644 index acd1846e..00000000 --- a/.changeset/strong-dragons-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spear-ai/commitlint-config": major ---- - -Modified Commitlint config to require trimmed headers. diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index d250e661..83764b51 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,17 @@ # @spear-ai/commitlint-config +## 3.0.0 + +### Major Changes + +- [#382](https://github.com/spear-ai/citizen/pull/382) [`63f752d`](https://github.com/spear-ai/citizen/commit/63f752dbee83c5e5898adcf186efe3c636947693) Thanks [@psirenny](https://github.com/psirenny)! - Modified Commitlint config to require trimmed headers. + +### Patch Changes + +- [#377](https://github.com/spear-ai/citizen/pull/377) [`6454f2a`](https://github.com/spear-ai/citizen/commit/6454f2a1ec982bf89096c4d1ff19e4df4229ab03) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Node.js v20. + +- [#379](https://github.com/spear-ai/citizen/pull/379) [`36be2d5`](https://github.com/spear-ai/citizen/commit/36be2d56454eeeba9e0ea085074137d8709561ba) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Yarn v4.1.0. + ## 2.2.0 ### Minor Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 2f7238ab..6ea7a4ff 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/commitlint-config", - "version": "2.2.0", + "version": "3.0.0", "description": "Spear AI commitlint config", "author": { "name": "Spear AI", diff --git a/packages/dev-image/CHANGELOG.md b/packages/dev-image/CHANGELOG.md index 6da327b0..7ab6f169 100644 --- a/packages/dev-image/CHANGELOG.md +++ b/packages/dev-image/CHANGELOG.md @@ -1,5 +1,13 @@ # @spear-ai/dev-image +## 1.1.3 + +### Patch Changes + +- [#377](https://github.com/spear-ai/citizen/pull/377) [`6454f2a`](https://github.com/spear-ai/citizen/commit/6454f2a1ec982bf89096c4d1ff19e4df4229ab03) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Node.js v20. + +- [#379](https://github.com/spear-ai/citizen/pull/379) [`36be2d5`](https://github.com/spear-ai/citizen/commit/36be2d56454eeeba9e0ea085074137d8709561ba) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Yarn v4.1.0. + ## 1.1.2 ### Patch Changes diff --git a/packages/dev-image/package.json b/packages/dev-image/package.json index 151bfa02..10bbfede 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.2", + "version": "1.1.3", "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 165c7668..1d474515 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,17 @@ # @spear-ai/eslint-config +## 16.0.0 + +### Major Changes + +- [#381](https://github.com/spear-ai/citizen/pull/381) [`2903cdf`](https://github.com/spear-ai/citizen/commit/2903cdf237abb9c592468d1ff4520f6b5a45523b) Thanks [@psirenny](https://github.com/psirenny)! - Updated ESLint config rules. + +### Patch Changes + +- [#377](https://github.com/spear-ai/citizen/pull/377) [`6454f2a`](https://github.com/spear-ai/citizen/commit/6454f2a1ec982bf89096c4d1ff19e4df4229ab03) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Node.js v20. + +- [#379](https://github.com/spear-ai/citizen/pull/379) [`36be2d5`](https://github.com/spear-ai/citizen/commit/36be2d56454eeeba9e0ea085074137d8709561ba) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Yarn v4.1.0. + ## 15.0.0 ### Major Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 8afd88ee..66f580e0 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/eslint-config", - "version": "15.0.0", + "version": "16.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 54921a92..d538fd52 100644 --- a/packages/npm-package-json-lint-config/CHANGELOG.md +++ b/packages/npm-package-json-lint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @spear-ai/npm-package-json-lint-config +## 3.0.2 + +### Patch Changes + +- [#377](https://github.com/spear-ai/citizen/pull/377) [`6454f2a`](https://github.com/spear-ai/citizen/commit/6454f2a1ec982bf89096c4d1ff19e4df4229ab03) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Node.js v20. + +- [#379](https://github.com/spear-ai/citizen/pull/379) [`36be2d5`](https://github.com/spear-ai/citizen/commit/36be2d56454eeeba9e0ea085074137d8709561ba) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Yarn v4.1.0. + ## 3.0.1 ### Patch Changes diff --git a/packages/npm-package-json-lint-config/package.json b/packages/npm-package-json-lint-config/package.json index f72295cd..68f4f941 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.0.1", + "version": "3.0.2", "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 f8d9c68e..10c03d79 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @spear-ai/prettier-config +## 2.0.7 + +### Patch Changes + +- [#377](https://github.com/spear-ai/citizen/pull/377) [`6454f2a`](https://github.com/spear-ai/citizen/commit/6454f2a1ec982bf89096c4d1ff19e4df4229ab03) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Node.js v20. + +- [#379](https://github.com/spear-ai/citizen/pull/379) [`36be2d5`](https://github.com/spear-ai/citizen/commit/36be2d56454eeeba9e0ea085074137d8709561ba) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Yarn v4.1.0. + ## 2.0.6 ### Patch Changes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index e6bc7166..6d2b686b 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/prettier-config", - "version": "2.0.6", + "version": "2.0.7", "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 b6b78541..60380ea6 100644 --- a/packages/pulumi-policy-pack/CHANGELOG.md +++ b/packages/pulumi-policy-pack/CHANGELOG.md @@ -1,5 +1,13 @@ # @spear-ai/pulumi-policy-pack +## 2.0.7 + +### Patch Changes + +- [#377](https://github.com/spear-ai/citizen/pull/377) [`6454f2a`](https://github.com/spear-ai/citizen/commit/6454f2a1ec982bf89096c4d1ff19e4df4229ab03) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Node.js v20. + +- [#379](https://github.com/spear-ai/citizen/pull/379) [`36be2d5`](https://github.com/spear-ai/citizen/commit/36be2d56454eeeba9e0ea085074137d8709561ba) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Yarn v4.1.0. + ## 2.0.6 ### Patch Changes diff --git a/packages/pulumi-policy-pack/package.json b/packages/pulumi-policy-pack/package.json index 9778d94b..5e81b844 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.0.6", + "version": "2.0.7", "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 95cea1f3..b8df6cd7 100644 --- a/packages/ruff-config/CHANGELOG.md +++ b/packages/ruff-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @spear-ai/ruff-config +## 2.0.4 + +### Patch Changes + +- [#377](https://github.com/spear-ai/citizen/pull/377) [`6454f2a`](https://github.com/spear-ai/citizen/commit/6454f2a1ec982bf89096c4d1ff19e4df4229ab03) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Node.js v20. + +- [#379](https://github.com/spear-ai/citizen/pull/379) [`36be2d5`](https://github.com/spear-ai/citizen/commit/36be2d56454eeeba9e0ea085074137d8709561ba) Thanks [@psirenny](https://github.com/psirenny)! - Updated to Yarn v4.1.0. + ## 2.0.3 ### Patch Changes diff --git a/packages/ruff-config/package.json b/packages/ruff-config/package.json index e5cdc808..8a91560e 100644 --- a/packages/ruff-config/package.json +++ b/packages/ruff-config/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/ruff-config", - "version": "2.0.3", + "version": "2.0.4", "description": "Spear AI Ruff config", "author": { "name": "Spear AI", diff --git a/packages/ruff-config/pyproject.toml b/packages/ruff-config/pyproject.toml index 308fd8a2..38e91a83 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.0.3" +version = "2.0.4" description = "Spear AI Ruff config" authors = ["Spear AI "] keywords = [