Skip to content

Commit 8ce6462

Browse files
EqualMasemantic-release-bot
authored andcommitted
chore(release): 1.0.0-alpha.3 [skip ci]
# [1.0.0-alpha.3](v1.0.0-alpha.2...v1.0.0-alpha.3) (2021-11-06) ### Bug Fixes * make use_state helpers pub ([50f4693](50f4693)) ### Features * React.useRef ([562fa22](562fa22))
1 parent 562fa22 commit 8ce6462

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.0.0-alpha.3](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2021-11-06)
2+
3+
4+
### Bug Fixes
5+
6+
* make use_state helpers pub ([50f4693](https://github.com/frender-rs/react-sys/commit/50f4693a08dd6bb3b028d66fb5d512c57677466d))
7+
8+
9+
### Features
10+
11+
* React.useRef ([562fa22](https://github.com/frender-rs/react-sys/commit/562fa2250ebb67dfcc7ef7e3b91ced8abe3b2583))
12+
113
# [1.0.0-alpha.2](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-11-06)
214

315

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 = "1.0.0-alpha.2" # replace version
3+
version = "1.0.0-alpha.3" # replace version
44
edition = "2018"
55
description = "React bindings for rust"
66
license = "MIT"

0 commit comments

Comments
 (0)