Browse Source

Apply Version Updates From Current Changes

Lucas Nogueira 3 years ago
parent
commit
ac5b2d66c1
4 changed files with 8 additions and 2 deletions
  1. 1 0
      .changes/pre.json
  2. 5 0
      core/tauri/CHANGELOG.md
  3. 1 1
      core/tauri/Cargo.toml
  4. 1 1
      tooling/cli/metadata.json

+ 1 - 0
.changes/pre.json

@@ -124,6 +124,7 @@
     ".changes/dev-server-exit.md",
     ".changes/devtools-apis.md",
     ".changes/devtools-hotkey.md",
+    ".changes/dialog-flag-fix.md",
     ".changes/dialog-parent-macos.md",
     ".changes/dialog-type.md",
     ".changes/emit-and-trigger-tauri-events.md",

+ 5 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.0.0-rc.13]
+
+- Fix `` cannot find macro `message_dialog`  `` error.
+  - [80458a03](https://www.github.com/tauri-apps/tauri/commit/80458a031b15c83019f11a6c222a2993e16d5dc3) Fix `message_dialog` flag ([#4204](https://www.github.com/tauri-apps/tauri/pull/4204)) on 2022-05-25
+
 ## \[1.0.0-rc.12]
 
 - Expose option to set the dialog type.

+ 1 - 1
core/tauri/Cargo.toml

@@ -16,7 +16,7 @@ license = "Apache-2.0 OR MIT"
 name = "tauri"
 readme = "README.md"
 repository = "https://github.com/tauri-apps/tauri"
-version = "1.0.0-rc.12"
+version = "1.0.0-rc.13"
 
 [package.metadata.docs.rs]
 no-default-features = true

+ 1 - 1
tooling/cli/metadata.json

@@ -3,6 +3,6 @@
     "version": "1.0.0-rc.12",
     "node": ">= 10.0.0"
   },
-  "tauri": "1.0.0-rc.12",
+  "tauri": "1.0.0-rc.13",
   "tauri-build": "1.0.0-rc.10"
 }