Skip to content

Commit

Permalink
chore: release v6.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Nov 8, 2024
1 parent 3a3f69a commit 6c6dd54
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 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.

## [6.0.0-beta.2](https://github.com/ModyQyW/vite-plugin-stylelint/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2024-11-08)

### Bug Fixes

* correct id & filePath params ([9c78976](https://github.com/ModyQyW/vite-plugin-stylelint/commit/9c7897659e63b4443569c72ca13b5ffe0b782a57)) - by @

## [6.0.0-beta.1](https://github.com/ModyQyW/vite-plugin-stylelint/compare/v6.0.0-beta.0...v6.0.0-beta.1) (2024-10-19)

**Note:** Version bump only for package monorepo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "6.0.0-beta.1",
"version": "6.0.0-beta.2",
"npmClient": "pnpm",
"packages": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.

## [6.0.0-beta.2](https://github.com/ModyQyW/vite-plugin-stylelint/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2024-11-08)

### Bug Fixes

* correct id & filePath params ([9c78976](https://github.com/ModyQyW/vite-plugin-stylelint/commit/9c7897659e63b4443569c72ca13b5ffe0b782a57)) - by @

## [6.0.0-beta.1](https://github.com/ModyQyW/vite-plugin-stylelint/compare/v6.0.0-beta.0...v6.0.0-beta.1) (2024-10-19)

**Note:** Version bump only for package vite-plugin-stylelint
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-stylelint",
"version": "6.0.0-beta.1",
"version": "6.0.0-beta.2",
"description": "Stylelint plugin for Vite.",
"keywords": [
"stylelint",
Expand Down

0 comments on commit 6c6dd54

Please sign in to comment.