From f2f5e68ac9e437c3ff446fa0a6617fbf35dbcf2c Mon Sep 17 00:00:00 2001 From: mengqing Date: Wed, 23 Oct 2024 20:46:49 +0800 Subject: [PATCH] Version Packages --- plugins/html-css/CHANGELOG.md | 10 ++++++++++ plugins/html-css/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/plugins/html-css/CHANGELOG.md b/plugins/html-css/CHANGELOG.md index f8ae1ea..4d20e32 100644 --- a/plugins/html-css/CHANGELOG.md +++ b/plugins/html-css/CHANGELOG.md @@ -1,5 +1,15 @@ # gulp-html-css +## 1.0.1 + +### Patch Changes 🌟 + +- feat: Add document & test cases ([78831bf](https://github.com/Meqn/pipflow/commit/78831bfd69f51a4b5f6a305051ef2cdbd5b7612e)) +- feat: Enhance CSS processing with extended PostCSS config & improved error handling ([18e1352](https://github.com/Meqn/pipflow/commit/18e1352dba88f8842fb6db84c26d68f772e4e5e2)) +- feat: Add Gulp plugin for processing style within HTML ([5abfe83](https://github.com/Meqn/pipflow/commit/5abfe83b525fbe9a7037a5fc9329d7e19b69cede)) +- refactor: Improve PostCSS loader config & validate plugin options ([d0a1d1e](https://github.com/Meqn/pipflow/commit/d0a1d1e82915976bf3077c49ddd2f8e3b5158177)) +- docs: Update README ([2cdacff](https://github.com/Meqn/pipflow/commit/2cdacff9e9f9a766308d57c20ae7b83ccea15141)) + ## 1.0.0 ### Major Changes 🎉 diff --git a/plugins/html-css/package.json b/plugins/html-css/package.json index 29937fb..29d08e8 100644 --- a/plugins/html-css/package.json +++ b/plugins/html-css/package.json @@ -1,6 +1,6 @@ { "name": "gulp-html-css", - "version": "1.0.0", + "version": "1.0.1", "description": "A Gulp plugin for processing CSS within HTML. It compiles and transforms CSS in style tags and inline styles using PostCSS.", "main": "index.js", "types": "types/index.d.ts",