Skip to content

Commit

Permalink
Apply Version Updates From Current Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed May 25, 2022
1 parent 80458a0 commit ac5b2d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions core/tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit ac5b2d6

Please sign in to comment.