Browse Source

apply version updates (#3397)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
github-actions[bot] 3 năm trước cách đây
mục cha
commit
ffb9a192cb

+ 1 - 0
.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",

+ 5 - 0
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.

+ 1 - 1
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"