Skip to content

Commit 33ef92b

Browse files
committed
chore(release): 0.0.90
1 parent 02277fd commit 33ef92b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ Tiny UI strictly follows [Semantic Versioning 2.0.0](https://semver.org/).
88
- **z version**: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
99

1010

11+
### [0.0.90](https://github.com/wangdicoder/tiny-ui/compare/v0.0.89...v0.0.90) (2020-06-06)
12+
13+
14+
### Features
15+
16+
* `<Descriptions />` component ([ba76e8a](https://github.com/wangdicoder/tiny-ui/commit/ba76e8a1e42f690b620b81aab08ea9ea2c5142ec))
17+
* <Form /> component ([4fa746c](https://github.com/wangdicoder/tiny-ui/commit/4fa746c9350f673f69dfefca08e5e24fbf5d42fa))
18+
19+
20+
### Bug Fixes
21+
22+
* Button disabled styles ([53a4c2f](https://github.com/wangdicoder/tiny-ui/commit/53a4c2fa6eb3ad212e276b803312ea679bcd4ed0))
23+
* Form error style ([02277fd](https://github.com/wangdicoder/tiny-ui/commit/02277fdc1290135f11f501783856f285d427d632))
24+
1125
### [0.0.89](https://github.com/wangdicoder/tiny-ui/compare/v0.0.88...v0.0.89) (2020-05-30)
1226

1327

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiny-ui",
3-
"version": "0.0.89",
3+
"version": "0.0.90",
44
"description": "A friendly ui component set for react",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)