Skip to content

Commit 2498526

Browse files
chore(release): 8.0.0-alpha.34 (#108)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1ed7337 commit 2498526

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.0-alpha.34](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.33...v8.0.0-alpha.34) (2025-07-06)
7+
8+
### Features
9+
10+
* **eslint-config:** add rc files to configs files list ([ff5cfb5](https://github.com/TrigenSoftware/scripts/commit/ff5cfb5bf43165fb47a79c13f61073aeb60fefe1))
11+
* **eslint-config:** enable consistent-type-imports ([f0d6ced](https://github.com/TrigenSoftware/scripts/commit/f0d6cedcb8ff7bae1fea3136430956a727278210))
12+
* **eslint-config:** upgrade to v9 ([#97](https://github.com/TrigenSoftware/scripts/issues/97)) ([399fe4d](https://github.com/TrigenSoftware/scripts/commit/399fe4dfc0be81ee4bea793d853e43d8cc0cc57f))
13+
614
## [8.0.0-alpha.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
715

816
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "scripts",
33
"type": "module",
44
"private": true,
5-
"version": "8.0.0-alpha.33",
5+
"version": "8.0.0-alpha.34",
66
"description": "Scripts and configs for TrigenSoftware's projects.",
77
"author": "dangreen",
88
"license": "MIT",

packages/eslint-config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.0-alpha.34](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.33...v8.0.0-alpha.34) (2025-07-06)
7+
8+
### Features
9+
10+
* add rc files to configs files list ([ff5cfb5](https://github.com/TrigenSoftware/scripts/commit/ff5cfb5bf43165fb47a79c13f61073aeb60fefe1))
11+
* enable consistent-type-imports ([f0d6ced](https://github.com/TrigenSoftware/scripts/commit/f0d6cedcb8ff7bae1fea3136430956a727278210))
12+
* upgrade to v9 ([#97](https://github.com/TrigenSoftware/scripts/issues/97)) ([399fe4d](https://github.com/TrigenSoftware/scripts/commit/399fe4dfc0be81ee4bea793d853e43d8cc0cc57f))
13+
614
## [8.0.0-alpha.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
715

816
### Features

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@trigen/eslint-config",
33
"type": "module",
4-
"version": "8.0.0-alpha.33",
4+
"version": "8.0.0-alpha.34",
55
"description": "Trigen's ESLint config.",
66
"author": "dangreen",
77
"license": "MIT",

0 commit comments

Comments
 (0)