diff --git a/.changeset/drop-node-20.md b/.changeset/drop-node-20.md deleted file mode 100644 index c7a8931..0000000 --- a/.changeset/drop-node-20.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@benhigham/stylelint-config': patch ---- - -- Normalise `engines.node` to `>=22` (was `>=22.15.0`) for consistency with other config repos -- Bump `packageManager` to `pnpm@10.32.1` diff --git a/.changeset/major-dep-bumps.md b/.changeset/major-dep-bumps.md deleted file mode 100644 index 0aad97d..0000000 --- a/.changeset/major-dep-bumps.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@benhigham/stylelint-config': minor ---- - -- Bump `stylelint-gamut` from v1 to v2 — migrated to ESM, adds Stylelint v17 support; no config changes required diff --git a/.changeset/proud-foxes-dance.md b/.changeset/proud-foxes-dance.md deleted file mode 100644 index a320d1a..0000000 --- a/.changeset/proud-foxes-dance.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@benhigham/stylelint-config': minor ---- - -Bump `stylelint-config-standard-scss` from v15 to v16 and `stylelint-plugin-use-baseline` from v0.9 to v1.0 - -Both are direct dependencies and may introduce new or updated rules for consumers. diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d7e6c..aaf82e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # @benhigham/stylelint-config +## 0.4.0 + +### Minor Changes + +- [#73](https://github.com/benhigham/stylelint-config/pull/73) [`977f977`](https://github.com/benhigham/stylelint-config/commit/977f977b6132d469f3cb0262a4848fb565a0644b) Thanks [@benhigham](https://github.com/benhigham)! - - Bump `stylelint-gamut` from v1 to v2 — migrated to ESM, adds Stylelint v17 support; no config changes required + +- [#62](https://github.com/benhigham/stylelint-config/pull/62) [`e96f41f`](https://github.com/benhigham/stylelint-config/commit/e96f41fe6cad18974b49a22a1c904d27d4b4821f) Thanks [@benhigham](https://github.com/benhigham)! - Bump `stylelint-config-standard-scss` from v15 to v16 and `stylelint-plugin-use-baseline` from v0.9 to v1.0 + + Both are direct dependencies and may introduce new or updated rules for consumers. + +### Patch Changes + +- [#78](https://github.com/benhigham/stylelint-config/pull/78) [`e78f002`](https://github.com/benhigham/stylelint-config/commit/e78f0023ac0389c2a5b33a939934df79578e41f4) Thanks [@benhigham](https://github.com/benhigham)! - - Normalise `engines.node` to `>=22` (was `>=22.15.0`) for consistency with other config repos + - Bump `packageManager` to `pnpm@10.32.1` + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index 6136040..ff6fdcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@benhigham/stylelint-config", - "version": "0.3.0", + "version": "0.4.0", "description": "My personal Stylelint configuration.", "license": "MIT", "homepage": "https://github.com/benhigham/stylelint-config#readme",