From 3d2f6406dc07377af0dc83be087b9eecdabfa300 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Sun, 23 Jul 2023 14:48:18 -0400 Subject: [PATCH] v0.29.0-alpha.1 --- lerna.json | 2 +- packages/cli/package.json | 2 +- packages/init/package.json | 2 +- packages/plugin-babel/package.json | 4 ++-- packages/plugin-google-analytics/package.json | 4 ++-- packages/plugin-graphql/package.json | 4 ++-- packages/plugin-import-commonjs/package.json | 4 ++-- packages/plugin-import-css/package.json | 4 ++-- packages/plugin-import-json/package.json | 4 ++-- packages/plugin-import-jsx/package.json | 4 ++-- packages/plugin-include-html/package.json | 4 ++-- packages/plugin-polyfills/package.json | 4 ++-- packages/plugin-postcss/package.json | 4 ++-- packages/plugin-renderer-lit/package.json | 4 ++-- packages/plugin-renderer-puppeteer/package.json | 4 ++-- packages/plugin-typescript/package.json | 4 ++-- www/package.json | 2 +- 17 files changed, 30 insertions(+), 30 deletions(-) diff --git a/lerna.json b/lerna.json index 29ed061f0..5e7eb0504 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.29.0-alpha.0", + "version": "0.29.0-alpha.1", "packages": [ "packages/*", "www" diff --git a/packages/cli/package.json b/packages/cli/package.json index a09e9b3ef..9af5f37b8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/cli", - "version": "0.29.0-alpha.0", + "version": "0.29.0-alpha.1", "description": "Greenwood CLI.", "type": "module", "repository": "https://github.com/ProjectEvergreen/greenwood", diff --git a/packages/init/package.json b/packages/init/package.json index 16fc1560c..0ddd4f32c 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/init", - "version": "0.29.0-alpha.0", + "version": "0.29.0-alpha.1", "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-babel/package.json b/packages/plugin-babel/package.json index 9a5ef7863..2be540983 100644 --- a/packages/plugin-babel/package.json +++ b/packages/plugin-babel/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-babel", - "version": "0.29.0-alpha.0", + "version": "0.29.0-alpha.1", "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.29.0-alpha.0" + "@greenwood/cli": "^0.29.0-alpha.1" } } diff --git a/packages/plugin-google-analytics/package.json b/packages/plugin-google-analytics/package.json index 0132eb847..a582a0247 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.29.0-alpha.0", + "version": "0.29.0-alpha.1", "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.29.0-alpha.0" + "@greenwood/cli": "^0.29.0-alpha.1" } } diff --git a/packages/plugin-graphql/package.json b/packages/plugin-graphql/package.json index fb6fe1bd3..33606ec6a 100644 --- a/packages/plugin-graphql/package.json +++ b/packages/plugin-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-graphql", - "version": "0.29.0-alpha.0", + "version": "0.29.0-alpha.1", "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", @@ -34,6 +34,6 @@ "graphql-tag": "^2.10.1" }, "devDependencies": { - "@greenwood/cli": "^0.29.0-alpha.0" + "@greenwood/cli": "^0.29.0-alpha.1" } } diff --git a/packages/plugin-import-commonjs/package.json b/packages/plugin-import-commonjs/package.json index c9a925515..f2b8d7b60 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.29.0-alpha.0", + "version": "0.29.0-alpha.1", "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.29.0-alpha.0", + "@greenwood/cli": "^0.29.0-alpha.1", "lodash": "^4.17.20" } } diff --git a/packages/plugin-import-css/package.json b/packages/plugin-import-css/package.json index 08b647d3a..3998496ff 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.29.0-alpha.0", + "version": "0.29.0-alpha.1", "description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your CSS.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-css", @@ -27,6 +27,6 @@ "@greenwood/cli": "^0.4.0" }, "devDependencies": { - "@greenwood/cli": "^0.29.0-alpha.0" + "@greenwood/cli": "^0.29.0-alpha.1" } } diff --git a/packages/plugin-import-json/package.json b/packages/plugin-import-json/package.json index 68069955e..d4e997939 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.29.0-alpha.0", + "version": "0.29.0-alpha.1", "description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your JSON.", "repository": "https://github.com/ProjectEvergreen/greenwood", "homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-json", @@ -27,6 +27,6 @@ "@greenwood/cli": "^0.12.3" }, "devDependencies": { - "@greenwood/cli": "^0.29.0-alpha.0" + "@greenwood/cli": "^0.29.0-alpha.1" } } diff --git a/packages/plugin-import-jsx/package.json b/packages/plugin-import-jsx/package.json index 7fb89e1ea..0359fe4d5 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.29.0-alpha.0", + "version": "0.29.0-alpha.1", "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.8.0" }, "devDependencies": { - "@greenwood/cli": "^0.29.0-alpha.0" + "@greenwood/cli": "^0.29.0-alpha.1" } } diff --git a/packages/plugin-include-html/package.json b/packages/plugin-include-html/package.json index 65bfaf188..a8a4470ce 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.29.0-alpha.0", + "version": "0.29.0-alpha.1", "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.29.0-alpha.0" + "@greenwood/cli": "^0.29.0-alpha.1" } } diff --git a/packages/plugin-polyfills/package.json b/packages/plugin-polyfills/package.json index 17036edd2..af853424f 100644 --- a/packages/plugin-polyfills/package.json +++ b/packages/plugin-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-polyfills", - "version": "0.29.0-alpha.0", + "version": "0.29.0-alpha.1", "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.29.0-alpha.0" + "@greenwood/cli": "^0.29.0-alpha.1" } } diff --git a/packages/plugin-postcss/package.json b/packages/plugin-postcss/package.json index ac1ea29c5..10f5ca6f5 100644 --- a/packages/plugin-postcss/package.json +++ b/packages/plugin-postcss/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-postcss", - "version": "0.29.0-alpha.0", + "version": "0.29.0-alpha.1", "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.29.0-alpha.0" + "@greenwood/cli": "^0.29.0-alpha.1" } } diff --git a/packages/plugin-renderer-lit/package.json b/packages/plugin-renderer-lit/package.json index 48a50401b..996cb0102 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.29.0-alpha.0", + "version": "0.29.0-alpha.1", "description": "A server-side rendering plugin for Lit based Greenwood projects.", "type": "module", "repository": "https://github.com/ProjectEvergreen/greenwood", @@ -31,7 +31,7 @@ "@lit-labs/ssr": "^2.0.1" }, "devDependencies": { - "@greenwood/cli": "^0.29.0-alpha.0", + "@greenwood/cli": "^0.29.0-alpha.1", "lit": "^2.1.1" } } diff --git a/packages/plugin-renderer-puppeteer/package.json b/packages/plugin-renderer-puppeteer/package.json index bca931eff..31ff0b9c7 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.29.0-alpha.0", + "version": "0.29.0-alpha.1", "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.29.0-alpha.0" + "@greenwood/cli": "^0.29.0-alpha.1" } } diff --git a/packages/plugin-typescript/package.json b/packages/plugin-typescript/package.json index 05d632462..d021d32b8 100644 --- a/packages/plugin-typescript/package.json +++ b/packages/plugin-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-typescript", - "version": "0.29.0-alpha.0", + "version": "0.29.0-alpha.1", "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": "^4.3.5" }, "devDependencies": { - "@greenwood/cli": "^0.29.0-alpha.0" + "@greenwood/cli": "^0.29.0-alpha.1" } } diff --git a/www/package.json b/www/package.json index aaa63b2b9..3875daf8b 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/www", - "version": "0.29.0-alpha.0", + "version": "0.29.0-alpha.1", "private": true, "type": "module", "description": "Greenwood website workspace.",