Skip to content

Commit e366326

Browse files
EqualMasemantic-release-bot
authored andcommitted
chore(release): 1.0.0-alpha.1 [skip ci]
# 1.0.0-alpha.1 (2021-11-06) ### Features * React.createElement ([cfa19e4](cfa19e4)) * React.useState ([ac87997](ac87997))
1 parent ac87997 commit e366326

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.0.0-alpha.1 (2021-11-06)
2+
3+
4+
### Features
5+
6+
* React.createElement ([cfa19e4](https://github.com/frender-rs/react-sys/commit/cfa19e49d9c7119fc00dfb87d53ebc98ec913145))
7+
* React.useState ([ac87997](https://github.com/frender-rs/react-sys/commit/ac87997837bf8bb0bf97786625496aad86707ad2))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "react-sys"
3-
version = "0.1.0" # replace version
3+
version = "1.0.0-alpha.1" # replace version
44
edition = "2018"
55
description = "React bindings for rust"
66
license = "MIT"

0 commit comments

Comments
 (0)