Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
fengxinming authored Dec 29, 2023
1 parent 7bfe767 commit 735a5a4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/vite-plugin-cp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-cp",
"version": "4.0.6",
"version": "4.0.7",
"description": "Copy files after building bundles.",
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-external/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-external",
"version": "4.1.3",
"version": "4.2.0",
"description": "Provides a way of excluding dependencies from the runtime code and output bundles.",
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-hook-use/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-hook-use",
"version": "4.0.4",
"version": "4.0.5",
"description": "Display which hooks are used in your project.",
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-include-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-include-css",
"version": "4.0.3",
"version": "4.0.4",
"description": "build css into individual js files instead of using css links.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-mock-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-mock-data",
"version": "4.0.4",
"version": "4.0.5",
"description": "Provides a simple way to mock data.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-reverse-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-reverse-proxy",
"version": "4.0.3",
"version": "4.0.4",
"description": "Makes the script to be served with the text/javascript MIME type instead of module MIME type.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 735a5a4

Please sign in to comment.