Skip to content

Commit

Permalink
Fix failed release (#2261)
Browse files Browse the repository at this point in the history
* 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
voidpumpkin authored Dec 11, 2021
1 parent feb45d8 commit 457e986
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/yew-macro/Cargo.toml
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"
Expand Down
2 changes: 1 addition & 1 deletion packages/yew/Cargo.toml
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]>",
Expand Down
1 change: 0 additions & 1 deletion release.toml
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

0 comments on commit 457e986

Please sign in to comment.