Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#4213)
Browse files Browse the repository at this point in the history
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and lucasfernog authored May 25, 2022
1 parent 9cdcf9b commit 2e3239b
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 @@ -118,6 +118,7 @@
".changes/dangerous-disable-asset-csp.md",
".changes/data-url-csp.md",
".changes/debian-priority.md",
".changes/dev-alias.md",
".changes/dev-cmd-config-arg.md",
".changes/dev-csp.md",
".changes/dev-keep-default-features.md",
Expand Down
5 changes: 5 additions & 0 deletions core/tauri-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[1.0.0-rc.11]

- Create `dev` cfg alias.
- [9cdcf9b3](https://www.github.com/tauri-apps/tauri/commit/9cdcf9b3a8fa27612b3156c1702a4e776627e869) feat(build): create `dev` alias ([#4212](https://www.github.com/tauri-apps/tauri/pull/4212)) on 2022-05-25

## \[1.0.0-rc.10]

- Delete existing sidecar before copying new one.
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "1.0.0-rc.10"
version = "1.0.0-rc.11"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"node": ">= 10.0.0"
},
"tauri": "1.0.0-rc.13",
"tauri-build": "1.0.0-rc.10"
"tauri-build": "1.0.0-rc.11"
}

0 comments on commit 2e3239b

Please sign in to comment.