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

Commit e4e4390

Browse files
committed
v10.0.7
1 parent 0c1ab8c commit e4e4390

File tree

8 files changed

+38
-6
lines changed

8 files changed

+38
-6
lines changed

β€Ž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+
## [10.0.7](https://github.com/smooth-code/smooth-ui/compare/v10.0.6...v10.0.7) (2019-04-17)
7+
8+
**Note:** Version bump only for package smooth-ui
9+
10+
11+
12+
13+
614
## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09)
715

816

β€Žlerna.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "10.0.6",
6+
"version": "10.0.7",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

β€Ž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+
## [10.0.7](https://github.com/smooth-code/smooth-ui/compare/v10.0.6...v10.0.7) (2019-04-17)
7+
8+
**Note:** Version bump only for package @smooth-ui/core-em
9+
10+
11+
12+
13+
614
## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09)
715

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

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

Lines changed: 2 additions & 2 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": "10.0.6",
4+
"version": "10.0.7",
55
"keywords": [
66
"emotion",
77
"ui",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@smooth-ui/system": "^10.0.6",
29+
"@smooth-ui/system": "^10.0.7",
3030
"polished": "^3.2.0",
3131
"popper.js": "^1.15.0",
3232
"prop-types": "^15.7.2",

β€Ž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+
## [10.0.7](https://github.com/smooth-code/smooth-ui/compare/v10.0.6...v10.0.7) (2019-04-17)
7+
8+
**Note:** Version bump only for package @smooth-ui/core-sc
9+
10+
11+
12+
13+
614
## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09)
715

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

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

Lines changed: 2 additions & 2 deletions
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": "10.0.6",
4+
"version": "10.0.7",
55
"keywords": [
66
"styled-components",
77
"ui",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@smooth-ui/system": "^10.0.6",
29+
"@smooth-ui/system": "^10.0.7",
3030
"polished": "^3.2.0",
3131
"popper.js": "^1.15.0",
3232
"prop-types": "^15.7.2",

β€Žpackages/system/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+
## [10.0.7](https://github.com/smooth-code/smooth-ui/compare/v10.0.6...v10.0.7) (2019-04-17)
7+
8+
**Note:** Version bump only for package @smooth-ui/system
9+
10+
11+
12+
13+
614
## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09)
715

816

β€Žpackages/system/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/system",
33
"description": "Modern style system for styled-components & emotion.",
4-
"version": "10.0.6",
4+
"version": "10.0.7",
55
"keywords": [
66
"emotion",
77
"styled-components",

0 commit comments

Comments
Β (0)