Browse Source

Apply Version Updates From Current Changes (#1143)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 4 years ago
parent
commit
164e3a4fe7
6 changed files with 12 additions and 12 deletions
  1. 0 5
      .changes/bugfix.md
  2. 0 5
      .changes/version.md
  3. 5 0
      cli/tauri.js/CHANGELOG.md
  4. 1 1
      cli/tauri.js/package.json
  5. 5 0
      tauri/CHANGELOG.md
  6. 1 1
      tauri/Cargo.toml

+ 0 - 5
.changes/bugfix.md

@@ -1,5 +0,0 @@
----
-"tauri.js": patch
----
-
-Fixed a TypeScript issue where it didn't allow you to put the "recursive" option in the directory functions.

+ 0 - 5
.changes/version.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Update webview-official dependency which fix compatibility on macOS.

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

@@ -1,5 +1,10 @@
 # Changelog
 
+## [0.14.1]
+
+-   Fixed a TypeScript issue where it didn't allow you to put the "recursive" option in the directory functions.
+    -   [2fd1067](https://www.github.com/tauri-apps/tauri/commit/2fd1067a4c7ef86dda074867b6a6702527962829) Fix: add recursive option to directory APIs ([#1141](https://www.github.com/tauri-apps/tauri/pull/1141)) on 2021-01-12
+
 ## [0.14.0]
 
 -   Update the tauri template to properly set the app icon id on Windows so the webview can load the executable icon.

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

@@ -1,6 +1,6 @@
 {
   "name": "tauri",
-  "version": "0.14.0",
+  "version": "0.14.1",
   "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.11.1]
+
+-   Update webview-official dependency which fix compatibility on macOS.
+    -   [692312a](https://www.github.com/tauri-apps/tauri/commit/692312a0f51a05dd418d9cad553a695f3347b943) chore(deps) Update webview-official ([#1152](https://www.github.com/tauri-apps/tauri/pull/1152)) on 2021-01-24
+
 ## [0.11.0]
 
 -   Match writeBinaryFile command name between js and rust

+ 1 - 1
tauri/Cargo.toml

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