Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Jan 23, 2017
1 parent c0b1481 commit 92d2daa
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.30",
"version": "0.6.0"
"version": "0.7.0"
}
2 changes: 1 addition & 1 deletion packages/graphql-directory-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa-labs/graphql-directory-api",
"version": "0.6.0",
"version": "0.7.0",
"description": "Create GraphQL APIs from a folder of files",
"main": "build/index.js",
"author": "Chris Biscardi <chris@christopherbiscardi.com> (www.christopherbiscardi.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/leo-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa-labs/leo-core",
"version": "0.6.0",
"version": "0.7.0",
"description": "The Declarative static site generator. Core module.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/leo-plugin-blogpost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa-labs/leo-plugin-blogpost",
"version": "0.6.0",
"version": "0.7.0",
"description": "Blog Post Content Type for Leo",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/leo-plugin-fate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa-labs/leo-plugin-fate",
"version": "0.4.1",
"version": "0.7.0",
"description": "PostCSS processing for Leo; Includes CSSModules",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/leo-plugin-images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa-labs/leo-plugin-images",
"version": "0.4.1",
"version": "0.7.0",
"description": "Image processing for Leo",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/leo-plugin-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa-labs/leo-plugin-markdown",
"version": "0.6.0",
"version": "0.7.0",
"description": "Markdown Content Type for Leo",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/leo-plugin-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa-labs/leo-plugin-postcss",
"version": "0.6.0",
"version": "0.7.0",
"description": "PostCSS processing for Leo; Includes CSSModules",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/leo-scaffolding-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sa-labs/leo-scaffolding-apollo",
"version": "0.6.0",
"version": "0.7.0",
"description": "Entrypoints that support Apollo-based LEO static sites",
"main": "entry-static.js",
"author": "Chris Biscardi <chris@christopherbiscardi.com> (www.christopherbiscardi.com)",
Expand Down

0 comments on commit 92d2daa

Please sign in to comment.