diff --git a/lerna.json b/lerna.json index db826ac7b..736d98cc5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.4.0", + "version": "0.4.1", "packages": [ "packages/*", "www" diff --git a/packages/cli/package.json b/packages/cli/package.json index 4fe89f27a..c96e01e6f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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 ", diff --git a/packages/plugin-google-analytics/package.json b/packages/plugin-google-analytics/package.json index d496ed3a1..e43e45501 100644 --- a/packages/plugin-google-analytics/package.json +++ b/packages/plugin-google-analytics/package.json @@ -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 ", @@ -24,6 +24,6 @@ "@greenwood/cli": "^0.4.0" }, "devDependencies": { - "@greenwood/cli": "^0.4.0" + "@greenwood/cli": "^0.4.1" } -} \ No newline at end of file +} diff --git a/packages/plugin-polyfills/package.json b/packages/plugin-polyfills/package.json index 102645204..1a0baec7a 100644 --- a/packages/plugin-polyfills/package.json +++ b/packages/plugin-polyfills/package.json @@ -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 ", @@ -27,6 +27,6 @@ "@webcomponents/webcomponentsjs": "^2.3.0" }, "devDependencies": { - "@greenwood/cli": "^0.4.0" + "@greenwood/cli": "^0.4.1" } -} \ No newline at end of file +} diff --git a/www/package.json b/www/package.json index 945db4162..96cd02b20 100644 --- a/www/package.json +++ b/www/package.json @@ -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",