-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert "(cargo-release) version yew-v0.19.2" This reverts commit feb45d8. * (cargo-release) version yew-macro-v0.19.2 * remove publish = false
- Loading branch information
1 parent
feb45d8
commit 457e986
Showing
3 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "yew-macro" | ||
version = "0.19.1" | ||
version = "0.19.2" | ||
edition = "2018" | ||
authors = ["Justin Starry <[email protected]>"] | ||
repository = "https://github.com/yewstack/yew" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "yew" | ||
version = "0.19.2" | ||
version = "0.19.1" | ||
edition = "2018" | ||
authors = [ | ||
"Denis Kolodin <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
pre-release-commit-message = "(cargo-release) version {{crate_name}}-v{{version}}" | ||
post-release-commit-message = "(cargo-release) start next development iteration {{crate_name}}-v{{next_version}}" | ||
publish = false |