Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit d175530

Browse files
chore(release): bump package versions (#61)
1 parent e78f002 commit d175530

5 files changed

Lines changed: 16 additions & 19 deletions

File tree

.changeset/drop-node-20.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/major-dep-bumps.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-foxes-dance.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @benhigham/stylelint-config
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
Both are direct dependencies and may introduce new or updated rules for consumers.
12+
13+
### Patch Changes
14+
15+
- [#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
16+
- Bump `packageManager` to `pnpm@10.32.1`
17+
318
## 0.3.0
419

520
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@benhigham/stylelint-config",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "My personal Stylelint configuration.",
55
"license": "MIT",
66
"homepage": "https://github.com/benhigham/stylelint-config#readme",

0 commit comments

Comments
 (0)