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

Commit

Permalink
v11.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 27, 2019
1 parent f6e6059 commit 4f6e531
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.1.0",
"version": "11.0.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true
}
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.1.0",
"version": "11.0.0-alpha.0",
"keywords": [
"emotion",
"ui",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@smooth-ui/system": "^10.1.0",
"@smooth-ui/system": "^11.0.0-alpha.0",
"@xstyled/emotion": "^1.10.0",
"@xstyled/util": "^1.10.0",
"polished": "^3.4.1",
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.1.0",
"version": "11.0.0-alpha.0",
"keywords": [
"styled-components",
"ui",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@smooth-ui/system": "^10.1.0",
"@smooth-ui/system": "^11.0.0-alpha.0",
"@xstyled/styled-components": "^1.10.0",
"@xstyled/util": "^1.10.0",
"polished": "^3.4.1",
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.1.0",
"version": "11.0.0-alpha.0",
"keywords": [
"emotion",
"styled-components",
Expand Down

0 comments on commit 4f6e531

Please sign in to comment.