Skip to content

Commit 7e479e0

Browse files
chore(release): 8.0.0 (#109)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c396f6 commit 7e479e0

File tree

16 files changed

+58
-8
lines changed

16 files changed

+58
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0) (2025-07-08)
7+
8+
### Features
9+
10+
* **eslint-config:** migrate to stylistic plugin ([e5393ad](https://github.com/TrigenSoftware/scripts/commit/e5393ade8c3b5a5a3e14a5114aee131c3dc5aebe))
11+
* **scripts:** enhacne output streaming ([a56fc43](https://github.com/TrigenSoftware/scripts/commit/a56fc43bbf83484e9d205be7ffa258b16970694c))
12+
* **stylelint-config:** introduce stylelint config ([#107](https://github.com/TrigenSoftware/scripts/issues/107)) ([a3437f3](https://github.com/TrigenSoftware/scripts/commit/a3437f3f375b5e6c5bd6e904c58cefd9b13ce698))
13+
14+
### Bug Fixes
15+
16+
* **deps:** update dependency @octokit/rest to v22 ([#90](https://github.com/TrigenSoftware/scripts/issues/90)) ([9aee0a1](https://github.com/TrigenSoftware/scripts/commit/9aee0a1d20db458d0f05fc77fbeada4a01033c6c))
17+
* **deps:** update dependency npm-package-json-lint to v9 ([#104](https://github.com/TrigenSoftware/scripts/issues/104)) ([30502c4](https://github.com/TrigenSoftware/scripts/commit/30502c4d4af0befcd61affd3053e9b98f361ad80))
18+
* **deps:** update dependency npm-package-json-lint-config-default to v8 ([#105](https://github.com/TrigenSoftware/scripts/issues/105)) ([466a941](https://github.com/TrigenSoftware/scripts/commit/466a941ae43bc53de69b95191f2c49c4a096022e))
19+
* **deps:** update dependency p-limit to v6 ([#106](https://github.com/TrigenSoftware/scripts/issues/106)) ([7853178](https://github.com/TrigenSoftware/scripts/commit/785317899c62fd09bc5b5560696d81f379609f7b))
20+
* **eslint-config:** turn off radix ([f83d1fd](https://github.com/TrigenSoftware/scripts/commit/f83d1fd5f51549f2090047da1f8864d244d5d869))
21+
622
## [8.0.0-alpha.34](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.33...v8.0.0-alpha.34) (2025-07-06)
723

824
### Features

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.34",
5+
"version": "8.0.0",
66
"description": "Scripts and configs for TrigenSoftware's projects.",
77
"author": "dangreen",
88
"license": "MIT",

packages/browserslist-config/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0) (2025-07-08)
7+
68
## [8.0.0-alpha.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
79

810
**Note:** Version bump only for package @trigen/browserslist-config

packages/browserslist-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trigen/browserslist-config",
3-
"version": "8.0.0-alpha.33",
3+
"version": "8.0.0",
44
"description": "Trigen's Browserslist config.",
55
"author": "dangreen",
66
"license": "MIT",

packages/eslint-config/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0) (2025-07-08)
7+
8+
### Features
9+
10+
* migrate to stylistic plugin ([e5393ad](https://github.com/TrigenSoftware/scripts/commit/e5393ade8c3b5a5a3e14a5114aee131c3dc5aebe))
11+
12+
### Bug Fixes
13+
14+
* turn off radix ([f83d1fd](https://github.com/TrigenSoftware/scripts/commit/f83d1fd5f51549f2090047da1f8864d244d5d869))
15+
616
## [8.0.0-alpha.34](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.33...v8.0.0-alpha.34) (2025-07-06)
717

818
### 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.34",
4+
"version": "8.0.0",
55
"description": "Trigen's ESLint config.",
66
"author": "dangreen",
77
"license": "MIT",

packages/lint-package-json/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0) (2025-07-08)
7+
68
## [8.0.0-alpha.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
79

810
### Bug Fixes

packages/lint-package-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@trigen/lint-package-json",
33
"type": "module",
4-
"version": "8.0.0-alpha.33",
4+
"version": "8.0.0",
55
"description": "Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config.",
66
"author": "dangreen",
77
"license": "MIT",

packages/npm-package-json-lint-config/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0) (2025-07-08)
7+
68
## [8.0.0-alpha.33](https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33) (2025-01-01)
79

810
### Bug Fixes

packages/npm-package-json-lint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trigen/npm-package-json-lint-config",
3-
"version": "8.0.0-alpha.33",
3+
"version": "8.0.0",
44
"description": "Trigen's npm-package-json-lint config.",
55
"author": "dangreen",
66
"license": "MIT",

0 commit comments

Comments
 (0)