diff --git a/CHANGELOG.md b/CHANGELOG.md index 466f404..5ab958d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.0](https://github.com/ModyQyW/vite-plugin-stylelint/compare/v6.0.0-beta.2...v6.0.0) (2024-11-26) + +**Note:** Version bump only for package monorepo + ## [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 diff --git a/lerna.json b/lerna.json index 3b89902..9532d34 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "6.0.0-beta.2", + "version": "6.0.0", "npmClient": "pnpm", "packages": [ "packages/*" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ff31e58..3d58792 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.0](https://github.com/ModyQyW/vite-plugin-stylelint/compare/v6.0.0-beta.2...v6.0.0) (2024-11-26) + +**Note:** Version bump only for package vite-plugin-stylelint + ## [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 diff --git a/packages/core/package.json b/packages/core/package.json index dc0862f..0b3e007 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-stylelint", - "version": "6.0.0-beta.2", + "version": "6.0.0", "description": "Stylelint plugin for Vite.", "keywords": [ "stylelint",