From 8ed5aad0a2c55f19ea32e46bd6a2545203a72224 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Jul 2026 11:35:19 +0000 Subject: [PATCH] chore(release): 10.1.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/browserslist-config/CHANGELOG.md | 6 ++++++ packages/browserslist-config/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- packages/lint-package-json/CHANGELOG.md | 6 ++++++ packages/lint-package-json/package.json | 2 +- packages/npm-package-json-lint-config/CHANGELOG.md | 6 ++++++ packages/npm-package-json-lint-config/package.json | 2 +- packages/oxlint-config/CHANGELOG.md | 6 ++++++ packages/oxlint-config/package.json | 2 +- packages/oxlint/package.json | 2 +- packages/scripts/CHANGELOG.md | 6 ++++++ packages/scripts/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 6 ++++++ packages/stylelint-config/package.json | 2 +- 17 files changed, 59 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36605fdb..f8155aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/TrigenSoftware/scripts/compare/v10.1.0...v10.1.1) (2026-07-11) + +### Bug Fixes + +* add `./package.json` export to all packages ([10639ac](https://github.com/TrigenSoftware/scripts/commit/10639ac513b637c8fc59b1c0a687c47d5fbe6d4a)) +* **deps:** update dependency argue-cli to v3 ([#186](https://github.com/TrigenSoftware/scripts/issues/186)) ([7c2da23](https://github.com/TrigenSoftware/scripts/commit/7c2da2312bad17010a72fd96f3437308418855de)) +* **deps:** update dependency npm-package-json-lint-config-default to v9 ([#187](https://github.com/TrigenSoftware/scripts/issues/187)) ([73eccda](https://github.com/TrigenSoftware/scripts/commit/73eccdae223ce20143554c7b76af9a82531a6936)) + ## [10.1.0](https://github.com/TrigenSoftware/scripts/compare/v10.0.0...v10.1.0) (2026-07-10) ### Features diff --git a/package.json b/package.json index 5c52f6a0..ebf21760 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scripts", "type": "module", "private": true, - "version": "10.1.0", + "version": "10.1.1", "description": "Scripts and configs for TrigenSoftware's projects.", "author": "dangreen", "license": "MIT", diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 1ded2d4d..02b5f7cf 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/TrigenSoftware/scripts/compare/v9.0.1...v10.1.1) (2026-07-11) + +### Bug Fixes + +* add `./package.json` export to all packages ([10639ac](https://github.com/TrigenSoftware/scripts/commit/10639ac513b637c8fc59b1c0a687c47d5fbe6d4a)) + ## [9.0.1](https://github.com/TrigenSoftware/scripts/compare/v9.0.0...v9.0.1) (2026-06-02) ### Bug Fixes diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 75eb0bbc..d244d859 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/browserslist-config", "type": "module", - "version": "9.0.1", + "version": "10.1.1", "description": "Trigen's Browserslist config.", "author": "dangreen", "license": "MIT", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 5a3bd3af..babeae07 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/TrigenSoftware/scripts/compare/v9.0.0...v10.1.1) (2026-07-11) + +### Bug Fixes + +* add `./package.json` export to all packages ([10639ac](https://github.com/TrigenSoftware/scripts/commit/10639ac513b637c8fc59b1c0a687c47d5fbe6d4a)) + ## [9.0.0](https://github.com/TrigenSoftware/scripts/compare/v8.4.0...v9.0.0) (2026-06-01) ### ⚠ BREAKING CHANGES diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 4d5b7ce4..df1b1658 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/eslint-config", "type": "module", - "version": "9.0.0", + "version": "10.1.1", "description": "Trigen's ESLint config.", "author": "dangreen", "license": "MIT", diff --git a/packages/lint-package-json/CHANGELOG.md b/packages/lint-package-json/CHANGELOG.md index a39d78f5..1ec2680c 100644 --- a/packages/lint-package-json/CHANGELOG.md +++ b/packages/lint-package-json/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/TrigenSoftware/scripts/compare/v9.0.0...v10.1.1) (2026-07-11) + +### Bug Fixes + +* add `./package.json` export to all packages ([10639ac](https://github.com/TrigenSoftware/scripts/commit/10639ac513b637c8fc59b1c0a687c47d5fbe6d4a)) + ## [9.0.0](https://github.com/TrigenSoftware/scripts/compare/v8.4.0...v9.0.0) (2026-06-01) ### ⚠ BREAKING CHANGES diff --git a/packages/lint-package-json/package.json b/packages/lint-package-json/package.json index 97756651..f1089c41 100644 --- a/packages/lint-package-json/package.json +++ b/packages/lint-package-json/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/lint-package-json", "type": "module", - "version": "9.0.0", + "version": "10.1.1", "description": "Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config.", "author": "dangreen", "license": "MIT", diff --git a/packages/npm-package-json-lint-config/CHANGELOG.md b/packages/npm-package-json-lint-config/CHANGELOG.md index 547a02c9..2309984b 100644 --- a/packages/npm-package-json-lint-config/CHANGELOG.md +++ b/packages/npm-package-json-lint-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/TrigenSoftware/scripts/compare/v9.0.1...v10.1.1) (2026-07-11) + +### Bug Fixes + +* add `./package.json` export to all packages ([10639ac](https://github.com/TrigenSoftware/scripts/commit/10639ac513b637c8fc59b1c0a687c47d5fbe6d4a)) + ## [9.0.1](https://github.com/TrigenSoftware/scripts/compare/v9.0.0...v9.0.1) (2026-06-02) ### Bug Fixes diff --git a/packages/npm-package-json-lint-config/package.json b/packages/npm-package-json-lint-config/package.json index f88e9e77..7dd0230f 100644 --- a/packages/npm-package-json-lint-config/package.json +++ b/packages/npm-package-json-lint-config/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/npm-package-json-lint-config", "type": "module", - "version": "9.0.1", + "version": "10.1.1", "description": "Trigen's npm-package-json-lint config.", "author": "dangreen", "license": "MIT", diff --git a/packages/oxlint-config/CHANGELOG.md b/packages/oxlint-config/CHANGELOG.md index 69a233bd..f17d4ecd 100644 --- a/packages/oxlint-config/CHANGELOG.md +++ b/packages/oxlint-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/TrigenSoftware/scripts/compare/v10.0.0...v10.1.1) (2026-07-11) + +### Bug Fixes + +* add `./package.json` export to all packages ([10639ac](https://github.com/TrigenSoftware/scripts/commit/10639ac513b637c8fc59b1c0a687c47d5fbe6d4a)) + ## [10.0.0](https://github.com/TrigenSoftware/scripts/compare/v9.3.0...v10.0.0) (2026-07-10) ### Features diff --git a/packages/oxlint-config/package.json b/packages/oxlint-config/package.json index c7618c25..53f4d9b1 100644 --- a/packages/oxlint-config/package.json +++ b/packages/oxlint-config/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/oxlint-config", "type": "module", - "version": "10.0.0", + "version": "10.1.1", "description": "Trigen's Oxlint config.", "author": "dangreen", "license": "MIT", diff --git a/packages/oxlint/package.json b/packages/oxlint/package.json index 81792b26..6d6ef266 100644 --- a/packages/oxlint/package.json +++ b/packages/oxlint/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/oxlint", "type": "module", - "version": "9.1.0", + "version": "10.1.1", "description": "Trigen's Oxlint config helper.", "author": "dangreen", "license": "MIT", diff --git a/packages/scripts/CHANGELOG.md b/packages/scripts/CHANGELOG.md index 2fb3754d..8ee53114 100644 --- a/packages/scripts/CHANGELOG.md +++ b/packages/scripts/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/TrigenSoftware/scripts/compare/v9.0.0...v10.1.1) (2026-07-11) + +### Bug Fixes + +* add `./package.json` export to all packages ([10639ac](https://github.com/TrigenSoftware/scripts/commit/10639ac513b637c8fc59b1c0a687c47d5fbe6d4a)) + ## [9.0.0](https://github.com/TrigenSoftware/scripts/compare/v8.4.0...v9.0.0) (2026-06-01) ### ⚠ BREAKING CHANGES diff --git a/packages/scripts/package.json b/packages/scripts/package.json index c3324141..79d02560 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/scripts", "type": "module", - "version": "9.0.0", + "version": "10.1.1", "description": "CLI tool for running scripts.", "author": "dangreen", "license": "MIT", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 25116711..0506bd73 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.1](https://github.com/TrigenSoftware/scripts/compare/v10.1.0...v10.1.1) (2026-07-11) + +### Bug Fixes + +* add `./package.json` export to all packages ([10639ac](https://github.com/TrigenSoftware/scripts/commit/10639ac513b637c8fc59b1c0a687c47d5fbe6d4a)) + ## [10.1.0](https://github.com/TrigenSoftware/scripts/compare/v10.0.0...v10.1.0) (2026-07-10) ### Features diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index bd080429..bdc24ac4 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,7 +1,7 @@ { "name": "@trigen/stylelint-config", "type": "module", - "version": "10.1.0", + "version": "10.1.1", "description": "Trigen's Stylelint config.", "author": "dangreen", "license": "MIT",