Skip to content

Commit 368231d

Browse files
release(version): Release 1.2.0-next.11 [skip ci]
# [1.2.0-next.11](v1.2.0-next.10...v1.2.0-next.11) (2021-10-12) ### Bug Fixes * **Input:** add value for Input ([#26](#26)) ([5cb98fc](5cb98fc)) ### Features * **Spacer:** add binding for Spacer component ([#25](#25)) ([e3ce148](e3ce148))
1 parent 5cb98fc commit 368231d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.2.0-next.11](https://github.com/ri7nz/rescript-chakra/compare/v1.2.0-next.10...v1.2.0-next.11) (2021-10-12)
2+
3+
### Bug Fixes
4+
5+
- **Input:** add value for Input ([#26](https://github.com/ri7nz/rescript-chakra/issues/26)) ([5cb98fc](https://github.com/ri7nz/rescript-chakra/commit/5cb98fc77e15477090bf13fe5b2bd38e99c83665))
6+
7+
### Features
8+
9+
- **Spacer:** add binding for Spacer component ([#25](https://github.com/ri7nz/rescript-chakra/issues/25)) ([e3ce148](https://github.com/ri7nz/rescript-chakra/commit/e3ce14836c6bf8c3a16e5b6a603facb2453f21a6))
10+
111
# [1.2.0-next.10](https://github.com/ri7nz/rescript-chakra/compare/v1.2.0-next.9...v1.2.0-next.10) (2021-10-08)
212

313
### Documentation

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-chakra",
3-
"version": "1.2.0-next.10",
3+
"version": "1.2.0-next.11",
44
"description": "⚡️ ReScript bindings for @chakra-ui/react",
55
"keywords": [
66
"rescript",

0 commit comments

Comments
 (0)