Skip to content

Commit

Permalink
chore: release v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emosheeep committed Aug 8, 2024
1 parent 0dd3b4b commit 250e16e
Show file tree
Hide file tree
Showing 6 changed files with 928 additions and 1,360 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-seahorses-run.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vite-plugin-virtual-mpa

## 1.12.1

### Patch Changes

- 0dd3b4b: feat: Allow EJS extension for template files.
- chore: upgrade ecosystem dependencies.

## 1.12.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"preview": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^5.1.3",
"vue": "^3.4.19"
"vite": "^5.4.0",
"vue": "^3.4.36"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-virtual-mpa",
"version": "1.12.0",
"version": "1.12.1",
"author": "秦旭洋 <[email protected]>",
"license": "MIT",
"description": "Out-of-box MPA plugin for Vite, with html template engine and virtual files support.",
Expand Down Expand Up @@ -56,11 +56,11 @@
"ejs": "^3.1.10",
"html-minifier-terser": "^7.2.0",
"picocolors": "^1.0.1",
"tsup": "^8.1.0",
"vite": "^5.3.1"
"tsup": "^8.2.4",
"vite": "^5.4.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@types/ejs": "^3.1.5",
Expand All @@ -73,13 +73,13 @@
"eslint-define-config": "^2.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-vue": "^9.26.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.27.0",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"typescript": "^5.5.4",
"vue-eslint-parser": "^9.4.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 250e16e

Please sign in to comment.