Skip to content

Commit 0a7f56c

Browse files
committed
chore: release v6.1.0
1 parent efcfaea commit 0a7f56c

4 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.0](https://github.com/ModyQyW/vite-plugin-stylelint/compare/v6.0.4...v6.1.0) (2026-03-19)
7+
8+
### Features
9+
10+
* support vite 8 ([1a47067](https://github.com/ModyQyW/vite-plugin-stylelint/commit/1a470675511bfc4a88549563c9054eeefc560770)) - by @
11+
12+
### Bug Fixes
13+
14+
* fix types usage ([efcfaea](https://github.com/ModyQyW/vite-plugin-stylelint/commit/efcfaea2f99c70811ebc3abfde1e1cef24dd71b0)) - by @
15+
616
## [6.0.4](https://github.com/ModyQyW/vite-plugin-stylelint/compare/v6.0.3...v6.0.4) (2026-01-20)
717

818
**Note:** Version bump only for package monorepo

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "6.0.4",
3+
"version": "6.1.0",
44
"npmClient": "pnpm",
55
"packages": ["packages/*"],
66
"command": {

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.0](https://github.com/ModyQyW/vite-plugin-stylelint/compare/v6.0.4...v6.1.0) (2026-03-19)
7+
8+
### Features
9+
10+
* support vite 8 ([1a47067](https://github.com/ModyQyW/vite-plugin-stylelint/commit/1a470675511bfc4a88549563c9054eeefc560770)) - by @
11+
12+
### Bug Fixes
13+
14+
* fix types usage ([efcfaea](https://github.com/ModyQyW/vite-plugin-stylelint/commit/efcfaea2f99c70811ebc3abfde1e1cef24dd71b0)) - by @
15+
616
## [6.0.4](https://github.com/ModyQyW/vite-plugin-stylelint/compare/v6.0.3...v6.0.4) (2026-01-20)
717

818
**Note:** Version bump only for package vite-plugin-stylelint

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-stylelint",
3-
"version": "6.0.4",
3+
"version": "6.1.0",
44
"description": "Stylelint plugin for Vite.",
55
"keywords": [
66
"stylelint",

0 commit comments

Comments
 (0)