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

Commit

Permalink
v11.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 22, 2019
1 parent 5937e59 commit c003e6b
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.1.3](https://github.com/smooth-code/smooth-ui/compare/v11.1.2...v11.1.3) (2019-11-22)


### Features

* enable all system on Text ([5937e59](https://github.com/smooth-code/smooth-ui/commit/5937e596ba57e2f6aed431ccf4400d896982a5d2))





## [11.1.2](https://github.com/smooth-code/smooth-ui/compare/v11.1.1...v11.1.2) (2019-11-22)


Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"lerna": "3.3.0",
"packages": ["packages/*"],
"version": "11.1.2",
"packages": [
"packages/*"
],
"version": "11.1.3",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/core-em/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.1.3](https://github.com/smooth-code/smooth-ui/compare/v11.1.2...v11.1.3) (2019-11-22)

**Note:** Version bump only for package @smooth-ui/core-em





## [11.1.2](https://github.com/smooth-code/smooth-ui/compare/v11.1.1...v11.1.2) (2019-11-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/core-em/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smooth-ui/core-em",
"description": "Modern React UI Library",
"version": "11.1.2",
"version": "11.1.3",
"keywords": [
"emotion",
"ui",
Expand Down
8 changes: 8 additions & 0 deletions packages/core-sc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.1.3](https://github.com/smooth-code/smooth-ui/compare/v11.1.2...v11.1.3) (2019-11-22)

**Note:** Version bump only for package @smooth-ui/core-sc





## [11.1.2](https://github.com/smooth-code/smooth-ui/compare/v11.1.1...v11.1.2) (2019-11-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/core-sc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smooth-ui/core-sc",
"description": "Modern React UI Library",
"version": "11.1.2",
"version": "11.1.3",
"keywords": [
"styled-components",
"ui",
Expand Down

0 comments on commit c003e6b

Please sign in to comment.