Skip to content

Commit 2820a1c

Browse files
committed
v0.1.1-alpha.59
1 parent 45de75a commit 2820a1c

File tree

10 files changed

+10
-10
lines changed

10 files changed

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

packages/smooth-backend-wordpress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smooth-backend-wordpress",
33
"description": "Wordpress backend for Smooth.js.",
4-
"version": "0.1.1-alpha.58",
4+
"version": "0.1.1-alpha.59",
55
"repository": "https://github.com/smooth-code/smooth.js/tree/master/packages/smooth-backend-wordpress",
66
"author": "Greg Bergé <berge.greg@gmail.com>",
77
"publishConfig": {

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.58",
4+
"version": "0.1.1-alpha.59",
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-plugin-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smooth-plugin-css",
33
"description": "Smooth plugin to add support for css loading",
4-
"version": "0.1.1-alpha.58",
4+
"version": "0.1.1-alpha.59",
55
"repository": "https://github.com/smooth-code/smooth.js/tree/master/packages/smooth-plugin-css",
66
"author": "Greg Bergé <berge.greg@gmail.com>",
77
"publishConfig": {

packages/smooth-plugin-google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smooth-plugin-google-analytics",
33
"description": "Google Analytics plugin for Smooth.js",
4-
"version": "0.1.1-alpha.52",
4+
"version": "0.1.1-alpha.59",
55
"repository": "https://github.com/smooth-code/smooth.js/tree/master/packages/smooth-plugin-google-analytics",
66
"author": "Greg Bergé <berge.greg@gmail.com>",
77
"publishConfig": {

packages/smooth-plugin-head-meta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smooth-plugin-head-meta",
33
"description": "Head meta plugin for Smooth.js",
4-
"version": "0.1.1-alpha.57",
4+
"version": "0.1.1-alpha.59",
55
"repository": "https://github.com/smooth-code/smooth.js/tree/master/packages/smooth-plugin-head-meta",
66
"author": "Greg Bergé <berge.greg@gmail.com>",
77
"publishConfig": {

packages/smooth-plugin-headers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smooth-plugin-headers",
33
"description": "Smooth plugin to add custom headers",
4-
"version": "0.1.1-alpha.57",
4+
"version": "0.1.1-alpha.59",
55
"repository": "https://github.com/smooth-code/smooth.js/tree/master/packages/smooth-plugin-headers",
66
"author": "Vivien Ripoche <vivienripoche@gmail.com>",
77
"publishConfig": {

packages/smooth-plugin-react-helmet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smooth-plugin-react-helmet",
33
"description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Smooth.",
4-
"version": "0.1.1-alpha.36",
4+
"version": "0.1.1-alpha.59",
55
"repository": "https://github.com/smooth-code/smooth.js/tree/master/packages/smooth-plugin-react-helmet",
66
"author": "Greg Bergé <berge.greg@gmail.com>",
77
"publishConfig": {

packages/smooth-plugin-styled-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smooth-plugin-styled-components",
33
"description": "Smooth plugin to add support for styled components",
4-
"version": "0.1.1-alpha.58",
4+
"version": "0.1.1-alpha.59",
55
"repository": "https://github.com/smooth-code/smooth.js/tree/master/packages/smooth-plugin-styled-components",
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.58",
4+
"version": "0.1.1-alpha.59",
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)