Skip to content

Commit

Permalink
release: v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed May 5, 2023
1 parent 2c442cf commit f90a865
Show file tree
Hide file tree
Showing 6 changed files with 1,302 additions and 940 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [3.1.1](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.0...v3.0.2) (2022-10-1)

### What's Changed

- Updated dependencies

# [3.1.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.0...v3.0.2) (2022-10-1)

### What's Changed
Expand Down
10 changes: 5 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.45"
"vue": "^3.2.47"
},
"devDependencies": {
"vite-plugin-tauri": "workspace:*",
"@tauri-apps/cli": "*",
"@vitejs/plugin-vue": "^4.0.0",
"vite": "*"
"@tauri-apps/cli": "^1.3.0",
"@vitejs/plugin-vue": "^4.2.1",
"vite": "^4.3.4",
"vite-plugin-tauri": "workspace:*"
}
}
Loading

0 comments on commit f90a865

Please sign in to comment.