Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jul 1, 2020
1 parent d09a508 commit febb33c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.0",
"version": "0.7.0",
"packages": [
"packages/*",
"www"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/cli",
"version": "0.6.0",
"version": "0.7.0",
"description": "Greenwood CLI.",
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/cli",
"author": "Owen Buckley <[email protected]>",
Expand Down Expand Up @@ -77,4 +77,4 @@
"rehype-autolink-headings": "^4.0.0",
"rehype-slug": "^3.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-google-analytics",
"version": "0.6.0",
"version": "0.7.0",
"description": "A composite plugin for Greenwood for adding support for Google Analytics.",
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-google-analytics",
"author": "Owen Buckley <[email protected]>",
Expand All @@ -24,6 +24,6 @@
"@greenwood/cli": "^0.4.0"
},
"devDependencies": {
"@greenwood/cli": "^0.6.0"
"@greenwood/cli": "^0.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-polyfills",
"version": "0.6.0",
"version": "0.7.0",
"description": "A composite plugin for Greenwood for adding polyfill support for older browsers.",
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-polyfills",
"author": "Owen Buckley <[email protected]>",
Expand All @@ -27,6 +27,6 @@
"@webcomponents/webcomponentsjs": "^2.3.0"
},
"devDependencies": {
"@greenwood/cli": "^0.6.0"
"@greenwood/cli": "^0.7.0"
}
}
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/www",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"description": "Greenwood website workspace.",
"repository": "https://github.com/ProjectEvergreen/greenwood",
Expand Down

0 comments on commit febb33c

Please sign in to comment.