Skip to content

Commit 9da036a

Browse files
v0.32.0-alpha.3
1 parent 8bda2c4 commit 9da036a

File tree

22 files changed

+40
-40
lines changed

22 files changed

+40
-40
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.32.0-alpha.2",
2+
"version": "0.32.0-alpha.3",
33
"packages": [
44
"packages/*",
55
"www"

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/cli",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "Greenwood CLI.",
55
"type": "module",
66
"repository": "https://github.com/ProjectEvergreen/greenwood",

packages/init/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/init",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A package for scaffolding a new Greenwood project.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/init",

packages/plugin-adapter-aws/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-adapter-aws",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin for supporting AWS serverless and edge runtimes.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-adapter-aws",
@@ -35,6 +35,6 @@
3535
"@greenwood/cli": "^0.31.0"
3636
},
3737
"devDependencies": {
38-
"@greenwood/cli": "^0.32.0-alpha.2"
38+
"@greenwood/cli": "^0.32.0-alpha.3"
3939
}
4040
}

packages/plugin-adapter-netlify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-adapter-netlify",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin for supporting Netlify serverless and edge runtimes.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-adapter-netlify",
@@ -39,7 +39,7 @@
3939
"zip-a-folder": "^2.0.0"
4040
},
4141
"devDependencies": {
42-
"@greenwood/cli": "^0.32.0-alpha.2",
42+
"@greenwood/cli": "^0.32.0-alpha.3",
4343
"extract-zip": "^2.0.1"
4444
}
4545
}

packages/plugin-adapter-vercel/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-adapter-vercel",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin for supporting Vercel serverless and edge runtimes.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-adapter-vercel",
@@ -35,6 +35,6 @@
3535
"@greenwood/cli": "^0.31.0"
3636
},
3737
"devDependencies": {
38-
"@greenwood/cli": "^0.32.0-alpha.2"
38+
"@greenwood/cli": "^0.32.0-alpha.3"
3939
}
4040
}

packages/plugin-babel/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-babel",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin for using Babel and applying it to your JavaScript.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-babel",
@@ -44,6 +44,6 @@
4444
"@babel/plugin-proposal-class-properties": "^7.10.4",
4545
"@babel/plugin-proposal-private-methods": "^7.10.4",
4646
"@babel/runtime": "^7.10.4",
47-
"@greenwood/cli": "^0.32.0-alpha.2"
47+
"@greenwood/cli": "^0.32.0-alpha.3"
4848
}
4949
}

packages/plugin-css-modules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-css-modules",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin for authoring CSS Modules",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-css-modules",
@@ -40,6 +40,6 @@
4040
"node-html-parser": "^1.2.21"
4141
},
4242
"devDependencies": {
43-
"@greenwood/cli": "^0.32.0-alpha.2"
43+
"@greenwood/cli": "^0.32.0-alpha.3"
4444
}
4545
}

packages/plugin-google-analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-google-analytics",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin adding support for Google Analytics JavaScript tracker.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-google-analytics",
@@ -34,6 +34,6 @@
3434
"@greenwood/cli": "^0.31.0"
3535
},
3636
"devDependencies": {
37-
"@greenwood/cli": "^0.32.0-alpha.2"
37+
"@greenwood/cli": "^0.32.0-alpha.3"
3838
}
3939
}

packages/plugin-graphql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-graphql",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A plugin for using GraphQL for querying your content.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-graphql",
@@ -43,6 +43,6 @@
4343
"graphql-tag": "^2.10.1"
4444
},
4545
"devDependencies": {
46-
"@greenwood/cli": "^0.32.0-alpha.2"
46+
"@greenwood/cli": "^0.32.0-alpha.3"
4747
}
4848
}

packages/plugin-import-commonjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-import-commonjs",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A plugin for loading CommonJS based modules in the browser using ESM (import / export) syntax.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-commonjs",
@@ -39,7 +39,7 @@
3939
"cjs-module-lexer": "^1.0.0"
4040
},
4141
"devDependencies": {
42-
"@greenwood/cli": "^0.32.0-alpha.2",
42+
"@greenwood/cli": "^0.32.0-alpha.3",
4343
"lodash": "^4.17.20"
4444
}
4545
}

packages/plugin-import-css/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-import-css",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"private": true,
55
"description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your CSS.",
66
"repository": "https://github.com/ProjectEvergreen/greenwood",
@@ -25,6 +25,6 @@
2525
"@greenwood/cli": "^0.30.0"
2626
},
2727
"devDependencies": {
28-
"@greenwood/cli": "^0.32.0-alpha.2"
28+
"@greenwood/cli": "^0.32.0-alpha.3"
2929
}
3030
}

