mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
c2e48e07ec
* apply version updates * fix versions Co-authored-by: jbolda <jbolda@users.noreply.github.com> Co-authored-by: Jacob Bolda <me@jacobbolda.com>
2.0 KiB
2.0 KiB
Changelog
[1.0.0-beta-rc.2]
- CTA also needs the template directory published as it doesn't get bundled into the
dist
directory.
[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
.