diff --git a/lerna.json b/lerna.json index 4de518107..55b102413 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.12.3", + "version": "0.12.4", "packages": [ "packages/*", "www" diff --git a/packages/cli/package.json b/packages/cli/package.json index be819cd05..8ba768ac2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/cli", - "version": "0.12.3", + "version": "0.12.4", "description": "Greenwood CLI.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/cli", "author": "Owen Buckley ", diff --git a/packages/plugin-babel/package.json b/packages/plugin-babel/package.json index 3e392af8c..66934437b 100644 --- a/packages/plugin-babel/package.json +++ b/packages/plugin-babel/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-babel", - "version": "0.12.3", + "version": "0.12.4", "description": "A Greenwood plugin for using Babel and applying it to your JavaScript.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-babel", "author": "Owen Buckley ", @@ -34,6 +34,6 @@ "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-private-methods": "^7.10.4", "@babel/runtime": "^7.10.4", - "@greenwood/cli": "^0.12.3" + "@greenwood/cli": "^0.12.4" } } diff --git a/packages/plugin-google-analytics/package.json b/packages/plugin-google-analytics/package.json index 3b8be45b7..83fe9999a 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.12.3", + "version": "0.12.4", "description": "A Greenwood plugin adding support for Google Analytics JavaScript tracker.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-google-analytics", "author": "Owen Buckley ", @@ -22,6 +22,6 @@ "@greenwood/cli": "^0.4.0" }, "devDependencies": { - "@greenwood/cli": "^0.12.3" + "@greenwood/cli": "^0.12.4" } } diff --git a/packages/plugin-graphql/package.json b/packages/plugin-graphql/package.json index 321df9b99..d814f472b 100644 --- a/packages/plugin-graphql/package.json +++ b/packages/plugin-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-graphql", - "version": "0.12.3", + "version": "0.12.4", "description": "A plugin for using GraphQL for querying your content.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-graphql", "author": "Owen Buckley ", @@ -30,6 +30,6 @@ "graphql-tag": "^2.10.1" }, "devDependencies": { - "@greenwood/cli": "^0.12.3" + "@greenwood/cli": "^0.12.4" } } diff --git a/packages/plugin-import-commonjs/package.json b/packages/plugin-import-commonjs/package.json index 267deb4e6..c56715f05 100644 --- a/packages/plugin-import-commonjs/package.json +++ b/packages/plugin-import-commonjs/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-import-commonjs", - "version": "0.12.3", + "version": "0.12.4", "description": "A plugin for loading CommonJS based modules in the browser using ESM (import / export) syntax.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-commonjs", "author": "Owen Buckley ", @@ -27,7 +27,7 @@ "cjs-module-lexer": "^1.0.0" }, "devDependencies": { - "@greenwood/cli": "^0.12.3", + "@greenwood/cli": "^0.12.4", "lodash": "^4.17.20" } } diff --git a/packages/plugin-import-css/package.json b/packages/plugin-import-css/package.json index 3ff5078d0..9a262c7f5 100644 --- a/packages/plugin-import-css/package.json +++ b/packages/plugin-import-css/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-import-css", - "version": "0.12.3", + "version": "0.12.4", "description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your CSS.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-css", "author": "Owen Buckley ", @@ -26,6 +26,6 @@ "rollup-plugin-postcss": "^3.1.5" }, "devDependencies": { - "@greenwood/cli": "^0.12.3" + "@greenwood/cli": "^0.12.4" } } diff --git a/packages/plugin-polyfills/package.json b/packages/plugin-polyfills/package.json index e39afceda..c38468c28 100644 --- a/packages/plugin-polyfills/package.json +++ b/packages/plugin-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-polyfills", - "version": "0.12.3", + "version": "0.12.4", "description": "A Greenwood plugin adding support for Web Component related polyfills like Custom Elements and Shadow DOM.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-polyfills", "author": "Owen Buckley ", @@ -25,6 +25,6 @@ "@webcomponents/webcomponentsjs": "^2.3.0" }, "devDependencies": { - "@greenwood/cli": "^0.12.3" + "@greenwood/cli": "^0.12.4" } } diff --git a/packages/plugin-postcss/package.json b/packages/plugin-postcss/package.json index 41ec7d9d2..a749745e7 100644 --- a/packages/plugin-postcss/package.json +++ b/packages/plugin-postcss/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-postcss", - "version": "0.12.3", + "version": "0.12.4", "description": "A Greenwood plugin for loading PostCSS configuration and applying it to your CSS.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-postcss", "author": "Owen Buckley ", @@ -27,6 +27,6 @@ "postcss-preset-env": "^6.7.0" }, "devDependencies": { - "@greenwood/cli": "^0.12.3" + "@greenwood/cli": "^0.12.4" } }