mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
0068bfda66
* apply version updates * fix version Co-authored-by: jbolda <jbolda@users.noreply.github.com> Co-authored-by: Jacob Bolda <me@jacobbolda.com>
1.7 KiB
1.7 KiB
Changelog
[1.0.0-beta-rc.1]
- CTA was missing the
files
property in the package.json which mean that thedist
directory was not published and used.
[1.0.0-beta-rc.0]
- Add vanilla javascript option to
create-tauri-app
through templating. - Use a test based on an npm env var to determine which package manager to use.
- 6e0598c feat: derive package manager from env var on 2021-04-12
- Add initial
vite
support starting withvue
andvue-ts
- Revert
tauri create
deletion and shift remaining pieces that weren't deleted tocreate-tauri-app
.