فهرست منبع

apply version updates

Update cli/tauri.js/CHANGELOG.md

Update cli/tauri.js/CHANGELOG.md

Update cli/tauri.js/CHANGELOG.md

Update cli/tauri.js/CHANGELOG.md
jbolda 5 سال پیش
والد
کامیت
c628e60c2c

+ 0 - 5
.changes/before-dev-command-race-condition.md

@@ -1,5 +0,0 @@
----
-"tauri.js": patch
----
-
-Fixes a race condition on the `beforeDevCommand` usage (starting Tauri before the devServer is ready).

+ 0 - 6
.changes/loopback-fix.md

@@ -1,6 +0,0 @@
----
-"tauri-bundler": patch
-"tauri": patch
----
-
-Ignoring non UTF-8 characters on the loopback command output.

+ 0 - 5
.changes/revert_nullish_coalesce_behavior_change.md

@@ -1,5 +0,0 @@
----
-"tauri.js": patch
----
-
-Revert a nullish coalescing operator that changed embedded server/inliner behavior.

+ 0 - 5
.changes/tauri-init-fix.md

@@ -1,5 +0,0 @@
----
-"tauri.js": patch
----
-
-Fixes `tauri init` not generating `tauri.conf.json` on the Vue CLI Plugin.

+ 0 - 5
.changes/tauri-init-prompt.md

@@ -1,5 +0,0 @@
----
-"tauri.js": minor
----
-
-`tauri init` now prompt for default values such as window title, app name, dist dir and dev path. You can use `--ci` to skip the prompts.

+ 5 - 0
cli/tauri-bundler/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## [0.8.5]
+
+-   Ignoring non UTF-8 characters on the loopback command output.
+    -   [f340b29](https://www.github.com/tauri-apps/tauri/commit/f340b2914dc9c3a94ca8606f4663964fa87b95ea) fix(tauri) addition to the previous commit on 2020-07-10
+
 ## [0.8.4]
 
 -   Properly run the loopback command on Windows.

+ 1 - 1
cli/tauri-bundler/Cargo.toml

@@ -2,7 +2,7 @@ workspace = { }
 
 [package]
 name = "tauri-bundler"
-version = "0.8.4"
+version = "0.8.5"
 authors = [
   "George Burton <burtonageo@gmail.com>",
   "Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",

+ 11 - 0
cli/tauri.js/CHANGELOG.md

@@ -1,5 +1,16 @@
 # Changelog
 
+## [0.9.0]
+
+-   Fixes a race condition on the beforeDevCommand usage (starting Tauri before the devServer is ready).
+    -   [a26cffc](https://www.github.com/tauri-apps/tauri/commit/a26cffc575bee224a6beb5b7b0565d5583c0131f) fix(tauri.js) beforeDevCommand race condition ([#801](https://www.github.com/tauri-apps/tauri/pull/801)) on 2020-07-10
+-   Revert a nullish coalescing operator that changed embedded server/inliner behavior.
+    -   [e7b4951](https://www.github.com/tauri-apps/tauri/commit/e7b495133fe9f4e9f576bb9805bec98b967783eb) fix(tauri.js) revert nullish coalesce addition ([#799](https://www.github.com/tauri-apps/tauri/pull/799)) on 2020-07-10
+-   Fixes tauri init not generating tauri.conf.json on the Vue CLI Plugin.
+    -   [f208a68](https://www.github.com/tauri-apps/tauri/commit/f208a68e40c804daf41d54539d3a5951679e8a64) fix(tauri.js) do not swallow init errors, fix conf inject ([#802](https://www.github.com/tauri-apps/tauri/pull/802)) on 2020-07-10
+-   tauri init now prompt for default values such as window title, app name, dist dir and dev path. You can use --ci to skip the prompts.
+    -   [ee8724b](https://www.github.com/tauri-apps/tauri/commit/ee8724b90a63f281292c6eb174773b905ba52e32) feat(tauri.js/init): prompt for default values (fix [#422](https://www.github.com/tauri-apps/tauri/pull/422)/[#162](https://www.github.com/tauri-apps/tauri/pull/162)) ([#472](https://www.github.com/tauri-apps/tauri/pull/472)) on 2020-07-10
+
 ## [0.8.4]
 
 -   Bump lodash to 4.17.19

+ 1 - 1
cli/tauri.js/package.json

@@ -1,6 +1,6 @@
 {
   "name": "tauri",
-  "version": "0.8.4",
+  "version": "0.9.0",
   "description": "Multi-binding collection of libraries and templates for building Tauri apps",
   "bin": {
     "tauri": "./bin/tauri.js"

+ 5 - 0
tauri/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## [0.7.4]
+
+-   Ignoring non UTF-8 characters on the loopback command output.
+    -   [f340b29](https://www.github.com/tauri-apps/tauri/commit/f340b2914dc9c3a94ca8606f4663964fa87b95ea) fix(tauri) addition to the previous commit on 2020-07-10
+
 ## [0.7.3]
 
 -   Properly run the loopback command on Windows.

+ 1 - 1
tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri"
-version = "0.7.3"
+version = "0.7.4"
 authors = [
   "Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
   "Daniel Thompson-Yvetot <denjell@sfosc.org>",