Skip to content

Commit 152f712

Browse files
EqualMasemantic-release-bot
authored andcommitted
chore(release): 1.0.0-alpha.6 [skip ci]
# [1.0.0-alpha.6](v1.0.0-alpha.5...v1.0.0-alpha.6) (2021-11-07) ### Bug Fixes * remove unexpected std exports ([b484716](b484716)) ### BREAKING CHANGES * `std::{ concat, stringify }` are unexpected exported in previous versions. Now they are removed
1 parent b484716 commit 152f712

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.6](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2021-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* remove unexpected std exports ([b484716](https://github.com/frender-rs/react-sys/commit/b484716246bb11cec473a6a0073d6301bab02c8d))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* `std::{ concat, stringify }` are unexpected exported in previous versions. Now they are removed
12+
113
# [1.0.0-alpha.5](https://github.com/frender-rs/react-sys/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2021-11-07)
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.5" # replace version
3+
version = "1.0.0-alpha.6" # replace version
44
edition = "2018"
55
description = "React bindings for rust"
66
license = "MIT"

0 commit comments

Comments
 (0)