From ad337862f9e849272dd6bfda8afb2e5d74e5b39f Mon Sep 17 00:00:00 2001 From: EqualMa Date: Sun, 7 Nov 2021 09:03:56 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.7 [skip ci] # [1.0.0-alpha.7](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-11-07) ### Features * React.useRef ([b0e654c](https://github.com/frender-rs/react-sys/commit/b0e654c662beb774398cf4df95f046e815e3db08)) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc47014..91c4ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.7](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-11-07) + + +### Features + +* React.useRef ([b0e654c](https://github.com/frender-rs/react-sys/commit/b0e654c662beb774398cf4df95f046e815e3db08)) + # [1.0.0-alpha.6](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2021-11-07) diff --git a/Cargo.toml b/Cargo.toml index bc2ecc0..c91a713 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "react-sys" -version = "1.0.0-alpha.6" # replace version +version = "1.0.0-alpha.7" # replace version edition = "2018" description = "React bindings for rust" license = "MIT"