Skip to content

Commit

Permalink
v0.10.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 23, 2021
1 parent 7c5cd50 commit abd8ee4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.10.0-alpha.3",
"version": "0.10.0-alpha.4",
"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.10.0-alpha.3",
"version": "0.10.0-alpha.4",
"description": "Greenwood CLI.",
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/cli",
"author": "Owen Buckley <owen@thegreenhouse.io>",
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.10.0-alpha.3",
"version": "0.10.0-alpha.4",
"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 <owen@thegreenhouse.io>",
Expand All @@ -24,6 +24,6 @@
"@greenwood/cli": "^0.4.0"
},
"devDependencies": {
"@greenwood/cli": "^0.10.0-alpha.3"
"@greenwood/cli": "^0.10.0-alpha.4"
}
}
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.10.0-alpha.3",
"version": "0.10.0-alpha.4",
"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 <owen@thegreenhouse.io>",
Expand All @@ -27,6 +27,6 @@
"@webcomponents/webcomponentsjs": "^2.3.0"
},
"devDependencies": {
"@greenwood/cli": "^0.10.0-alpha.3"
"@greenwood/cli": "^0.10.0-alpha.4"
}
}

0 comments on commit abd8ee4

Please sign in to comment.