Skip to content

Commit

Permalink
release: Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Nov 24, 2024
1 parent 2f0892c commit 5c9cd2f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/page-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vite-plugin-page-html

## 3.1.4

### Patch Changes 🌟

- docs: Update README

## 3.1.3

### Patch Changes 🌟
Expand Down
2 changes: 1 addition & 1 deletion packages/page-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-page-html",
"version": "3.1.3",
"version": "3.1.4",
"description": "A simple and flexible Vite plugin for processing HTML pages, integrating multi-page application (MPA) configuration, EJS template support, and HTML compression.",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vite-plugin-vanilla

## 1.1.1

### Patch Changes 🌟

- docs: Update README

## 1.1.0

### Minor Changes 🚀
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-vanilla",
"version": "1.1.0",
"version": "1.1.1",
"description": "Vanilla multi-page web development mode based on Vite.",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 5c9cd2f

Please sign in to comment.