From 799e1b65e29fc41f2a4ec1b4da6358ac0f9e2680 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Oct 2021 02:32:37 +0000 Subject: [PATCH] release(version): Release 1.2.0-next.8 [skip ci] # [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) ### Bug Fixes * **Select:** fix custom colors ([#22](https://github.com/ri7nz/rescript-chakra/issues/22)) ([8d9182e](https://github.com/ri7nz/rescript-chakra/commit/8d9182e9f36491c3867d16a20f4f9b8d03bc89d8)) ### Chores * 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)) * **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)) ### Documentation * **Website:** add docs website ([#19](https://github.com/ri7nz/rescript-chakra/issues/19)) ([1e27b6b](https://github.com/ri7nz/rescript-chakra/commit/1e27b6bb361219d885454b390830745a56ad081c)) --- CHANGELOG.md | 116 +++++++++++++++++++++++++-------------------------- package.json | 2 +- 2 files changed, 58 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 459e206..3ab1616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,127 +1,125 @@ -# [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.2.0-next.8](https://github.com/ri7nz/rescript-chakra/compare/v1.2.0-next.7...v1.2.0-next.8) (2021-10-03) + +### Bug Fixes + +- **Select:** fix custom colors ([#22](https://github.com/ri7nz/rescript-chakra/issues/22)) ([8d9182e](https://github.com/ri7nz/rescript-chakra/commit/8d9182e9f36491c3867d16a20f4f9b8d03bc89d8)) + +### Chores + +- 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)) +- **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)) +### Documentation + +- **Website:** add docs website ([#19](https://github.com/ri7nz/rescript-chakra/issues/19)) ([1e27b6b](https://github.com/ri7nz/rescript-chakra/commit/1e27b6bb361219d885454b390830745a56ad081c)) + +# [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) ### Features -* **Select:** add bindings for select ([#17](https://github.com/ri7nz/rescript-chakra/issues/17)) ([26e9b43](https://github.com/ri7nz/rescript-chakra/commit/26e9b43e1451aa978893da8f9df360f33743bde9)) -* **Select:** fix syntax ([ba061dd](https://github.com/ri7nz/rescript-chakra/commit/ba061dd16a7cd63842ba6718c1b71b5a980744cd)) +- **Select:** add bindings for select ([#17](https://github.com/ri7nz/rescript-chakra/issues/17)) ([26e9b43](https://github.com/ri7nz/rescript-chakra/commit/26e9b43e1451aa978893da8f9df360f33743bde9)) +- **Select:** fix syntax ([ba061dd](https://github.com/ri7nz/rescript-chakra/commit/ba061dd16a7cd63842ba6718c1b71b5a980744cd)) # [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) - ### Bug Fixes -* **Components:** wrong type definition for ReactEvent.* ([87cc911](https://github.com/ri7nz/rescript-chakra/commit/87cc91105f7d068e56c6a71348bf9dd45fbc60c9)) - +- **Components:** wrong type definition for ReactEvent.\* ([87cc911](https://github.com/ri7nz/rescript-chakra/commit/87cc91105f7d068e56c6a71348bf9dd45fbc60c9)) ### Chores -* **scripts:** add script for fix-event-type ([60a2188](https://github.com/ri7nz/rescript-chakra/commit/60a21885b84e898306a4da6ad299540130a47543)) +- **scripts:** add script for fix-event-type ([60a2188](https://github.com/ri7nz/rescript-chakra/commit/60a21885b84e898306a4da6ad299540130a47543)) # [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) - ### Bug Fixes -* **Link:** missing anchor HTML element attributes ([3b4477d](https://github.com/ri7nz/rescript-chakra/commit/3b4477d53889ef597a17ce05724bf024d3d998a6)) +- **Link:** missing anchor HTML element attributes ([3b4477d](https://github.com/ri7nz/rescript-chakra/commit/3b4477d53889ef597a17ce05724bf024d3d998a6)) # [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) - ### Features -* **Interfaces:** add binding for some HTML specification ([0b1040e](https://github.com/ri7nz/rescript-chakra/commit/0b1040e900a6097c016fbf782134e28669497914)) -* **Navigation:** add binding for component navigation ([4428ec8](https://github.com/ri7nz/rescript-chakra/commit/4428ec87d0d2c66e3f6ec09142a26cd569878588)) +- **Interfaces:** add binding for some HTML specification ([0b1040e](https://github.com/ri7nz/rescript-chakra/commit/0b1040e900a6097c016fbf782134e28669497914)) +- **Navigation:** add binding for component navigation ([4428ec8](https://github.com/ri7nz/rescript-chakra/commit/4428ec87d0d2c66e3f6ec09142a26cd569878588)) # [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) - ### Features -* **Media:** add binding component Avatar & AvatarGroup. ([a96e39e](https://github.com/ri7nz/rescript-chakra/commit/a96e39e31a151ac3926fa8eed20c8ae170a02f49)) +- **Media:** add binding component Avatar & AvatarGroup. ([a96e39e](https://github.com/ri7nz/rescript-chakra/commit/a96e39e31a151ac3926fa8eed20c8ae170a02f49)) # [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) - ### Bug Fixes -* **props:** fix invalid props for all Components ([1703258](https://github.com/ri7nz/rescript-chakra/commit/170325885b7a23fd3f333700505ba78c07d6b70d)) - +- **props:** fix invalid props for all Components ([1703258](https://github.com/ri7nz/rescript-chakra/commit/170325885b7a23fd3f333700505ba78c07d6b70d)) ### Code Refactoring -* **AtomicTypes:** move ColorScheme module from AtomicTypes to Chakra__Theme module ([ffb850c](https://github.com/ri7nz/rescript-chakra/commit/ffb850cb1588b65c200c9fdbedd5af6e0233f375)) - +- **AtomicTypes:** move ColorScheme module from AtomicTypes to Chakra\_\_Theme module ([ffb850c](https://github.com/ri7nz/rescript-chakra/commit/ffb850cb1588b65c200c9fdbedd5af6e0233f375)) ### Features -* **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)) -* **Media:** add bindin for Icon and Image Component ([762108e](https://github.com/ri7nz/rescript-chakra/commit/762108e3f7da13f863fefea976237a537d993028)) -* **Others:** add binding for Portal Component ([68e9679](https://github.com/ri7nz/rescript-chakra/commit/68e967915c9a09d1a7978747438571f8cfe102ac)) -* **Typography:** add binding for Heading and Text ([9f707a2](https://github.com/ri7nz/rescript-chakra/commit/9f707a2b27b0e1b8ce9d182903711094bd0937e3)) +- **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)) +- **Media:** add bindin for Icon and Image Component ([762108e](https://github.com/ri7nz/rescript-chakra/commit/762108e3f7da13f863fefea976237a537d993028)) +- **Others:** add binding for Portal Component ([68e9679](https://github.com/ri7nz/rescript-chakra/commit/68e967915c9a09d1a7978747438571f8cfe102ac)) +- **Typography:** add binding for Heading and Text ([9f707a2](https://github.com/ri7nz/rescript-chakra/commit/9f707a2b27b0e1b8ce9d182903711094bd0937e3)) # [1.2.0-next.1](https://github.com/ri7nz/rescript-chakra/compare/v1.1.0...v1.2.0-next.1) (2021-06-27) - ### Features -* **Fade, ScaleFade, Slide:** add component binding for Fade, ScaleFade, & Slide ([7b30d49](https://github.com/ri7nz/rescript-chakra/commit/7b30d4945058a1ab28a361c7d993df123567d60f)) +- **Fade, ScaleFade, Slide:** add component binding for Fade, ScaleFade, & Slide ([7b30d49](https://github.com/ri7nz/rescript-chakra/commit/7b30d4945058a1ab28a361c7d993df123567d60f)) # [1.1.0](https://github.com/ri7nz/rescript-chakra/compare/v1.0.0...v1.1.0) (2021-06-27) - ### Chores -* **generator:** update for pseudo props ([cce0466](https://github.com/ri7nz/rescript-chakra/commit/cce0466594e7aefc8658367360a66aeade7b2c18)) -* set to commonjs for jest and development ([16fa888](https://github.com/ri7nz/rescript-chakra/commit/16fa888bdf1c6f067d1bf3fb1703147678d6c36d)) - +- **generator:** update for pseudo props ([cce0466](https://github.com/ri7nz/rescript-chakra/commit/cce0466594e7aefc8658367360a66aeade7b2c18)) +- set to commonjs for jest and development ([16fa888](https://github.com/ri7nz/rescript-chakra/commit/16fa888bdf1c6f067d1bf3fb1703147678d6c36d)) ### Continuous Integration -* **release-workflow:** update release workflow ([f30f55c](https://github.com/ri7nz/rescript-chakra/commit/f30f55ce50ce0716ff7c5f268a42489a093dbf5a)) -* use cache yarn ([#8](https://github.com/ri7nz/rescript-chakra/issues/8)) ([10a8e1f](https://github.com/ri7nz/rescript-chakra/commit/10a8e1f60d828df2b3971f7f44b1570d9ce757be)) - +- **release-workflow:** update release workflow ([f30f55c](https://github.com/ri7nz/rescript-chakra/commit/f30f55ce50ce0716ff7c5f268a42489a093dbf5a)) +- use cache yarn ([#8](https://github.com/ri7nz/rescript-chakra/issues/8)) ([10a8e1f](https://github.com/ri7nz/rescript-chakra/commit/10a8e1f60d828df2b3971f7f44b1570d9ce757be)) ### Features -* **HStack, VStack, WrapItem:** add bindings for HStack, VStack, & WrapItem ([c17018f](https://github.com/ri7nz/rescript-chakra/commit/c17018f186da0f6fdcd83f58966908bf56d66d98)) +- **HStack, VStack, WrapItem:** add bindings for HStack, VStack, & WrapItem ([c17018f](https://github.com/ri7nz/rescript-chakra/commit/c17018f186da0f6fdcd83f58966908bf56d66d98)) # 1.0.0 (2021-06-24) - ### Chores -* **ci:** set main branch in workflow and releaserc ([c07120d](https://github.com/ri7nz/rescript-chakra/commit/c07120dc4903d02087fabf6698d4fc3cdf3e5a0e)) -* **ci:** setup release with semantic-release ([f99e7c1](https://github.com/ri7nz/rescript-chakra/commit/f99e7c11ff773ada4fc4d93cdb63083d119291f7)) -* **ci:** setup release with semantic-release ([01fcdfd](https://github.com/ri7nz/rescript-chakra/commit/01fcdfdf5dd41ca829401d2433ba97efec24f8ea)) -* **generator:** create pseudo inject and update box template ([8ee5590](https://github.com/ri7nz/rescript-chakra/commit/8ee55909d33111bdb2f66256fa5ca3a0243d476f)) -* add missing devs-deps ([7aa45bd](https://github.com/ri7nz/rescript-chakra/commit/7aa45bd27eb8bdd53ff687597955fdf2c18c37df)) -* **generator:** add template generator for hygen ([287706d](https://github.com/ri7nz/rescript-chakra/commit/287706dba604b6d73abab464c6d3eae8b4e4595e)) -* dependencies setup ([5efa8d1](https://github.com/ri7nz/rescript-chakra/commit/5efa8d14eb8552a4c31b5d4412422cc9657dfc05)) -* **init:** rescript-chakra ([a948ad1](https://github.com/ri7nz/rescript-chakra/commit/a948ad1e2785dc298332a7de13d9812393d4845b)) - +- **ci:** set main branch in workflow and releaserc ([c07120d](https://github.com/ri7nz/rescript-chakra/commit/c07120dc4903d02087fabf6698d4fc3cdf3e5a0e)) +- **ci:** setup release with semantic-release ([f99e7c1](https://github.com/ri7nz/rescript-chakra/commit/f99e7c11ff773ada4fc4d93cdb63083d119291f7)) +- **ci:** setup release with semantic-release ([01fcdfd](https://github.com/ri7nz/rescript-chakra/commit/01fcdfdf5dd41ca829401d2433ba97efec24f8ea)) +- **generator:** create pseudo inject and update box template ([8ee5590](https://github.com/ri7nz/rescript-chakra/commit/8ee55909d33111bdb2f66256fa5ca3a0243d476f)) +- add missing devs-deps ([7aa45bd](https://github.com/ri7nz/rescript-chakra/commit/7aa45bd27eb8bdd53ff687597955fdf2c18c37df)) +- **generator:** add template generator for hygen ([287706d](https://github.com/ri7nz/rescript-chakra/commit/287706dba604b6d73abab464c6d3eae8b4e4595e)) +- dependencies setup ([5efa8d1](https://github.com/ri7nz/rescript-chakra/commit/5efa8d14eb8552a4c31b5d4412422cc9657dfc05)) +- **init:** rescript-chakra ([a948ad1](https://github.com/ri7nz/rescript-chakra/commit/a948ad1e2785dc298332a7de13d9812393d4845b)) ### Continuous Integration -* release configuration update ([#7](https://github.com/ri7nz/rescript-chakra/issues/7)) ([1b240c6](https://github.com/ri7nz/rescript-chakra/commit/1b240c6ae9a28bb6ab7e3e430ce83cd11b9e006f)) -* **workflows:** cache node_modules ([9f1ee3b](https://github.com/ri7nz/rescript-chakra/commit/9f1ee3b94a3fb71ef2b44a06ec4eeef75744469a)) -* **workflows:** cache node_modules ([5c4148f](https://github.com/ri7nz/rescript-chakra/commit/5c4148f24ecd039b2cccc1ba2409c64007ab872f)) - +- release configuration update ([#7](https://github.com/ri7nz/rescript-chakra/issues/7)) ([1b240c6](https://github.com/ri7nz/rescript-chakra/commit/1b240c6ae9a28bb6ab7e3e430ce83cd11b9e006f)) +- **workflows:** cache node_modules ([9f1ee3b](https://github.com/ri7nz/rescript-chakra/commit/9f1ee3b94a3fb71ef2b44a06ec4eeef75744469a)) +- **workflows:** cache node_modules ([5c4148f](https://github.com/ri7nz/rescript-chakra/commit/5c4148f24ecd039b2cccc1ba2409c64007ab872f)) ### Documentation -* example usage ([0d1996b](https://github.com/ri7nz/rescript-chakra/commit/0d1996b9316150eab6b42a1336781d45fb52a1c8)) -* fix url ([2fdfc75](https://github.com/ri7nz/rescript-chakra/commit/2fdfc754b8641e84efc5de6e1084c13748a5dc23)) -* generate ([a55633c](https://github.com/ri7nz/rescript-chakra/commit/a55633c3a5d685355167091836b3f10acd738e69)) -* update README ([1ddda9f](https://github.com/ri7nz/rescript-chakra/commit/1ddda9f615020deb1fe4bce0fac37bac9973a61d)) - +- example usage ([0d1996b](https://github.com/ri7nz/rescript-chakra/commit/0d1996b9316150eab6b42a1336781d45fb52a1c8)) +- fix url ([2fdfc75](https://github.com/ri7nz/rescript-chakra/commit/2fdfc754b8641e84efc5de6e1084c13748a5dc23)) +- generate ([a55633c](https://github.com/ri7nz/rescript-chakra/commit/a55633c3a5d685355167091836b3f10acd738e69)) +- update README ([1ddda9f](https://github.com/ri7nz/rescript-chakra/commit/1ddda9f615020deb1fe4bce0fac37bac9973a61d)) ### Features -* **Box:** binding component Box ([e5c8545](https://github.com/ri7nz/rescript-chakra/commit/e5c8545fd3a25150c61df6d98fdbceaf258b70bc)) -* **components:** add pseudo props for an existing component binding ([95fb106](https://github.com/ri7nz/rescript-chakra/commit/95fb1069b21e1b801dd8cf465781eca881a0a697)) -* **Components:** binding component based on Box ([feeab79](https://github.com/ri7nz/rescript-chakra/commit/feeab793d9791a84db0555f3d0badf4b20a1262a)) -* **Provider:** binding chakra provider ([5eff100](https://github.com/ri7nz/rescript-chakra/commit/5eff100c04651c4b6a6f207d40aef24c0f136678)) -* **pseudo:** implement pseudo bindings ([4c69981](https://github.com/ri7nz/rescript-chakra/commit/4c6998196ac067b57737c21de61f1b8b41e3d2a8)) -* **pseudo:** implement pseudo to provide an object for use pseudo props of component ([df9e16b](https://github.com/ri7nz/rescript-chakra/commit/df9e16bea96adb9c42febd46d9c7f7a422a62cda)) -* **types:** module for binding css and chakra props ([681a05f](https://github.com/ri7nz/rescript-chakra/commit/681a05f6064b33d6e6f3e1dce5562eddb6712ad2)) +- **Box:** binding component Box ([e5c8545](https://github.com/ri7nz/rescript-chakra/commit/e5c8545fd3a25150c61df6d98fdbceaf258b70bc)) +- **components:** add pseudo props for an existing component binding ([95fb106](https://github.com/ri7nz/rescript-chakra/commit/95fb1069b21e1b801dd8cf465781eca881a0a697)) +- **Components:** binding component based on Box ([feeab79](https://github.com/ri7nz/rescript-chakra/commit/feeab793d9791a84db0555f3d0badf4b20a1262a)) +- **Provider:** binding chakra provider ([5eff100](https://github.com/ri7nz/rescript-chakra/commit/5eff100c04651c4b6a6f207d40aef24c0f136678)) +- **pseudo:** implement pseudo bindings ([4c69981](https://github.com/ri7nz/rescript-chakra/commit/4c6998196ac067b57737c21de61f1b8b41e3d2a8)) +- **pseudo:** implement pseudo to provide an object for use pseudo props of component ([df9e16b](https://github.com/ri7nz/rescript-chakra/commit/df9e16bea96adb9c42febd46d9c7f7a422a62cda)) +- **types:** module for binding css and chakra props ([681a05f](https://github.com/ri7nz/rescript-chakra/commit/681a05f6064b33d6e6f3e1dce5562eddb6712ad2)) diff --git a/package.json b/package.json index d2f61d2..0153add 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rescript-chakra", - "version": "1.2.0-next.7", + "version": "1.2.0-next.8", "description": "⚡️ ReScript bindings for @chakra-ui/react", "keywords": [ "rescript",