File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 8.0.0-alpha.35] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0-alpha.35 ) (2025-07-07)
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 p-limit to v6 ([ #106 ] ( https://github.com/TrigenSoftware/scripts/issues/106 ) ) ([ 7853178] ( https://github.com/TrigenSoftware/scripts/commit/785317899c62fd09bc5b5560696d81f379609f7b ) )
18+ * ** eslint-config:** turn off radix ([ f83d1fd] ( https://github.com/TrigenSoftware/scripts/commit/f83d1fd5f51549f2090047da1f8864d244d5d869 ) )
19+
620## [ 8.0.0-alpha.34] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.33...v8.0.0-alpha.34 ) (2025-07-06)
721
822### Features
Original file line number Diff line number Diff line change 22 "name" : " scripts" ,
33 "type" : " module" ,
44 "private" : true ,
5- "version" : " 8.0.0-alpha.34 " ,
5+ "version" : " 8.0.0-alpha.35 " ,
66 "description" : " Scripts and configs for TrigenSoftware's projects." ,
77 "author" : " dangreen" ,
88 "license" : " MIT" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 8.0.0-alpha.35] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0-alpha.35 ) (2025-07-07)
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
Original file line number Diff line number Diff line change 11{
22 "name" : " @trigen/eslint-config" ,
33 "type" : " module" ,
4- "version" : " 8.0.0-alpha.34 " ,
4+ "version" : " 8.0.0-alpha.35 " ,
55 "description" : " Trigen's ESLint config." ,
66 "author" : " dangreen" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 8.0.0-alpha.35] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0-alpha.35 ) (2025-07-07)
7+
8+ ### Features
9+
10+ * enhacne output streaming ([ a56fc43] ( https://github.com/TrigenSoftware/scripts/commit/a56fc43bbf83484e9d205be7ffa258b16970694c ) )
11+
612## [ 8.0.0-alpha.33] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.32...v8.0.0-alpha.33 ) (2025-01-01)
713
814### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @trigen/scripts" ,
33 "type" : " module" ,
4- "version" : " 8.0.0-alpha.33 " ,
4+ "version" : " 8.0.0-alpha.35 " ,
55 "description" : " CLI tool for running scripts." ,
66 "author" : " dangreen" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## [ 8.0.0-alpha.35] ( https://github.com/TrigenSoftware/scripts/compare/v8.0.0-alpha.34...v8.0.0-alpha.35 ) (2025-07-07)
7+
8+ ### Features
9+
10+ * introduce stylelint config ([ #107 ] ( https://github.com/TrigenSoftware/scripts/issues/107 ) ) ([ a3437f3] ( https://github.com/TrigenSoftware/scripts/commit/a3437f3f375b5e6c5bd6e904c58cefd9b13ce698 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @trigen/stylelint-config" ,
33 "type" : " module" ,
4- "version" : " 8.0.0-alpha.33 " ,
4+ "version" : " 8.0.0-alpha.35 " ,
55 "description" : " Trigen's Stylelint config." ,
66 "author" : " dangreen" ,
77 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments