diff --git a/lerna.json b/lerna.json index 849905840..220898626 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "packages": [ "packages/*", "www" diff --git a/packages/cli/package.json b/packages/cli/package.json index 10e74844c..3dc2d8863 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/cli", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "description": "Greenwood CLI.", "type": "module", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/cli", diff --git a/packages/init/package.json b/packages/init/package.json index a7e16cf8c..48014974e 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/init", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "description": "A package for scaffolding a new Greenwood project.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/init", "author": "Grant Hutchinson ", diff --git a/packages/plugin-babel/package.json b/packages/plugin-babel/package.json index e856a0bb3..3eba44d2d 100644 --- a/packages/plugin-babel/package.json +++ b/packages/plugin-babel/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-babel", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "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 ", @@ -35,6 +35,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.27.0-alpha.2" + "@greenwood/cli": "^0.27.0-alpha.3" } } diff --git a/packages/plugin-google-analytics/package.json b/packages/plugin-google-analytics/package.json index 2e49079e0..5c6dad233 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.27.0-alpha.2", + "version": "0.27.0-alpha.3", "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 ", @@ -23,6 +23,6 @@ "@greenwood/cli": "^0.4.0" }, "devDependencies": { - "@greenwood/cli": "^0.27.0-alpha.2" + "@greenwood/cli": "^0.27.0-alpha.3" } } diff --git a/packages/plugin-graphql/package.json b/packages/plugin-graphql/package.json index 13e06e34b..8edc33f2d 100644 --- a/packages/plugin-graphql/package.json +++ b/packages/plugin-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-graphql", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "description": "A plugin for using GraphQL for querying your content.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-graphql", "author": "Owen Buckley ", @@ -32,6 +32,6 @@ "node-fetch": "^2.6.1" }, "devDependencies": { - "@greenwood/cli": "^0.27.0-alpha.2" + "@greenwood/cli": "^0.27.0-alpha.3" } } diff --git a/packages/plugin-import-commonjs/package.json b/packages/plugin-import-commonjs/package.json index d38bd5dbe..ad124954b 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.27.0-alpha.2", + "version": "0.27.0-alpha.3", "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 ", @@ -28,7 +28,7 @@ "cjs-module-lexer": "^1.0.0" }, "devDependencies": { - "@greenwood/cli": "^0.27.0-alpha.2", + "@greenwood/cli": "^0.27.0-alpha.3", "lodash": "^4.17.20" } } diff --git a/packages/plugin-import-css/package.json b/packages/plugin-import-css/package.json index 32e167128..00acbfa4c 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.27.0-alpha.2", + "version": "0.27.0-alpha.3", "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 ", @@ -24,6 +24,6 @@ "@greenwood/cli": "^0.4.0" }, "devDependencies": { - "@greenwood/cli": "^0.27.0-alpha.2" + "@greenwood/cli": "^0.27.0-alpha.3" } } diff --git a/packages/plugin-import-json/package.json b/packages/plugin-import-json/package.json index 48262853a..c8cf04152 100644 --- a/packages/plugin-import-json/package.json +++ b/packages/plugin-import-json/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-import-json", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your JSON.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-json", "author": "Owen Buckley ", @@ -24,6 +24,6 @@ "@greenwood/cli": "^0.12.3" }, "devDependencies": { - "@greenwood/cli": "^0.27.0-alpha.2" + "@greenwood/cli": "^0.27.0-alpha.3" } } diff --git a/packages/plugin-include-html/package.json b/packages/plugin-include-html/package.json index bd1bdbe32..32165255a 100644 --- a/packages/plugin-include-html/package.json +++ b/packages/plugin-include-html/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-include-html", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "description": "A Greenwood plugin to let you render server side JS from HTML or JS at build time as HTML.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-include-html", "author": "Owen Buckley ", @@ -24,6 +24,6 @@ "@greenwood/cli": "^0.4.0" }, "devDependencies": { - "@greenwood/cli": "^0.27.0-alpha.2" + "@greenwood/cli": "^0.27.0-alpha.3" } } diff --git a/packages/plugin-polyfills/package.json b/packages/plugin-polyfills/package.json index 6d2d2e8ad..b237ca029 100644 --- a/packages/plugin-polyfills/package.json +++ b/packages/plugin-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-polyfills", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "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 ", @@ -26,6 +26,6 @@ "@webcomponents/webcomponentsjs": "^2.6.0" }, "devDependencies": { - "@greenwood/cli": "^0.27.0-alpha.2" + "@greenwood/cli": "^0.27.0-alpha.3" } } diff --git a/packages/plugin-postcss/package.json b/packages/plugin-postcss/package.json index 6db672c8c..8e5980f9c 100644 --- a/packages/plugin-postcss/package.json +++ b/packages/plugin-postcss/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-postcss", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "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": "^7.0.1" }, "devDependencies": { - "@greenwood/cli": "^0.27.0-alpha.2" + "@greenwood/cli": "^0.27.0-alpha.3" } } diff --git a/packages/plugin-renderer-lit/package.json b/packages/plugin-renderer-lit/package.json index 4d1c831c6..f7202fb86 100644 --- a/packages/plugin-renderer-lit/package.json +++ b/packages/plugin-renderer-lit/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-renderer-lit", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "description": "A server-side rendering plugin for Lit based Greenwood projects.", "type": "module", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-lit", @@ -27,7 +27,7 @@ "@lit-labs/ssr": "^2.0.1" }, "devDependencies": { - "@greenwood/cli": "^0.27.0-alpha.2", + "@greenwood/cli": "^0.27.0-alpha.3", "lit": "^2.1.1" } } diff --git a/packages/plugin-renderer-puppeteer/package.json b/packages/plugin-renderer-puppeteer/package.json index e1bc421e8..0e84b92e5 100644 --- a/packages/plugin-renderer-puppeteer/package.json +++ b/packages/plugin-renderer-puppeteer/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-renderer-puppeteer", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "description": "A Greenwood plugin to allow headless browser rendering with Puppeteer.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-puppeteer", "author": "Owen Buckley ", @@ -27,6 +27,6 @@ "puppeteer": "^15.3.2" }, "devDependencies": { - "@greenwood/cli": "^0.27.0-alpha.2" + "@greenwood/cli": "^0.27.0-alpha.3" } } diff --git a/packages/plugin-typescript/package.json b/packages/plugin-typescript/package.json index 301b8f21f..db31d285e 100644 --- a/packages/plugin-typescript/package.json +++ b/packages/plugin-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-typescript", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "description": "A Greenwood plugin for writing TypeScript.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-typescript", "author": "Owen Buckley ", @@ -26,6 +26,6 @@ "typescript": "^4.3.5" }, "devDependencies": { - "@greenwood/cli": "^0.27.0-alpha.2" + "@greenwood/cli": "^0.27.0-alpha.3" } } diff --git a/www/package.json b/www/package.json index c44d9de00..fd14fbc74 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/www", - "version": "0.27.0-alpha.2", + "version": "0.27.0-alpha.3", "private": true, "type": "module", "description": "Greenwood website workspace.",