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

Commit c003e6b

Browse files
committed
v11.1.3
1 parent 5937e59 commit c003e6b

File tree

6 files changed

+33
-4
lines changed

6 files changed

+33
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.1.3](https://github.com/smooth-code/smooth-ui/compare/v11.1.2...v11.1.3) (2019-11-22)
7+
8+
9+
### Features
10+
11+
* enable all system on Text ([5937e59](https://github.com/smooth-code/smooth-ui/commit/5937e596ba57e2f6aed431ccf4400d896982a5d2))
12+
13+
14+
15+
16+
617
## [11.1.2](https://github.com/smooth-code/smooth-ui/compare/v11.1.1...v11.1.2) (2019-11-22)
718

819

β€Ž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": "11.1.2",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "11.1.3",
57
"npmClient": "yarn",
68
"useWorkspaces": true
79
}

β€Žpackages/core-em/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.1.3](https://github.com/smooth-code/smooth-ui/compare/v11.1.2...v11.1.3) (2019-11-22)
7+
8+
**Note:** Version bump only for package @smooth-ui/core-em
9+
10+
11+
12+
13+
614
## [11.1.2](https://github.com/smooth-code/smooth-ui/compare/v11.1.1...v11.1.2) (2019-11-22)
715

816

β€Žpackages/core-em/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-em",
33
"description": "Modern React UI Library",
4-
"version": "11.1.2",
4+
"version": "11.1.3",
55
"keywords": [
66
"emotion",
77
"ui",

β€Žpackages/core-sc/CHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.1.3](https://github.com/smooth-code/smooth-ui/compare/v11.1.2...v11.1.3) (2019-11-22)
7+
8+
**Note:** Version bump only for package @smooth-ui/core-sc
9+
10+
11+
12+
13+
614
## [11.1.2](https://github.com/smooth-code/smooth-ui/compare/v11.1.1...v11.1.2) (2019-11-22)
715

816

β€Ž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": "11.1.2",
4+
"version": "11.1.3",
55
"keywords": [
66
"styled-components",
77
"ui",

0 commit comments

Comments
Β (0)