Skip to content

Commit d60b3d5

Browse files
committed
v0.1.1-alpha.48
1 parent 827caf1 commit d60b3d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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": "0.1.1-alpha.47",
6+
"version": "0.1.1-alpha.48",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/smooth-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smooth-dev-cli",
33
"description": "CLI helpers for contributors working on Smooth.js",
4-
"version": "0.1.1-alpha.47",
4+
"version": "0.1.1-alpha.48",
55
"repository": "https://github.com/smooth-code/smooth.js/tree/master/packages/smooth-dev",
66
"author": "Greg Bergé <berge.greg@gmail.com>",
77
"publishConfig": {

packages/smooth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smooth",
33
"description": "Code driven CMS powered by GraphQL & React.",
4-
"version": "0.1.1-alpha.47",
4+
"version": "0.1.1-alpha.48",
55
"main": "index.js",
66
"repository": "https://github.com/smooth-code/smooth.js/tree/master/packages/smooth",
77
"author": "Greg Bergé <berge.greg@gmail.com>",

0 commit comments

Comments
 (0)