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

Commit

Permalink
v10.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 9, 2019
1 parent 86f642b commit b585cd1
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 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.

## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09)


### Bug Fixes

* fix down & between behaviour ([86f642b](https://github.com/smooth-code/smooth-ui/commit/86f642b))





## [10.0.5](https://github.com/smooth-code/smooth-ui/compare/v10.0.4...v10.0.5) (2019-04-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "10.0.5",
"version": "10.0.6",
"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.

## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09)

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





## [10.0.5](https://github.com/smooth-code/smooth-ui/compare/v10.0.4...v10.0.5) (2019-04-09)

**Note:** Version bump only for package @smooth-ui/core-em
Expand Down
4 changes: 2 additions & 2 deletions 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": "10.0.5",
"version": "10.0.6",
"keywords": [
"emotion",
"ui",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@smooth-ui/system": "^10.0.5",
"@smooth-ui/system": "^10.0.6",
"polished": "^3.0.3",
"popper.js": "^1.14.7",
"prop-types": "^15.7.2",
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.

## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09)

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





## [10.0.5](https://github.com/smooth-code/smooth-ui/compare/v10.0.4...v10.0.5) (2019-04-09)

**Note:** Version bump only for package @smooth-ui/core-sc
Expand Down
4 changes: 2 additions & 2 deletions 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": "10.0.5",
"version": "10.0.6",
"keywords": [
"styled-components",
"ui",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@smooth-ui/system": "^10.0.5",
"@smooth-ui/system": "^10.0.6",
"polished": "^3.0.3",
"popper.js": "^1.14.7",
"prop-types": "^15.7.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/system/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.

## [10.0.6](https://github.com/smooth-code/smooth-ui/compare/v10.0.5...v10.0.6) (2019-04-09)


### Bug Fixes

* fix down & between behaviour ([86f642b](https://github.com/smooth-code/smooth-ui/commit/86f642b))





## [10.0.5](https://github.com/smooth-code/smooth-ui/compare/v10.0.4...v10.0.5) (2019-04-09)

**Note:** Version bump only for package @smooth-ui/system
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smooth-ui/system",
"description": "Modern style system for styled-components & emotion.",
"version": "10.0.5",
"version": "10.0.6",
"keywords": [
"emotion",
"styled-components",
Expand Down

0 comments on commit b585cd1

Please sign in to comment.