Skip to content

Commit 9f3a2cf

Browse files
release(version): Release 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2021-06-27) ### Chores * **generator:** update for pseudo props ([cce0466](cce0466)) * set to commonjs for jest and development ([16fa888](16fa888)) ### Continuous Integration * **release-workflow:** update release workflow ([f30f55c](f30f55c)) * use cache yarn ([#8](#8)) ([10a8e1f](10a8e1f)) ### Features * **HStack, VStack, WrapItem:** add bindings for HStack, VStack, & WrapItem ([c17018f](c17018f))
1 parent c17018f commit 9f3a2cf

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.1.0](https://github.com/ri7nz/rescript-chakra/compare/v1.0.0...v1.1.0) (2021-06-27)
2+
3+
4+
### Chores
5+
6+
* **generator:** update for pseudo props ([cce0466](https://github.com/ri7nz/rescript-chakra/commit/cce0466594e7aefc8658367360a66aeade7b2c18))
7+
* set to commonjs for jest and development ([16fa888](https://github.com/ri7nz/rescript-chakra/commit/16fa888bdf1c6f067d1bf3fb1703147678d6c36d))
8+
9+
10+
### Continuous Integration
11+
12+
* **release-workflow:** update release workflow ([f30f55c](https://github.com/ri7nz/rescript-chakra/commit/f30f55ce50ce0716ff7c5f268a42489a093dbf5a))
13+
* use cache yarn ([#8](https://github.com/ri7nz/rescript-chakra/issues/8)) ([10a8e1f](https://github.com/ri7nz/rescript-chakra/commit/10a8e1f60d828df2b3971f7f44b1570d9ce757be))
14+
15+
16+
### Features
17+
18+
* **HStack, VStack, WrapItem:** add bindings for HStack, VStack, & WrapItem ([c17018f](https://github.com/ri7nz/rescript-chakra/commit/c17018f186da0f6fdcd83f58966908bf56d66d98))
19+
120
# 1.0.0 (2021-06-24)
221

322

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.0.0",
3+
"version": "1.1.0",
44
"description": "⚡️ ReScript bindings for @chakra-ui/react",
55
"author": "ri7nz <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)