Skip to content

Commit ff24a80

Browse files
v0.9.0
1 parent 1e17073 commit ff24a80

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.0",
2+
"version": "0.9.0",
33
"packages": [
44
"packages/*",
55
"www"

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/cli",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Greenwood CLI.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/cli",
66
"author": "Owen Buckley <[email protected]>",

packages/plugin-google-analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-google-analytics",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "A composite plugin for Greenwood for adding support for Google Analytics.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-google-analytics",
66
"author": "Owen Buckley <[email protected]>",
@@ -24,6 +24,6 @@
2424
"@greenwood/cli": "^0.4.0"
2525
},
2626
"devDependencies": {
27-
"@greenwood/cli": "^0.8.0"
27+
"@greenwood/cli": "^0.9.0"
2828
}
2929
}

packages/plugin-polyfills/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-polyfills",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "A composite plugin for Greenwood for adding polyfill support for older browsers.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-polyfills",
66
"author": "Owen Buckley <[email protected]>",
@@ -27,6 +27,6 @@
2727
"@webcomponents/webcomponentsjs": "^2.3.0"
2828
},
2929
"devDependencies": {
30-
"@greenwood/cli": "^0.8.0"
30+
"@greenwood/cli": "^0.9.0"
3131
}
3232
}

www/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/www",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"private": true,
55
"description": "Greenwood website workspace.",
66
"repository": "https://github.com/ProjectEvergreen/greenwood",

0 commit comments

Comments
 (0)