Explorar o código

Apply Version Updates From Current Changes (#3411)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] %!s(int64=3) %!d(string=hai) anos
pai
achega
9f0395ae3c

+ 1 - 0
.changes/pre.json

@@ -90,6 +90,7 @@
     ".changes/fix-menu-ids.md",
     ".changes/fix-once-fnonce.md",
     ".changes/fix-out-dir-detection.md",
+    ".changes/fix-path-resolution-node_modules.md",
     ".changes/fix-ready-check.md",
     ".changes/fix-tray-command.md",
     ".changes/fix-tray-remove-windows.md",

+ 5 - 0
tooling/cli/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.0.0-rc.3]
+
+- Fixes Tauri path resolution on projects without Git or a `.gitignore` file.
+  - [d8acbe11](https://www.github.com/tauri-apps/tauri/commit/d8acbe11492bd990e6983c7e63e0f1a8f1ea5c7c) fix(cli.rs): app path resolution on projects without git, closes [#3409](https://www.github.com/tauri-apps/tauri/pull/3409) ([#3410](https://www.github.com/tauri-apps/tauri/pull/3410)) on 2022-02-11
+
 ## \[1.0.0-rc.2]
 
 - Fix `init` command prompting for values even if the argument has been provided on the command line.

+ 1 - 1
tooling/cli/Cargo.lock

@@ -2727,7 +2727,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-cli"
-version = "1.0.0-rc.2"
+version = "1.0.0-rc.3"
 dependencies = [
  "anyhow",
  "base64",

+ 1 - 1
tooling/cli/Cargo.toml

@@ -3,7 +3,7 @@ members = [ "node" ]
 
 [package]
 name = "tauri-cli"
-version = "1.0.0-rc.2"
+version = "1.0.0-rc.3"
 authors = [ "Tauri Programme within The Commons Conservancy" ]
 edition = "2021"
 rust-version = "1.57"

+ 1 - 1
tooling/cli/metadata.json

@@ -1,6 +1,6 @@
 {
   "cli.js": {
-    "version": "1.0.0-rc.1",
+    "version": "1.0.0-rc.2",
     "node": ">= 12.13.0"
   },
   "tauri": "1.0.0-rc.0",

+ 5 - 0
tooling/cli/node/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.0.0-rc.2]
+
+- Fixes Tauri path resolution on projects without Git or a `.gitignore` file.
+  - [d8acbe11](https://www.github.com/tauri-apps/tauri/commit/d8acbe11492bd990e6983c7e63e0f1a8f1ea5c7c) fix(cli.rs): app path resolution on projects without git, closes [#3409](https://www.github.com/tauri-apps/tauri/pull/3409) ([#3410](https://www.github.com/tauri-apps/tauri/pull/3410)) on 2022-02-11
+
 ## \[1.0.0-rc.1]
 
 - Fix `init` command prompting for values even if the argument has been provided on the command line.

+ 1 - 1
tooling/cli/node/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/cli",
-  "version": "1.0.0-rc.1",
+  "version": "1.0.0-rc.2",
   "description": "Command line interface for building Tauri apps",
   "funding": {
     "type": "opencollective",