Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/browserslist-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/lint-package-json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-package-json/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/npm-package-json-lint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-package-json-lint-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/oxlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/oxlint-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/oxlint/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down