Bläddra i källkod

Apply Version Updates From Current Changes (#8751)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 1 år sedan
förälder
incheckning
509e35f209
4 ändrade filer med 10 tillägg och 3 borttagningar
  1. 2 1
      .changes/pre.json
  2. 6 0
      core/tauri/CHANGELOG.md
  3. 1 1
      core/tauri/Cargo.toml
  4. 1 1
      tooling/cli/metadata-v2.json

+ 2 - 1
.changes/pre.json

@@ -1,6 +1,7 @@
 {
   "tag": "beta",
   "changes": [
-    ".changes/beta.md"
+    ".changes/beta.md",
+    ".changes/fix-process-ipc-message-fn.md"
   ]
 }

+ 6 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[2.0.0-beta.1]
+
+### Bug Fixes
+
+- [`863bc9e5`](https://www.github.com/tauri-apps/tauri/commit/863bc9e55f9099207403e34cb5c218231265b2c1)([#8749](https://www.github.com/tauri-apps/tauri/pull/8749)) Fix regression on the JavaScript code that processes the IPC message.
+
 ## \[2.0.0-beta.0]
 
 ### New Features

+ 1 - 1
core/tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri"
-version = "2.0.0-beta.0"
+version = "2.0.0-beta.1"
 description = "Make tiny, secure apps for all desktop platforms with Tauri"
 exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
 readme = "README.md"

+ 1 - 1
tooling/cli/metadata-v2.json

@@ -3,7 +3,7 @@
     "version": "2.0.0-beta.0",
     "node": ">= 10.0.0"
   },
-  "tauri": "2.0.0-beta.0",
+  "tauri": "2.0.0-beta.1",
   "tauri-build": "2.0.0-beta.0",
   "tauri-plugin": "2.0.0-beta.0"
 }