Skip to content

Commit f90a865

Browse files
committed
release: v3.1.1
1 parent 2c442cf commit f90a865

File tree

6 files changed

+1302
-940
lines changed

6 files changed

+1302
-940
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [3.1.1](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.0...v3.0.2) (2022-10-1)
2+
3+
### What's Changed
4+
5+
- Updated dependencies
6+
17
# [3.1.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.0...v3.0.2) (2022-10-1)
28

39
### What's Changed

example/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"vue": "^3.2.45"
14+
"vue": "^3.2.47"
1515
},
1616
"devDependencies": {
17-
"vite-plugin-tauri": "workspace:*",
18-
"@tauri-apps/cli": "*",
19-
"@vitejs/plugin-vue": "^4.0.0",
20-
"vite": "*"
17+
"@tauri-apps/cli": "^1.3.0",
18+
"@vitejs/plugin-vue": "^4.2.1",
19+
"vite": "^4.3.4",
20+
"vite-plugin-tauri": "workspace:*"
2121
}
2222
}

0 commit comments

Comments
 (0)