Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Oct 23, 2024
1 parent 2cdacff commit f2f5e68
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions plugins/html-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🎉
Expand Down
2 changes: 1 addition & 1 deletion plugins/html-css/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f2f5e68

Please sign in to comment.