Skip to content

Commit 2effbc6

Browse files
semantic-release-botr17x
authored andcommitted
release(version): Release 1.0.0 [skip ci]
# 1.0.0 (2021-06-24) ### Chores * **ci:** set main branch in workflow and releaserc ([c07120d](c07120d)) * **ci:** setup release with semantic-release ([f99e7c1](f99e7c1)) * **ci:** setup release with semantic-release ([01fcdfd](01fcdfd)) * **generator:** create pseudo inject and update box template ([8ee5590](8ee5590)) * add missing devs-deps ([7aa45bd](7aa45bd)) * **generator:** add template generator for hygen ([287706d](287706d)) * dependencies setup ([5efa8d1](5efa8d1)) * **init:** rescript-chakra ([a948ad1](a948ad1)) ### Continuous Integration * release configuration update ([#7](#7)) ([1b240c6](1b240c6)) * **workflows:** cache node_modules ([9f1ee3b](9f1ee3b)) * **workflows:** cache node_modules ([5c4148f](5c4148f)) ### Documentation * example usage ([0d1996b](0d1996b)) * fix url ([2fdfc75](2fdfc75)) * generate ([a55633c](a55633c)) * update README ([1ddda9f](1ddda9f)) ### Features * **Box:** binding component Box ([e5c8545](e5c8545)) * **components:** add pseudo props for an existing component binding ([95fb106](95fb106)) * **Components:** binding component based on Box ([feeab79](feeab79)) * **Provider:** binding chakra provider ([5eff100](5eff100)) * **pseudo:** implement pseudo bindings ([4c69981](4c69981)) * **pseudo:** implement pseudo to provide an object for use pseudo props of component ([df9e16b](df9e16b)) * **types:** module for binding css and chakra props ([681a05f](681a05f))
1 parent 1b240c6 commit 2effbc6

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

Diff for: CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# 1.0.0 (2021-06-24)
2+
3+
4+
### Chores
5+
6+
* **ci:** set main branch in workflow and releaserc ([c07120d](https://github.com/ri7nz/rescript-chakra/commit/c07120dc4903d02087fabf6698d4fc3cdf3e5a0e))
7+
* **ci:** setup release with semantic-release ([f99e7c1](https://github.com/ri7nz/rescript-chakra/commit/f99e7c11ff773ada4fc4d93cdb63083d119291f7))
8+
* **ci:** setup release with semantic-release ([01fcdfd](https://github.com/ri7nz/rescript-chakra/commit/01fcdfdf5dd41ca829401d2433ba97efec24f8ea))
9+
* **generator:** create pseudo inject and update box template ([8ee5590](https://github.com/ri7nz/rescript-chakra/commit/8ee55909d33111bdb2f66256fa5ca3a0243d476f))
10+
* add missing devs-deps ([7aa45bd](https://github.com/ri7nz/rescript-chakra/commit/7aa45bd27eb8bdd53ff687597955fdf2c18c37df))
11+
* **generator:** add template generator for hygen ([287706d](https://github.com/ri7nz/rescript-chakra/commit/287706dba604b6d73abab464c6d3eae8b4e4595e))
12+
* dependencies setup ([5efa8d1](https://github.com/ri7nz/rescript-chakra/commit/5efa8d14eb8552a4c31b5d4412422cc9657dfc05))
13+
* **init:** rescript-chakra ([a948ad1](https://github.com/ri7nz/rescript-chakra/commit/a948ad1e2785dc298332a7de13d9812393d4845b))
14+
15+
16+
### Continuous Integration
17+
18+
* release configuration update ([#7](https://github.com/ri7nz/rescript-chakra/issues/7)) ([1b240c6](https://github.com/ri7nz/rescript-chakra/commit/1b240c6ae9a28bb6ab7e3e430ce83cd11b9e006f))
19+
* **workflows:** cache node_modules ([9f1ee3b](https://github.com/ri7nz/rescript-chakra/commit/9f1ee3b94a3fb71ef2b44a06ec4eeef75744469a))
20+
* **workflows:** cache node_modules ([5c4148f](https://github.com/ri7nz/rescript-chakra/commit/5c4148f24ecd039b2cccc1ba2409c64007ab872f))
21+
22+
23+
### Documentation
24+
25+
* example usage ([0d1996b](https://github.com/ri7nz/rescript-chakra/commit/0d1996b9316150eab6b42a1336781d45fb52a1c8))
26+
* fix url ([2fdfc75](https://github.com/ri7nz/rescript-chakra/commit/2fdfc754b8641e84efc5de6e1084c13748a5dc23))
27+
* generate ([a55633c](https://github.com/ri7nz/rescript-chakra/commit/a55633c3a5d685355167091836b3f10acd738e69))
28+
* update README ([1ddda9f](https://github.com/ri7nz/rescript-chakra/commit/1ddda9f615020deb1fe4bce0fac37bac9973a61d))
29+
30+
31+
### Features
32+
33+
* **Box:** binding component Box ([e5c8545](https://github.com/ri7nz/rescript-chakra/commit/e5c8545fd3a25150c61df6d98fdbceaf258b70bc))
34+
* **components:** add pseudo props for an existing component binding ([95fb106](https://github.com/ri7nz/rescript-chakra/commit/95fb1069b21e1b801dd8cf465781eca881a0a697))
35+
* **Components:** binding component based on Box ([feeab79](https://github.com/ri7nz/rescript-chakra/commit/feeab793d9791a84db0555f3d0badf4b20a1262a))
36+
* **Provider:** binding chakra provider ([5eff100](https://github.com/ri7nz/rescript-chakra/commit/5eff100c04651c4b6a6f207d40aef24c0f136678))
37+
* **pseudo:** implement pseudo bindings ([4c69981](https://github.com/ri7nz/rescript-chakra/commit/4c6998196ac067b57737c21de61f1b8b41e3d2a8))
38+
* **pseudo:** implement pseudo to provide an object for use pseudo props of component ([df9e16b](https://github.com/ri7nz/rescript-chakra/commit/df9e16bea96adb9c42febd46d9c7f7a422a62cda))
39+
* **types:** module for binding css and chakra props ([681a05f](https://github.com/ri7nz/rescript-chakra/commit/681a05f6064b33d6e6f3e1dce5562eddb6712ad2))

Diff for: package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "rescript-chakra",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "ReScript binding for React Chakra-UI.",
55
"author": "ri7nz <[email protected]>",
66
"license": "MIT",
77
"homepage": "https://rescript-chakra.vercel.app/",
8+
"files": [
9+
"/src",
10+
"bsconfig.json"
11+
],
812
"repository": {
913
"type": "git",
1014
"url": "https://github.com/ri7nz/rescript-chakra.git"

0 commit comments

Comments
 (0)