Skip to content

Commit 3a23593

Browse files
EqualMasemantic-release-bot
authored andcommitted
chore(release): 1.0.0-alpha.23 [skip ci]
# [1.0.0-alpha.23](v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-02-22) ### Features * now use_effect accepts `JsValue` as effect function ([39f8489](39f8489)) ### BREAKING CHANGES * use_effect* api changed
1 parent 39f8489 commit 3a23593

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.23](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-02-22)
2+
3+
4+
### Features
5+
6+
* now use_effect accepts `JsValue` as effect function ([39f8489](https://github.com/frender-rs/react-sys/commit/39f84896c7c1938e2f3afa7cf23ea9f6f0051df8))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* use_effect* api changed
12+
113
# [1.0.0-alpha.22](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-02-12)
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.22" # replace version
3+
version = "1.0.0-alpha.23" # replace version
44
edition = "2018"
55
description = "React bindings for rust"
66
license = "MIT"

0 commit comments

Comments
 (0)