diff --git a/lerna.json b/lerna.json index 503e7b6f3..354470194 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "packages": [ "packages/*", "www" diff --git a/packages/cli/package.json b/packages/cli/package.json index 3cc14d85b..8023745be 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/cli", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "Greenwood CLI.", "type": "module", "repository": "https://github.com/ProjectEvergreen/greenwood", diff --git a/packages/init/package.json b/packages/init/package.json index ef0ab0cf9..d37871a37 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/init", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A package for scaffolding a new Greenwood project.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/init", diff --git a/packages/plugin-adapter-netlify/package.json b/packages/plugin-adapter-netlify/package.json index 65a6fb575..7e3631358 100644 --- a/packages/plugin-adapter-netlify/package.json +++ b/packages/plugin-adapter-netlify/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-adapter-netlify", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A Greenwood plugin for supporting Netlify serverless and edge runtimes.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-adapter-netlify", @@ -31,7 +31,7 @@ "zip-a-folder": "^2.0.0" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5", + "@greenwood/cli": "^0.30.0-alpha.6", "extract-zip": "^2.0.1" } } diff --git a/packages/plugin-adapter-vercel/package.json b/packages/plugin-adapter-vercel/package.json index ba2b3617f..2a05111d3 100644 --- a/packages/plugin-adapter-vercel/package.json +++ b/packages/plugin-adapter-vercel/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-adapter-vercel", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A Greenwood plugin for supporting Vercel serverless and edge runtimes.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-adapter-vercel", @@ -27,6 +27,6 @@ "@greenwood/cli": "^0.28.0" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-babel/package.json b/packages/plugin-babel/package.json index 6ca9deaf8..00130ea2c 100644 --- a/packages/plugin-babel/package.json +++ b/packages/plugin-babel/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-babel", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A Greenwood plugin for using Babel and applying it to your JavaScript.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-babel", @@ -36,6 +36,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.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-google-analytics/package.json b/packages/plugin-google-analytics/package.json index 7487dc933..fcc4c7a65 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.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A Greenwood plugin adding support for Google Analytics JavaScript tracker.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-google-analytics", @@ -26,6 +26,6 @@ "@greenwood/cli": "^0.4.0" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-graphql/package.json b/packages/plugin-graphql/package.json index c633be2e0..7a6fb6bb0 100644 --- a/packages/plugin-graphql/package.json +++ b/packages/plugin-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-graphql", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A plugin for using GraphQL for querying your content.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-graphql", @@ -33,6 +33,6 @@ "graphql-tag": "^2.10.1" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-import-commonjs/package.json b/packages/plugin-import-commonjs/package.json index 5b506f129..519b63bbc 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.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A plugin for loading CommonJS based modules in the browser using ESM (import / export) syntax.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-commonjs", @@ -31,7 +31,7 @@ "cjs-module-lexer": "^1.0.0" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5", + "@greenwood/cli": "^0.30.0-alpha.6", "lodash": "^4.17.20" } } diff --git a/packages/plugin-import-css/package.json b/packages/plugin-import-css/package.json index b274e4b29..0edb37d28 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.30.0-alpha.5", + "version": "0.30.0-alpha.6", "private": true, "description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your CSS.", "repository": "https://github.com/ProjectEvergreen/greenwood", @@ -25,6 +25,6 @@ "@greenwood/cli": "^0.4.0" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-import-json/package.json b/packages/plugin-import-json/package.json index 1d5226a96..8655343f7 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.30.0-alpha.5", + "version": "0.30.0-alpha.6", "private": true, "description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your JSON.", "repository": "https://github.com/ProjectEvergreen/greenwood", @@ -25,6 +25,6 @@ "@greenwood/cli": "^0.12.3" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-import-jsx/package.json b/packages/plugin-import-jsx/package.json index 7d7d2553b..ccf88da68 100644 --- a/packages/plugin-import-jsx/package.json +++ b/packages/plugin-import-jsx/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-import-jsx", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A Greenwood plugin to write JSX rendering Web Components compatible with WCC.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-jsx", @@ -30,6 +30,6 @@ "wc-compiler": "~0.14.0" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-import-raw/package.json b/packages/plugin-import-raw/package.json index 8ae087b03..5129cf1ab 100644 --- a/packages/plugin-import-raw/package.json +++ b/packages/plugin-import-raw/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-import-raw", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A Greenwood plugin to allow you to use ESM (import) syntax to load any file content as a string.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-raw", @@ -26,6 +26,6 @@ "@greenwood/cli": "^0.4.0" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-include-html/package.json b/packages/plugin-include-html/package.json index 23b38c4bd..f864bb652 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.30.0-alpha.5", + "version": "0.30.0-alpha.6", "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", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-include-html", @@ -27,6 +27,6 @@ "@greenwood/cli": "^0.4.0" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-polyfills/package.json b/packages/plugin-polyfills/package.json index 73b94ac80..f3b026b42 100644 --- a/packages/plugin-polyfills/package.json +++ b/packages/plugin-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-polyfills", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A Greenwood plugin adding support for Web Component related polyfills like Custom Elements and Shadow DOM.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-polyfills", @@ -29,6 +29,6 @@ "@webcomponents/webcomponentsjs": "^2.6.0" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-postcss/package.json b/packages/plugin-postcss/package.json index fe9210204..2b8a986bf 100644 --- a/packages/plugin-postcss/package.json +++ b/packages/plugin-postcss/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-postcss", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A Greenwood plugin for loading PostCSS configuration and applying it to your CSS.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-postcss", @@ -31,6 +31,6 @@ "postcss-preset-env": "^7.0.1" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-renderer-lit/package.json b/packages/plugin-renderer-lit/package.json index c906e2465..d6f9bce50 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.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A server-side rendering plugin for Lit based Greenwood projects.", "type": "module", "repository": "https://github.com/ProjectEvergreen/greenwood", @@ -32,7 +32,7 @@ "@lit-labs/ssr-client": "^1.1.6" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5", + "@greenwood/cli": "^0.30.0-alpha.6", "lit": "^3.1.0" } } diff --git a/packages/plugin-renderer-puppeteer/package.json b/packages/plugin-renderer-puppeteer/package.json index 547b91a85..38f8b221f 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.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A Greenwood plugin to allow headless browser rendering with Puppeteer.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-puppeteer", @@ -30,6 +30,6 @@ "puppeteer": "^15.3.2" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/packages/plugin-typescript/package.json b/packages/plugin-typescript/package.json index 374b3f583..a8a2b93dd 100644 --- a/packages/plugin-typescript/package.json +++ b/packages/plugin-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-typescript", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "description": "A Greenwood plugin for writing TypeScript.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-typescript", @@ -29,6 +29,6 @@ "typescript": "^5.1.6" }, "devDependencies": { - "@greenwood/cli": "^0.30.0-alpha.5" + "@greenwood/cli": "^0.30.0-alpha.6" } } diff --git a/www/package.json b/www/package.json index dbc0dae22..130642752 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/www", - "version": "0.30.0-alpha.5", + "version": "0.30.0-alpha.6", "private": true, "type": "module", "description": "Greenwood website workspace.",