Skip to content

Commit 799e1b6

Browse files
release(version): Release 1.2.0-next.8 [skip ci]
# [1.2.0-next.8](v1.2.0-next.7...v1.2.0-next.8) (2021-10-03) ### Bug Fixes * **Select:** fix custom colors ([#22](#22)) ([8d9182e](8d9182e)) ### Chores * fix lint-staged for res or resi ([#20](#20)) ([6054fc9](6054fc9)) * **deps, lint:** add lint with husky and lint-staged ([#18](#18)) ([987d76a](987d76a)) ### Documentation * **Website:** add docs website ([#19](#19)) ([1e27b6b](1e27b6b))
1 parent 8d9182e commit 799e1b6

File tree

2 files changed

+58
-60
lines changed

2 files changed

+58
-60
lines changed

CHANGELOG.md

Lines changed: 57 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,127 +1,125 @@
1-
# [1.2.0-next.7](https://github.com/ri7nz/rescript-chakra/compare/v1.2.0-next.6...v1.2.0-next.7) (2021-09-29)
1+
# [1.2.0-next.8](https://github.com/ri7nz/rescript-chakra/compare/v1.2.0-next.7...v1.2.0-next.8) (2021-10-03)
2+
3+
### Bug Fixes
4+
5+
- **Select:** fix custom colors ([#22](https://github.com/ri7nz/rescript-chakra/issues/22)) ([8d9182e](https://github.com/ri7nz/rescript-chakra/commit/8d9182e9f36491c3867d16a20f4f9b8d03bc89d8))
6+
7+
### Chores
8+
9+
- fix lint-staged for res or resi ([#20](https://github.com/ri7nz/rescript-chakra/issues/20)) ([6054fc9](https://github.com/ri7nz/rescript-chakra/commit/6054fc9e73756c9d7a03d4c937bd5445459476c2))
10+
- **deps, lint:** add lint with husky and lint-staged ([#18](https://github.com/ri7nz/rescript-chakra/issues/18)) ([987d76a](https://github.com/ri7nz/rescript-chakra/commit/987d76aa13a12cc3e1fb024dc35bdddb49bc353f))
211

12+
### Documentation
13+
14+
- **Website:** add docs website ([#19](https://github.com/ri7nz/rescript-chakra/issues/19)) ([1e27b6b](https://github.com/ri7nz/rescript-chakra/commit/1e27b6bb361219d885454b390830745a56ad081c))
15+
16+
# [1.2.0-next.7](https://github.com/ri7nz/rescript-chakra/compare/v1.2.0-next.6...v1.2.0-next.7) (2021-09-29)
317

418
### Features
519

6-
* **Select:** add bindings for select ([#17](https://github.com/ri7nz/rescript-chakra/issues/17)) ([26e9b43](https://github.com/ri7nz/rescript-chakra/commit/26e9b43e1451aa978893da8f9df360f33743bde9))
7-
* **Select:** fix syntax ([ba061dd](https://github.com/ri7nz/rescript-chakra/commit/ba061dd16a7cd63842ba6718c1b71b5a980744cd))
20+
- **Select:** add bindings for select ([#17](https://github.com/ri7nz/rescript-chakra/issues/17)) ([26e9b43](https://github.com/ri7nz/rescript-chakra/commit/26e9b43e1451aa978893da8f9df360f33743bde9))
21+
- **Select:** fix syntax ([ba061dd](https://github.com/ri7nz/rescript-chakra/commit/ba061dd16a7cd63842ba6718c1b71b5a980744cd))
822

923
# [1.2.0-next.6](https://github.com/ri7nz/rescript-chakra/compare/v1.2.0-next.5...v1.2.0-next.6) (2021-08-10)
1024

11-
1225
### Bug Fixes
1326

14-
* **Components:** wrong type definition for ReactEvent.* ([87cc911](https://github.com/ri7nz/rescript-chakra/commit/87cc91105f7d068e56c6a71348bf9dd45fbc60c9))
15-
27+
- **Components:** wrong type definition for ReactEvent.\* ([87cc911](https://github.com/ri7nz/rescript-chakra/commit/87cc91105f7d068e56c6a71348bf9dd45fbc60c9))
1628

1729
### Chores
1830

19-
* **scripts:** add script for fix-event-type ([60a2188](https://github.com/ri7nz/rescript-chakra/commit/60a21885b84e898306a4da6ad299540130a47543))
31+
- **scripts:** add script for fix-event-type ([60a2188](https://github.com/ri7nz/rescript-chakra/commit/60a21885b84e898306a4da6ad299540130a47543))
2032

2133
# [1.2.0-next.5](https://github.com/ri7nz/rescript-chakra/compare/v1.2.0-next.4...v1.2.0-next.5) (2021-07-02)
2234

23-
2435
### Bug Fixes
2536

26-
* **Link:** missing anchor HTML element attributes ([3b4477d](https://github.com/ri7nz/rescript-chakra/commit/3b4477d53889ef597a17ce05724bf024d3d998a6))
37+
- **Link:** missing anchor HTML element attributes ([3b4477d](https://github.com/ri7nz/rescript-chakra/commit/3b4477d53889ef597a17ce05724bf024d3d998a6))
2738

2839
# [1.2.0-next.4](https://github.com/ri7nz/rescript-chakra/compare/v1.2.0-next.3...v1.2.0-next.4) (2021-07-02)
2940

30-
3141
### Features
3242

33-
* **Interfaces:** add binding for some HTML specification ([0b1040e](https://github.com/ri7nz/rescript-chakra/commit/0b1040e900a6097c016fbf782134e28669497914))
34-
* **Navigation:** add binding for component navigation ([4428ec8](https://github.com/ri7nz/rescript-chakra/commit/4428ec87d0d2c66e3f6ec09142a26cd569878588))
43+
- **Interfaces:** add binding for some HTML specification ([0b1040e](https://github.com/ri7nz/rescript-chakra/commit/0b1040e900a6097c016fbf782134e28669497914))
44+
- **Navigation:** add binding for component navigation ([4428ec8](https://github.com/ri7nz/rescript-chakra/commit/4428ec87d0d2c66e3f6ec09142a26cd569878588))
3545

3646
# [1.2.0-next.3](https://github.com/ri7nz/rescript-chakra/compare/v1.2.0-next.2...v1.2.0-next.3) (2021-07-02)
3747

38-
3948
### Features
4049

41-
* **Media:** add binding component Avatar & AvatarGroup. ([a96e39e](https://github.com/ri7nz/rescript-chakra/commit/a96e39e31a151ac3926fa8eed20c8ae170a02f49))
50+
- **Media:** add binding component Avatar & AvatarGroup. ([a96e39e](https://github.com/ri7nz/rescript-chakra/commit/a96e39e31a151ac3926fa8eed20c8ae170a02f49))
4251

4352
# [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)
4453

45-
4654
### Bug Fixes
4755

48-
* **props:** fix invalid props for all Components ([1703258](https://github.com/ri7nz/rescript-chakra/commit/170325885b7a23fd3f333700505ba78c07d6b70d))
49-
56+
- **props:** fix invalid props for all Components ([1703258](https://github.com/ri7nz/rescript-chakra/commit/170325885b7a23fd3f333700505ba78c07d6b70d))
5057

5158
### Code Refactoring
5259

53-
* **AtomicTypes:** move ColorScheme module from AtomicTypes to Chakra__Theme module ([ffb850c](https://github.com/ri7nz/rescript-chakra/commit/ffb850cb1588b65c200c9fdbedd5af6e0233f375))
54-
60+
- **AtomicTypes:** move ColorScheme module from AtomicTypes to Chakra\_\_Theme module ([ffb850c](https://github.com/ri7nz/rescript-chakra/commit/ffb850cb1588b65c200c9fdbedd5af6e0233f375))
5561

5662
### Features
5763

58-
* **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))
59-
* **Media:** add bindin for Icon and Image Component ([762108e](https://github.com/ri7nz/rescript-chakra/commit/762108e3f7da13f863fefea976237a537d993028))
60-
* **Others:** add binding for Portal Component ([68e9679](https://github.com/ri7nz/rescript-chakra/commit/68e967915c9a09d1a7978747438571f8cfe102ac))
61-
* **Typography:** add binding for Heading and Text ([9f707a2](https://github.com/ri7nz/rescript-chakra/commit/9f707a2b27b0e1b8ce9d182903711094bd0937e3))
64+
- **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))
65+
- **Media:** add bindin for Icon and Image Component ([762108e](https://github.com/ri7nz/rescript-chakra/commit/762108e3f7da13f863fefea976237a537d993028))
66+
- **Others:** add binding for Portal Component ([68e9679](https://github.com/ri7nz/rescript-chakra/commit/68e967915c9a09d1a7978747438571f8cfe102ac))
67+
- **Typography:** add binding for Heading and Text ([9f707a2](https://github.com/ri7nz/rescript-chakra/commit/9f707a2b27b0e1b8ce9d182903711094bd0937e3))
6268

6369
# [1.2.0-next.1](https://github.com/ri7nz/rescript-chakra/compare/v1.1.0...v1.2.0-next.1) (2021-06-27)
6470

65-
6671
### Features
6772

68-
* **Fade, ScaleFade, Slide:** add component binding for Fade, ScaleFade, & Slide ([7b30d49](https://github.com/ri7nz/rescript-chakra/commit/7b30d4945058a1ab28a361c7d993df123567d60f))
73+
- **Fade, ScaleFade, Slide:** add component binding for Fade, ScaleFade, & Slide ([7b30d49](https://github.com/ri7nz/rescript-chakra/commit/7b30d4945058a1ab28a361c7d993df123567d60f))
6974

7075
# [1.1.0](https://github.com/ri7nz/rescript-chakra/compare/v1.0.0...v1.1.0) (2021-06-27)
7176

72-
7377
### Chores
7478

75-
* **generator:** update for pseudo props ([cce0466](https://github.com/ri7nz/rescript-chakra/commit/cce0466594e7aefc8658367360a66aeade7b2c18))
76-
* set to commonjs for jest and development ([16fa888](https://github.com/ri7nz/rescript-chakra/commit/16fa888bdf1c6f067d1bf3fb1703147678d6c36d))
77-
79+
- **generator:** update for pseudo props ([cce0466](https://github.com/ri7nz/rescript-chakra/commit/cce0466594e7aefc8658367360a66aeade7b2c18))
80+
- set to commonjs for jest and development ([16fa888](https://github.com/ri7nz/rescript-chakra/commit/16fa888bdf1c6f067d1bf3fb1703147678d6c36d))
7881

7982
### Continuous Integration
8083

81-
* **release-workflow:** update release workflow ([f30f55c](https://github.com/ri7nz/rescript-chakra/commit/f30f55ce50ce0716ff7c5f268a42489a093dbf5a))
82-
* use cache yarn ([#8](https://github.com/ri7nz/rescript-chakra/issues/8)) ([10a8e1f](https://github.com/ri7nz/rescript-chakra/commit/10a8e1f60d828df2b3971f7f44b1570d9ce757be))
83-
84+
- **release-workflow:** update release workflow ([f30f55c](https://github.com/ri7nz/rescript-chakra/commit/f30f55ce50ce0716ff7c5f268a42489a093dbf5a))
85+
- use cache yarn ([#8](https://github.com/ri7nz/rescript-chakra/issues/8)) ([10a8e1f](https://github.com/ri7nz/rescript-chakra/commit/10a8e1f60d828df2b3971f7f44b1570d9ce757be))
8486

8587
### Features
8688

87-
* **HStack, VStack, WrapItem:** add bindings for HStack, VStack, & WrapItem ([c17018f](https://github.com/ri7nz/rescript-chakra/commit/c17018f186da0f6fdcd83f58966908bf56d66d98))
89+
- **HStack, VStack, WrapItem:** add bindings for HStack, VStack, & WrapItem ([c17018f](https://github.com/ri7nz/rescript-chakra/commit/c17018f186da0f6fdcd83f58966908bf56d66d98))
8890

8991
# 1.0.0 (2021-06-24)
9092

91-
9293
### Chores
9394

94-
* **ci:** set main branch in workflow and releaserc ([c07120d](https://github.com/ri7nz/rescript-chakra/commit/c07120dc4903d02087fabf6698d4fc3cdf3e5a0e))
95-
* **ci:** setup release with semantic-release ([f99e7c1](https://github.com/ri7nz/rescript-chakra/commit/f99e7c11ff773ada4fc4d93cdb63083d119291f7))
96-
* **ci:** setup release with semantic-release ([01fcdfd](https://github.com/ri7nz/rescript-chakra/commit/01fcdfdf5dd41ca829401d2433ba97efec24f8ea))
97-
* **generator:** create pseudo inject and update box template ([8ee5590](https://github.com/ri7nz/rescript-chakra/commit/8ee55909d33111bdb2f66256fa5ca3a0243d476f))
98-
* add missing devs-deps ([7aa45bd](https://github.com/ri7nz/rescript-chakra/commit/7aa45bd27eb8bdd53ff687597955fdf2c18c37df))
99-
* **generator:** add template generator for hygen ([287706d](https://github.com/ri7nz/rescript-chakra/commit/287706dba604b6d73abab464c6d3eae8b4e4595e))
100-
* dependencies setup ([5efa8d1](https://github.com/ri7nz/rescript-chakra/commit/5efa8d14eb8552a4c31b5d4412422cc9657dfc05))
101-
* **init:** rescript-chakra ([a948ad1](https://github.com/ri7nz/rescript-chakra/commit/a948ad1e2785dc298332a7de13d9812393d4845b))
102-
95+
- **ci:** set main branch in workflow and releaserc ([c07120d](https://github.com/ri7nz/rescript-chakra/commit/c07120dc4903d02087fabf6698d4fc3cdf3e5a0e))
96+
- **ci:** setup release with semantic-release ([f99e7c1](https://github.com/ri7nz/rescript-chakra/commit/f99e7c11ff773ada4fc4d93cdb63083d119291f7))
97+
- **ci:** setup release with semantic-release ([01fcdfd](https://github.com/ri7nz/rescript-chakra/commit/01fcdfdf5dd41ca829401d2433ba97efec24f8ea))
98+
- **generator:** create pseudo inject and update box template ([8ee5590](https://github.com/ri7nz/rescript-chakra/commit/8ee55909d33111bdb2f66256fa5ca3a0243d476f))
99+
- add missing devs-deps ([7aa45bd](https://github.com/ri7nz/rescript-chakra/commit/7aa45bd27eb8bdd53ff687597955fdf2c18c37df))
100+
- **generator:** add template generator for hygen ([287706d](https://github.com/ri7nz/rescript-chakra/commit/287706dba604b6d73abab464c6d3eae8b4e4595e))
101+
- dependencies setup ([5efa8d1](https://github.com/ri7nz/rescript-chakra/commit/5efa8d14eb8552a4c31b5d4412422cc9657dfc05))
102+
- **init:** rescript-chakra ([a948ad1](https://github.com/ri7nz/rescript-chakra/commit/a948ad1e2785dc298332a7de13d9812393d4845b))
103103

104104
### Continuous Integration
105105

106-
* release configuration update ([#7](https://github.com/ri7nz/rescript-chakra/issues/7)) ([1b240c6](https://github.com/ri7nz/rescript-chakra/commit/1b240c6ae9a28bb6ab7e3e430ce83cd11b9e006f))
107-
* **workflows:** cache node_modules ([9f1ee3b](https://github.com/ri7nz/rescript-chakra/commit/9f1ee3b94a3fb71ef2b44a06ec4eeef75744469a))
108-
* **workflows:** cache node_modules ([5c4148f](https://github.com/ri7nz/rescript-chakra/commit/5c4148f24ecd039b2cccc1ba2409c64007ab872f))
109-
106+
- release configuration update ([#7](https://github.com/ri7nz/rescript-chakra/issues/7)) ([1b240c6](https://github.com/ri7nz/rescript-chakra/commit/1b240c6ae9a28bb6ab7e3e430ce83cd11b9e006f))
107+
- **workflows:** cache node_modules ([9f1ee3b](https://github.com/ri7nz/rescript-chakra/commit/9f1ee3b94a3fb71ef2b44a06ec4eeef75744469a))
108+
- **workflows:** cache node_modules ([5c4148f](https://github.com/ri7nz/rescript-chakra/commit/5c4148f24ecd039b2cccc1ba2409c64007ab872f))
110109

111110
### Documentation
112111

113-
* example usage ([0d1996b](https://github.com/ri7nz/rescript-chakra/commit/0d1996b9316150eab6b42a1336781d45fb52a1c8))
114-
* fix url ([2fdfc75](https://github.com/ri7nz/rescript-chakra/commit/2fdfc754b8641e84efc5de6e1084c13748a5dc23))
115-
* generate ([a55633c](https://github.com/ri7nz/rescript-chakra/commit/a55633c3a5d685355167091836b3f10acd738e69))
116-
* update README ([1ddda9f](https://github.com/ri7nz/rescript-chakra/commit/1ddda9f615020deb1fe4bce0fac37bac9973a61d))
117-
112+
- example usage ([0d1996b](https://github.com/ri7nz/rescript-chakra/commit/0d1996b9316150eab6b42a1336781d45fb52a1c8))
113+
- fix url ([2fdfc75](https://github.com/ri7nz/rescript-chakra/commit/2fdfc754b8641e84efc5de6e1084c13748a5dc23))
114+
- generate ([a55633c](https://github.com/ri7nz/rescript-chakra/commit/a55633c3a5d685355167091836b3f10acd738e69))
115+
- update README ([1ddda9f](https://github.com/ri7nz/rescript-chakra/commit/1ddda9f615020deb1fe4bce0fac37bac9973a61d))
118116

119117
### Features
120118

121-
* **Box:** binding component Box ([e5c8545](https://github.com/ri7nz/rescript-chakra/commit/e5c8545fd3a25150c61df6d98fdbceaf258b70bc))
122-
* **components:** add pseudo props for an existing component binding ([95fb106](https://github.com/ri7nz/rescript-chakra/commit/95fb1069b21e1b801dd8cf465781eca881a0a697))
123-
* **Components:** binding component based on Box ([feeab79](https://github.com/ri7nz/rescript-chakra/commit/feeab793d9791a84db0555f3d0badf4b20a1262a))
124-
* **Provider:** binding chakra provider ([5eff100](https://github.com/ri7nz/rescript-chakra/commit/5eff100c04651c4b6a6f207d40aef24c0f136678))
125-
* **pseudo:** implement pseudo bindings ([4c69981](https://github.com/ri7nz/rescript-chakra/commit/4c6998196ac067b57737c21de61f1b8b41e3d2a8))
126-
* **pseudo:** implement pseudo to provide an object for use pseudo props of component ([df9e16b](https://github.com/ri7nz/rescript-chakra/commit/df9e16bea96adb9c42febd46d9c7f7a422a62cda))
127-
* **types:** module for binding css and chakra props ([681a05f](https://github.com/ri7nz/rescript-chakra/commit/681a05f6064b33d6e6f3e1dce5562eddb6712ad2))
119+
- **Box:** binding component Box ([e5c8545](https://github.com/ri7nz/rescript-chakra/commit/e5c8545fd3a25150c61df6d98fdbceaf258b70bc))
120+
- **components:** add pseudo props for an existing component binding ([95fb106](https://github.com/ri7nz/rescript-chakra/commit/95fb1069b21e1b801dd8cf465781eca881a0a697))
121+
- **Components:** binding component based on Box ([feeab79](https://github.com/ri7nz/rescript-chakra/commit/feeab793d9791a84db0555f3d0badf4b20a1262a))
122+
- **Provider:** binding chakra provider ([5eff100](https://github.com/ri7nz/rescript-chakra/commit/5eff100c04651c4b6a6f207d40aef24c0f136678))
123+
- **pseudo:** implement pseudo bindings ([4c69981](https://github.com/ri7nz/rescript-chakra/commit/4c6998196ac067b57737c21de61f1b8b41e3d2a8))
124+
- **pseudo:** implement pseudo to provide an object for use pseudo props of component ([df9e16b](https://github.com/ri7nz/rescript-chakra/commit/df9e16bea96adb9c42febd46d9c7f7a422a62cda))
125+
- **types:** module for binding css and chakra props ([681a05f](https://github.com/ri7nz/rescript-chakra/commit/681a05f6064b33d6e6f3e1dce5562eddb6712ad2))

package.json

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

0 commit comments

Comments
 (0)