Przeglądaj źródła

Apply Version Updates From Current Changes (#758)

Co-authored-by: lucasfernog <lucas@tauri.studio>
github-actions[bot] 5 lat temu
rodzic
commit
fed2641bb7

+ 0 - 5
.changes/appimage-script.md

@@ -1,5 +0,0 @@
----
-"tauri-bundler": patch
----
-
-Fixes the AppImage bundler script.

+ 0 - 5
.changes/conf-validation.md

@@ -1,5 +0,0 @@
----
-"tauri.js": patch
----
-
-Adds tauri.conf.json schema validation to the CLI.

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

@@ -1,5 +1,9 @@
 # Changelog
 
+## [0.8.2]
+
+-   Fixes the AppImage bundler script.
+
 ## [0.8.1]
 
 -   Improves the logging of child processes like bundle_appimage.sh and bundle_dmg.sh.

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

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

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

@@ -1,5 +1,9 @@
 # Changelog
 
+## [0.8.2]
+
+-   Adds tauri.conf.json schema validation to the CLI.
+
 ## [0.8.1]
 
 -   Transpile the TS API to ES5.

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

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