packages/plugin-import-json/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-import-json",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"private": true,
55
"description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your JSON.",
66
"repository": "https://github.com/ProjectEvergreen/greenwood",
@@ -25,6 +25,6 @@
2525
"@greenwood/cli": "^0.12.3"
2626
},
2727
"devDependencies": {
28-
"@greenwood/cli": "^0.32.0-alpha.2"
28+
"@greenwood/cli": "^0.32.0-alpha.3"
2929
}
3030
}

packages/plugin-import-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-import-jsx",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin to write JSX rendering Web Components compatible with WCC.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-jsx",
@@ -38,6 +38,6 @@
3838
"wc-compiler": "~0.16.0"
3939
},
4040
"devDependencies": {
41-
"@greenwood/cli": "^0.32.0-alpha.2"
41+
"@greenwood/cli": "^0.32.0-alpha.3"
4242
}
4343
}

packages/plugin-import-raw/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-import-raw",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin to allow you to use ESM (import) syntax to load any file content as a string.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-raw",
@@ -34,6 +34,6 @@
3434
"@greenwood/cli": "^0.31.0"
3535
},
3636
"devDependencies": {
37-
"@greenwood/cli": "^0.32.0-alpha.2"
37+
"@greenwood/cli": "^0.32.0-alpha.3"
3838
}
3939
}

packages/plugin-include-html/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-include-html",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin to let you render server side JS from HTML or JS at build time as HTML.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-include-html",
@@ -35,6 +35,6 @@
3535
"@greenwood/cli": "^0.31.0"
3636
},
3737
"devDependencies": {
38-
"@greenwood/cli": "^0.32.0-alpha.2"
38+
"@greenwood/cli": "^0.32.0-alpha.3"
3939
}
4040
}

packages/plugin-polyfills/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-polyfills",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin adding support for Web Component related polyfills like Custom Elements and Shadow DOM.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-polyfills",
@@ -37,6 +37,6 @@
3737
"@webcomponents/webcomponentsjs": "^2.6.0"
3838
},
3939
"devDependencies": {
40-
"@greenwood/cli": "^0.32.0-alpha.2"
40+
"@greenwood/cli": "^0.32.0-alpha.3"
4141
}
4242
}

packages/plugin-postcss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-postcss",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin for loading PostCSS configuration and applying it to your CSS.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-postcss",
@@ -39,7 +39,7 @@
3939
"postcss-preset-env": "^7.0.1"
4040
},
4141
"devDependencies": {
42-
"@greenwood/cli": "^0.32.0-alpha.2",
42+
"@greenwood/cli": "^0.32.0-alpha.3",
4343
"@spectrum-css/typography": "^6.2.0"
4444
}
4545
}

packages/plugin-renderer-lit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-renderer-lit",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A server-side rendering plugin for Lit based Greenwood projects.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-lit",
@@ -40,7 +40,7 @@
4040
"@lit-labs/ssr-client": "^1.1.6"
4141
},
4242
"devDependencies": {
43-
"@greenwood/cli": "^0.32.0-alpha.2",
43+
"@greenwood/cli": "^0.32.0-alpha.3",
4444
"lit": "^3.1.0"
4545
}
4646
}

packages/plugin-renderer-puppeteer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-renderer-puppeteer",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin to allow headless browser rendering with Puppeteer.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-renderer-puppeteer",
@@ -38,6 +38,6 @@
3838
"puppeteer": "^24.0.0"
3939
},
4040
"devDependencies": {
41-
"@greenwood/cli": "^0.32.0-alpha.2"
41+
"@greenwood/cli": "^0.32.0-alpha.3"
4242
}
4343
}

packages/plugin-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/plugin-typescript",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"description": "A Greenwood plugin for writing TypeScript.",
55
"repository": "https://github.com/ProjectEvergreen/greenwood",
66
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-typescript",
@@ -37,6 +37,6 @@
3737
"typescript": "^5.1.6"
3838
},
3939
"devDependencies": {
40-
"@greenwood/cli": "^0.32.0-alpha.2"
40+
"@greenwood/cli": "^0.32.0-alpha.3"
4141
}
4242
}

www/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@greenwood/www",
3-
"version": "0.32.0-alpha.2",
3+
"version": "0.32.0-alpha.3",
44
"private": true,
55
"type": "module",
66
"description": "Greenwood website workspace.",

0 commit comments

Comments
 (0)