Forráskód Böngészése

Apply Version Updates From Current Changes (#915)

Co-authored-by: jbolda <me@jacobbolda.com>
github-actions[bot] 5 éve
szülő
commit
2b3ef7bcfb

+ 0 - 5
.changes/912-unicode-messages.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-Adjust payload formatting to handle multibyte characters in front-end message
-payloads.

+ 0 - 6
.changes/921-fix-cli-args.md

@@ -1,6 +0,0 @@
----
-"tauri.js": patch
----
-
-Fix command line arguments -W (window title) and -P (dev server uri) to work as intended.
-

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

@@ -1,5 +1,10 @@
 # Changelog
 
+## [0.11.1]
+
+-   Fix command line arguments -W (window title) and -P (dev server uri) to work as intended.
+    -   [e1fd626](https://www.github.com/tauri-apps/tauri/commit/e1fd626453bf6310b18e48472aa831c367212290) Fix typos referring to CLI args in init command ([#921](https://www.github.com/tauri-apps/tauri/pull/921)) on 2020-08-03
+
 ## [0.11.0]
 
 -   Fixes the Webview initialization on Windows.

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

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

+ 6 - 0
tauri/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.9.1]
+
+-   Adjust payload formatting to handle multibyte characters in front-end message
+    payloads.
+        - [df70ca5](https://www.github.com/tauri-apps/tauri/commit/df70ca51965665952a74161cc6eb1ff19eae45e2) Fix [#912](https://www.github.com/tauri-apps/tauri/pull/912) multibyte character breaks message ([#914](https://www.github.com/tauri-apps/tauri/pull/914)) on 2020-08-01
+
 ## [0.9.0]
 
 -   Make sure CSS content loaded with the `loadAsset` API is inside a template string and not injected raw.

+ 1 - 1
tauri/Cargo.toml

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