From 46d0f06a3efb964df08122493f1da136392911ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Jul 2026 17:06:50 +0000 Subject: [PATCH] chore(release): 10.1.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 6 ++++++ packages/stylelint-config/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b426e..a0d501a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.1.3](https://github.com/TrigenSoftware/scripts/compare/v10.1.2...v10.1.3) (2026-07-21) + +### Bug Fixes + +* **stylelint-config:** ignore `composes` in `value-keyword-case` ([053aa10](https://github.com/TrigenSoftware/scripts/commit/053aa10efc89477fa95ae23bb98d9cab93c6fe9c)) + ## [10.1.2](https://github.com/TrigenSoftware/scripts/compare/v10.1.1...v10.1.2) (2026-07-11) ### Bug Fixes diff --git a/package.json b/package.json index 2e02cdb..10bf6f5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "scripts", "type": "module", "private": true, - "version": "10.1.2", + "version": "10.1.3", "description": "Scripts and configs for TrigenSoftware's projects.", "author": "dangreen", "license": "MIT", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 0506bd7..36a590b 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.3](https://github.com/TrigenSoftware/scripts/compare/v10.1.1...v10.1.3) (2026-07-21) + +### Bug Fixes + +* ignore `composes` in `value-keyword-case` ([053aa10](https://github.com/TrigenSoftware/scripts/commit/053aa10efc89477fa95ae23bb98d9cab93c6fe9c)) + ## [10.1.1](https://github.com/TrigenSoftware/scripts/compare/v10.1.0...v10.1.1) (2026-07-11) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index bdc24ac..0d05e67 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.1", + "version": "10.1.3", "description": "Trigen's Stylelint config.", "author": "dangreen", "license": "MIT",