Skip to content

Commit

Permalink
Update vue-tsc (#3234)
Browse files Browse the repository at this point in the history
changelog
  • Loading branch information
atterpac authored Feb 5, 2024
1 parent 9b35616 commit 9903ba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/pkg/templates/templates/vue-ts/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vitejs/plugin-vue": "^3.0.3",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"vue-tsc": "^0.39.5",
"vue-tsc": "^1.8.27",
"@babel/types": "^7.18.10"
}
}
}
2 changes: 2 additions & 0 deletions website/src/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add dock icon right-click exit handling by @almas1992 in [PR](https://github.com/wailsapp/wails/pull/3157)

### Fixed
- Fixed vue-ts template build error. Fixed by @atterpac in
[PR](https://github.com/wailsapp/wails/pull/3243)
- Docs for IsZoomControlEnabled and ZoomFactor. Fixed by @leaanthony in [PR](https://github.com/wailsapp/wails/pull/3137)
- Fixed `-compiler` flag for `wails build`, `wails dev` and `wails generate module`. Fixed in [PR](https://github.com/wailsapp/wails/pull/3121) by [@xtrafrancyz](https://github.com/xtrafrancyz)
- Fixed uninitialized `SecondInstanceData.WorkingDirectory` on linux and windows ([#3154](https://github.com/wailsapp/wails/pull/3154)).
Expand Down

0 comments on commit 9903ba7

Please sign in to comment.