From 970a0ba34f064360d83661f560e60b792a6f22e0 Mon Sep 17 00:00:00 2001 From: Bryce Osterhaus Date: Tue, 11 Jun 2024 15:42:06 +0400 Subject: [PATCH] chore: prepare @liferay/stylelint-plugin/v --- projects/stylelint-plugin/CHANGELOG.md | 7 +++++++ projects/stylelint-plugin/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/projects/stylelint-plugin/CHANGELOG.md b/projects/stylelint-plugin/CHANGELOG.md index e69de29bb2..37e85acff6 100644 --- a/projects/stylelint-plugin/CHANGELOG.md +++ b/projects/stylelint-plugin/CHANGELOG.md @@ -0,0 +1,7 @@ +## [stylelint-plugin/v1.1.0](https://github.com/liferay/liferay-frontend-projects/tree/stylelint-plugin/v1.1.0) (2024-06-11) + +[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/stylelint-plugin/v1.0.0...stylelint-plugin/v1.1.0) + +### :wrench: Bug fixes + +- fix(stylelint-plugin): provide plugin via cjs with no build step ([\#1223](https://github.com/liferay/liferay-frontend-projects/pull/1223)) diff --git a/projects/stylelint-plugin/package.json b/projects/stylelint-plugin/package.json index 709c5f8533..c1426d0628 100644 --- a/projects/stylelint-plugin/package.json +++ b/projects/stylelint-plugin/package.json @@ -8,5 +8,5 @@ "postversion": "liferay-workspace-scripts publish", "preversion": "liferay-workspace-scripts ci" }, - "version": "1.0.0" + "version": "1.1.0" }