Skip to content

Commit 832aa08

Browse files
chore(release): hooks-yew-derive 1.0.0-alpha.1 [skip ci]
# 1.0.0-alpha.1 (2022-11-17) ### Features * `hook_component` macro ([f4f282c](f4f282c))
1 parent 0406eb3 commit 832aa08

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 1.0.0-alpha.1 (2022-11-17)
2+
3+
4+
### Features
5+
6+
* `hook_component` macro ([f4f282c](https://github.com/frender-rs/hooks-yew/commit/f4f282c4996130d75c9b373f1c33472580042d7a))

packages/hooks-yew-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hooks-yew-derive"
3-
version = "0.1.0"
3+
version = "1.0.0-alpha.1"
44
edition = "2021"
55
description = "Compile-time hook component for yew"
66
license = "MIT"

packages/hooks-yew/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/frender-rs/hooks-yew"
1111

1212
[dependencies]
1313
yew = "0.19"
14-
hooks-yew-derive = { version = "0.1.0", path = "../hooks-yew-derive" }
14+
hooks-yew-derive = { version = "1.0.0-alpha.1", path = "../hooks-yew-derive" }
1515

1616
[dependencies.hooks]
1717
version = "1.0.0-alpha.15"

0 commit comments

Comments
 (0)