Skip to content

Commit 92d2daa

Browse files
v0.7.0
1 parent c0b1481 commit 92d2daa

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lerna": "2.0.0-beta.30",
3-
"version": "0.6.0"
3+
"version": "0.7.0"
44
}

packages/graphql-directory-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa-labs/graphql-directory-api",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Create GraphQL APIs from a folder of files",
55
"main": "build/index.js",
66
"author": "Chris Biscardi <[email protected]> (www.christopherbiscardi.com)",

packages/leo-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa-labs/leo-core",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "The Declarative static site generator. Core module.",
55
"main": "index.js",
66
"scripts": {

packages/leo-plugin-blogpost/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa-labs/leo-plugin-blogpost",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Blog Post Content Type for Leo",
55
"main": "index.js",
66
"scripts": {

packages/leo-plugin-fate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa-labs/leo-plugin-fate",
3-
"version": "0.4.1",
3+
"version": "0.7.0",
44
"description": "PostCSS processing for Leo; Includes CSSModules",
55
"main": "index.js",
66
"scripts": {

packages/leo-plugin-images/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa-labs/leo-plugin-images",
3-
"version": "0.4.1",
3+
"version": "0.7.0",
44
"description": "Image processing for Leo",
55
"main": "index.js",
66
"keywords": [

packages/leo-plugin-markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa-labs/leo-plugin-markdown",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Markdown Content Type for Leo",
55
"main": "index.js",
66
"scripts": {

packages/leo-plugin-postcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa-labs/leo-plugin-postcss",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "PostCSS processing for Leo; Includes CSSModules",
55
"main": "index.js",
66
"scripts": {

packages/leo-scaffolding-apollo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa-labs/leo-scaffolding-apollo",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Entrypoints that support Apollo-based LEO static sites",
55
"main": "entry-static.js",
66
"author": "Chris Biscardi <[email protected]> (www.christopherbiscardi.com)",

0 commit comments

Comments
 (0)