From ffb9a192cb9fe48c4c50de99a13b61d352081017 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 11:45:59 +0200 Subject: [PATCH] apply version updates (#3397) Co-authored-by: amrbashir --- .changes/pre.json | 1 + tooling/create-tauri-app/CHANGELOG.md | 5 +++++ tooling/create-tauri-app/package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.changes/pre.json b/.changes/pre.json index c0b257f6c..35e4b551c 100644 --- a/.changes/pre.json +++ b/.changes/pre.json @@ -63,6 +63,7 @@ ".changes/csp-nonces.md", ".changes/cta-add-empty-description-for-rust-dominator.md", ".changes/cta-ci-compatible.md", + ".changes/cta-crash.md", ".changes/cta-react-disable-open-browser.md", ".changes/cta-solid-recipe.md", ".changes/current-binary-caching.md", diff --git a/tooling/create-tauri-app/CHANGELOG.md b/tooling/create-tauri-app/CHANGELOG.md index 84af88080..832c755ed 100644 --- a/tooling/create-tauri-app/CHANGELOG.md +++ b/tooling/create-tauri-app/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[1.0.0-rc.1] + +- Fix `create-tauri-app` failing to bootstrap projects. + - [536c0cd7](https://www.github.com/tauri-apps/tauri/commit/536c0cd7d40b838765016e1554901dea8720d9af) fix(cta): filter out empty args, fixes [#3393](https://www.github.com/tauri-apps/tauri/pull/3393) ([#3396](https://www.github.com/tauri-apps/tauri/pull/3396)) on 2022-02-11 + ## \[1.0.0-rc.0] - Add empty description to Cargo.toml in dominator recipe. diff --git a/tooling/create-tauri-app/package.json b/tooling/create-tauri-app/package.json index 905ad73eb..4b3e21085 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-rc.0", + "version": "1.0.0-rc.1", "description": "Jump right into a Tauri App!", "bin": { "create-tauri-app": "./bin/create-tauri-app.js"