Skip to content

Commit c0e96c9

Browse files
release(version): Release 1.2.0-next.2 [skip ci]
# [1.2.0-next.2](v1.2.0-next.1...v1.2.0-next.2) (2021-06-28) ### Bug Fixes * **props:** fix invalid props for all Components ([1703258](1703258)) ### Code Refactoring * **AtomicTypes:** move ColorScheme module from AtomicTypes to Chakra__Theme module ([ffb850c](ffb850c)) ### Features * **MakeProps:** add sub-modules in MakeProps for handle object-fit, noOfLines, viewBox, and multi-type(string-or-number). ([51a1924](51a1924)) * **Media:** add bindin for Icon and Image Component ([762108e](762108e)) * **Others:** add binding for Portal Component ([68e9679](68e9679)) * **Typography:** add binding for Heading and Text ([9f707a2](9f707a2))
1 parent 68e9679 commit c0e96c9

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Diff for: CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [1.2.0-next.2](https://github.com/ri7nz/rescript-chakra/compare/v1.2.0-next.1...v1.2.0-next.2) (2021-06-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **props:** fix invalid props for all Components ([1703258](https://github.com/ri7nz/rescript-chakra/commit/170325885b7a23fd3f333700505ba78c07d6b70d))
7+
8+
9+
### Code Refactoring
10+
11+
* **AtomicTypes:** move ColorScheme module from AtomicTypes to Chakra__Theme module ([ffb850c](https://github.com/ri7nz/rescript-chakra/commit/ffb850cb1588b65c200c9fdbedd5af6e0233f375))
12+
13+
14+
### Features
15+
16+
* **MakeProps:** add sub-modules in MakeProps for handle object-fit, noOfLines, viewBox, and multi-type(string-or-number). ([51a1924](https://github.com/ri7nz/rescript-chakra/commit/51a192426df328bf53aa47b75edc36cb3c7e5cc6))
17+
* **Media:** add bindin for Icon and Image Component ([762108e](https://github.com/ri7nz/rescript-chakra/commit/762108e3f7da13f863fefea976237a537d993028))
18+
* **Others:** add binding for Portal Component ([68e9679](https://github.com/ri7nz/rescript-chakra/commit/68e967915c9a09d1a7978747438571f8cfe102ac))
19+
* **Typography:** add binding for Heading and Text ([9f707a2](https://github.com/ri7nz/rescript-chakra/commit/9f707a2b27b0e1b8ce9d182903711094bd0937e3))
20+
121
# [1.2.0-next.1](https://github.com/ri7nz/rescript-chakra/compare/v1.1.0...v1.2.0-next.1) (2021-06-27)
222

323

Diff for: 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.1",
3+
"version": "1.2.0-next.2",
44
"description": "⚡️ ReScript bindings for @chakra-ui/react",
55
"keywords": [
66
"rescript",

0 commit comments

Comments
 (0)