From c2e48e07ec33885c025c1d9a3016ff437129a4dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 17:26:01 -0500 Subject: [PATCH] Apply Version Updates From Current Changes (#1497) * apply version updates * fix versions Co-authored-by: jbolda Co-authored-by: Jacob Bolda --- .changes/cta-templates-missing.md | 5 ----- tooling/create-tauri-app/CHANGELOG.md | 5 +++++ tooling/create-tauri-app/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/cta-templates-missing.md diff --git a/.changes/cta-templates-missing.md b/.changes/cta-templates-missing.md deleted file mode 100644 index 8a056fe2b..000000000 --- a/.changes/cta-templates-missing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-tauri-app": patch ---- - -CTA also needs the template directory published as it doesn't get bundled into the `dist` directory. diff --git a/tooling/create-tauri-app/CHANGELOG.md b/tooling/create-tauri-app/CHANGELOG.md index 6a33313e7..3aa17f08e 100644 --- a/tooling/create-tauri-app/CHANGELOG.md +++ b/tooling/create-tauri-app/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[1.0.0-beta-rc.2] + +- CTA also needs the template directory published as it doesn't get bundled into the `dist` directory. + - [7b6108e](https://www.github.com/tauri-apps/tauri/commit/7b6108e37be652a1efa4018fc1908aa0a2cdacd6) fix: cta templates dir missing ([#1496](https://www.github.com/tauri-apps/tauri/pull/1496)) on 2021-04-14 + ## \[1.0.0-beta-rc.1] - CTA was missing the `files` property in the package.json which mean that the `dist` directory was not published and used. diff --git a/tooling/create-tauri-app/package.json b/tooling/create-tauri-app/package.json index 6874d1aa8..ff50b0960 100644 --- a/tooling/create-tauri-app/package.json +++ b/tooling/create-tauri-app/package.json @@ -1,6 +1,6 @@ { "name": "create-tauri-app", - "version": "1.0.0-beta-rc.1", + "version": "1.0.0-beta-rc.2", "description": "Jump right into a Tauri App!", "bin": { "create-tauri-app": "./bin/create-tauri-app.js"