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

Commit 06e87d1

Browse files
committed
v5.1.2
1 parent 48f4bf4 commit 06e87d1

File tree

6 files changed

+47
-7
lines changed

6 files changed

+47
-7
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Change Log
22

3-
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.
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="5.1.2"></a>
7+
## [5.1.2](https://github.com/smooth-code/smooth-ui/compare/v5.1.1...v5.1.2) (2018-09-17)
8+
9+
10+
### Bug Fixes
11+
12+
* **Breakpoint:** add missing "sm" breakpoint in PropTypes ([#47](https://github.com/smooth-code/smooth-ui/issues/47)) ([4cbeee0](https://github.com/smooth-code/smooth-ui/commit/4cbeee0))
13+
* **button:** use theme line-height ([#46](https://github.com/smooth-code/smooth-ui/issues/46)) ([c815158](https://github.com/smooth-code/smooth-ui/commit/c815158))
14+
* **Grid:** fix Row gutter, default to 8px instead of 16px ([#49](https://github.com/smooth-code/smooth-ui/issues/49)) ([d4fb2cd](https://github.com/smooth-code/smooth-ui/commit/d4fb2cd))
15+
16+
17+
### Features
18+
19+
* **Modal:** add persistent option to modal ([#48](https://github.com/smooth-code/smooth-ui/issues/48)) ([eef5b6e](https://github.com/smooth-code/smooth-ui/commit/eef5b6e))
20+
21+
22+
23+
424

525
<a name="5.1.1"></a>
626
## [5.1.1](https://github.com/smooth-code/smooth-ui/compare/v5.1.0...v5.1.1) (2018-09-08)

β€Žlerna.jsonβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"lerna": "3.3.0",
3-
"packages": ["packages/*"],
4-
"version": "5.1.1",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "5.1.2",
57
"npmClient": "yarn",
68
"useWorkspaces": true
79
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="5.1.2"></a>
7+
## [5.1.2](https://github.com/smooth-code/smooth-ui/compare/v5.1.1...v5.1.2) (2018-09-17)
8+
9+
**Note:** Version bump only for package @smooth-ui/core-em

β€Žpackages/core-em/package.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@smooth-ui/core-em",
33
"description": "Modern React UI Library",
4-
"version": "5.1.1",
4+
"version": "5.1.2",
55
"keywords": [
66
"emotion",
77
"react-emotion",
@@ -30,8 +30,8 @@
3030
},
3131
"peerDependencies": {
3232
"emotion-theming": "^9.0.0",
33-
"react-emotion": "^9.0.0",
3433
"react": ">=16.3.0",
35-
"react-dom": ">=16.3.0"
34+
"react-dom": ">=16.3.0",
35+
"react-emotion": "^9.0.0"
3636
}
3737
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="5.1.2"></a>
7+
## [5.1.2](https://github.com/smooth-code/smooth-ui/compare/v5.1.1...v5.1.2) (2018-09-17)
8+
9+
**Note:** Version bump only for package @smooth-ui/core-sc

β€Žpackages/core-sc/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@smooth-ui/core-sc",
33
"description": "Modern React UI Library",
4-
"version": "5.1.1",
4+
"version": "5.1.2",
55
"keywords": [
66
"styled-components",
77
"ui",

0 commit comments

Comments
Β (0)