diff --git a/CHANGELOG.md b/CHANGELOG.md index 36605fd..f8155aa 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 5c52f6a..ebf2176 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 1ded2d4..02b5f7c 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 75eb0bb..d244d85 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 5a3bd3a..babeae0 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 4d5b7ce..df1b165 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 a39d78f..1ec2680 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 9775665..f1089c4 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 547a02c..2309984 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 f88e9e7..7dd0230 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 69a233b..f17d4ec 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 c7618c2..53f4d9b 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 81792b2..6d6ef26 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 2fb3754..8ee5311 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 c332414..79d0256 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 2511671..0506bd7 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 bd08042..bdc24ac 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",