Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 27, 2019
1 parent 75378b7 commit d068410
Show file tree
Hide file tree
Showing 5 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,5 +1,5 @@
{
"version": "0.4.1",
"version": "0.4.2",
"packages": [
"packages/*",
"www"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/cli",
"version": "0.4.1",
"version": "0.4.2",
"description": "Greenwood CLI.",
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/cli",
"author": "Owen Buckley <[email protected]>",
Expand All @@ -12,8 +12,8 @@
"Lit Html",
"Static Site Generator"
],
"engines" : {
"node" : ">=10.x"
"engines": {
"node": ">=10.x"
},
"bin": {
"greenwood": "./src/index.js"
Expand Down
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.4.1",
"version": "0.4.2",
"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.4.1"
"@greenwood/cli": "^0.4.2"
}
}
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.4.1",
"version": "0.4.2",
"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.4.1"
"@greenwood/cli": "^0.4.2"
}
}
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.4.1",
"version": "0.4.2",
"private": true,
"description": "Greenwood website workspace.",
"repository": "https://github.com/ProjectEvergreen/greenwood",
Expand Down

0 comments on commit d068410

Please sign in to comment.