Skip to content

Commit cbc6419

Browse files
committed
🚀 Release v0.1.0-alpha.5
1 parent ede7e3c commit cbc6419

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11

22

3+
## [0.1.0-alpha.5](https://github.com/adaptui/react-tailwind/compare/v0.1.0-alpha.4...v0.1.0-alpha.5) (2022-07-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **ariakit:** 🩹 fix new props for disclosure in core & ui ([7f434e3](https://github.com/adaptui/react-tailwind/commit/7f434e3807ebd428a62f6c761eb1acda2d9458af))
9+
10+
11+
### Maintanance Updates
12+
13+
* **deps:** ⬆️ update dev dependencies (minor) ([#344](https://github.com/adaptui/react-tailwind/issues/344)) ([c2bcafd](https://github.com/adaptui/react-tailwind/commit/c2bcafd5448cbbb31ff4af5324e16491177b4e27))
14+
* **deps:** ⬆️ update prod dependencies (minor) ([367492e](https://github.com/adaptui/react-tailwind/commit/367492ef3405c45b0c35889ed815ba6158e90974))
15+
16+
17+
### Code Refactors
18+
19+
* **circular-progress:** ♻️ add strokedashoffset ([ede7e3c](https://github.com/adaptui/react-tailwind/commit/ede7e3c8c8f6cd11661ea7c43b1dda6ec972215f))
20+
* **storybook:** ♻️ ignore __TYPE__ prop from props table ([2634204](https://github.com/adaptui/react-tailwind/commit/26342047d383a7745edc80f52a790c5928db9ef0))
21+
* **storybook:** ♻️ remove ghost variant ex from tag ([3fa9059](https://github.com/adaptui/react-tailwind/commit/3fa90595869ac5d9d8df72e3c1b4e3184a06652e))
22+
323
## [0.1.0-alpha.4](https://github.com/adaptui/react-tailwind/compare/v0.1.0-alpha.3...v0.1.0-alpha.4) (2022-07-19)
424

525

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adaptui/react-tailwind",
3-
"version": "0.1.0-alpha.4",
3+
"version": "0.1.0-alpha.5",
44
"description": "React UI built with renderleskit-react & tailwind",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)