Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit a14c2ee

Browse files
committed
chore(release): 4.0.1
1 parent 91afc9f commit a14c2ee

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="4.0.1"></a>
6+
## [4.0.1](https://github.com/smooth-code/smooth-ui/compare/v4.0.0...v4.0.1) (2018-05-28)
7+
8+
9+
510
<a name="4.0.0"></a>
611
# [4.0.0](https://github.com/smooth-code/smooth-ui/compare/v3.0.2...v4.0.0) (2018-05-28)
712

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
22
"name": "smooth-ui",
33
"description": "React Components library based on Styled Components",
4-
"version": "4.0.0",
5-
"keywords": ["styled-components", "ui", "ui-components", "react", "material-ui", "bootstrap"],
4+
"version": "4.0.1",
5+
"keywords": [
6+
"styled-components",
7+
"ui",
8+
"ui-components",
9+
"react",
10+
"material-ui",
11+
"bootstrap"
12+
],
613
"main": "dist/smooth-ui.cjs.js",
714
"module": "dist/smooth-ui.es.js",
815
"jsnext:main": "dist/smooth-ui.es.js",

0 commit comments

Comments
 (0)