From e7aab8842952121714c9f2a3049f3d61e8984c8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Jul 2025 16:16:58 +0000 Subject: [PATCH] chore(release): 8.0.0-alpha.34 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/eslint-config/CHANGELOG.md | 8 ++++++++ packages/eslint-config/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9c408..53098bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.0-alpha.34](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.33...v8.0.0-alpha.34) (2025-07-06) + +### Features + +* **eslint-config:** add rc files to configs files list ([ff5cfb5](https://github.com/TrigenSoftware/scripts/commit/ff5cfb5bf43165fb47a79c13f61073aeb60fefe1)) +* **eslint-config:** enable consistent-type-imports ([f0d6ced](https://github.com/TrigenSoftware/scripts/commit/f0d6cedcb8ff7bae1fea3136430956a727278210)) +* **eslint-config:** upgrade to v9 ([#97](https://github.com/TrigenSoftware/scripts/issues/97)) ([399fe4d](https://github.com/TrigenSoftware/scripts/commit/399fe4dfc0be81ee4bea793d853e43d8cc0cc57f)) + ## [8.0.0-alpha.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01) ### Bug Fixes diff --git a/package.json b/package.json index 8163d5f..24ae5aa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scripts", "type": "module", "private": true, - "version": "8.0.0-alpha.33", + "version": "8.0.0-alpha.34", "description": "Scripts and configs for TrigenSoftware's projects.", "author": "dangreen", "license": "MIT", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index d47dd6e..f91538e 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.0-alpha.34](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.33...v8.0.0-alpha.34) (2025-07-06) + +### Features + +* add rc files to configs files list ([ff5cfb5](https://github.com/TrigenSoftware/scripts/commit/ff5cfb5bf43165fb47a79c13f61073aeb60fefe1)) +* enable consistent-type-imports ([f0d6ced](https://github.com/TrigenSoftware/scripts/commit/f0d6cedcb8ff7bae1fea3136430956a727278210)) +* upgrade to v9 ([#97](https://github.com/TrigenSoftware/scripts/issues/97)) ([399fe4d](https://github.com/TrigenSoftware/scripts/commit/399fe4dfc0be81ee4bea793d853e43d8cc0cc57f)) + ## [8.0.0-alpha.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01) ### Features diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ce9e00e..5edc170 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/eslint-config", "type": "module", - "version": "8.0.0-alpha.33", + "version": "8.0.0-alpha.34", "description": "Trigen's ESLint config.", "author": "dangreen", "license": "MIT",