Skip to content

Commit 8396ec8

Browse files
EqualMasemantic-release-bot
authored andcommitted
chore(release): 1.0.0-alpha.13 [skip ci]
# [1.0.0-alpha.13](v1.0.0-alpha.12...v1.0.0-alpha.13) (2021-11-24) ### Features * `create_element*` should take references of props and children ([daa5931](daa5931)) ### BREAKING CHANGES * `create_element*` now takes references of props and children
1 parent daa5931 commit 8396ec8

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.13](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2021-11-24)
2+
3+
4+
### Features
5+
6+
* `create_element*` should take references of props and children ([daa5931](https://github.com/frender-rs/react-sys/commit/daa59310bb7d5cd6b0006f8c6deb4b8742d5caf1))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* `create_element*` now takes references of props and children
12+
113
# [1.0.0-alpha.12](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2021-11-23)
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.12" # replace version
3+
version = "1.0.0-alpha.13" # replace version
44
edition = "2018"
55
description = "React bindings for rust"
66
license = "MIT"

0 commit comments

Comments
 (0)