Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 15, 2019
1 parent 93ce4e0 commit 2bcab40
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.0",
"version": "0.4.1",
"packages": [
"packages/*",
"www"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/cli",
"version": "0.4.0",
"version": "0.4.1",
"description": "Greenwood CLI.",
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/cli",
"author": "Owen Buckley <[email protected]>",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.4.1",
"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.0"
"@greenwood/cli": "^0.4.1"
}
}
}
6 changes: 3 additions & 3 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.0",
"version": "0.4.1",
"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.0"
"@greenwood/cli": "^0.4.1"
}
}
}
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.0",
"version": "0.4.1",
"private": true,
"description": "Greenwood website workspace.",
"repository": "https://github.com/ProjectEvergreen/greenwood",
Expand Down

0 comments on commit 2bcab40

Please sign in to comment.