Skip to content

Commit

Permalink
v0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 14, 2024
1 parent 76b9bbc commit 1e9a20b
Show file tree
Hide file tree
Showing 21 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.30.1",
"version": "0.30.2",
"packages": [
"packages/*",
"www"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/cli",
"version": "0.30.1",
"version": "0.30.2",
"description": "Greenwood CLI.",
"type": "module",
"repository": "https://github.com/ProjectEvergreen/greenwood",
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/init",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-adapter-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-adapter-netlify",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"zip-a-folder": "^2.0.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1",
"@greenwood/cli": "^0.30.2",
"extract-zip": "^2.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-adapter-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-adapter-vercel",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand Down Expand Up @@ -28,6 +28,6 @@
"@greenwood/cli": "^0.30.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-babel",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand Down Expand Up @@ -37,6 +37,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.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-css-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-css-modules",
"version": "0.30.1",
"version": "0.30.2",
"description": "A Greenwood plugin for authoring CSS Modules",
"repository": "https://github.com/ProjectEvergreen/greenwood",
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-css-modules",
Expand Down Expand Up @@ -35,6 +35,6 @@
"sucrase": "^3.35.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-google-analytics",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand All @@ -27,6 +27,6 @@
"@greenwood/cli": "^0.30.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-graphql",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand Down Expand Up @@ -34,6 +34,6 @@
"graphql-tag": "^2.10.1"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-import-commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-import-commonjs",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"cjs-module-lexer": "^1.0.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1",
"@greenwood/cli": "^0.30.2",
"lodash": "^4.17.20"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-import-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-import-css",
"version": "0.30.1",
"version": "0.30.2",
"private": true,
"description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your CSS.",
"repository": "https://github.com/ProjectEvergreen/greenwood",
Expand All @@ -25,6 +25,6 @@
"@greenwood/cli": "^0.30.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-import-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-import-json",
"version": "0.30.1",
"version": "0.30.2",
"private": true,
"description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your JSON.",
"repository": "https://github.com/ProjectEvergreen/greenwood",
Expand All @@ -25,6 +25,6 @@
"@greenwood/cli": "^0.12.3"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-import-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-import-jsx",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand Down Expand Up @@ -31,6 +31,6 @@
"wc-compiler": "~0.15.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-import-raw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-import-raw",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand All @@ -27,6 +27,6 @@
"@greenwood/cli": "^0.30.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-include-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-include-html",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand Down Expand Up @@ -28,6 +28,6 @@
"@greenwood/cli": "^0.30.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-polyfills",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand Down Expand Up @@ -30,6 +30,6 @@
"@webcomponents/webcomponentsjs": "^2.6.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-postcss",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand Down Expand Up @@ -32,6 +32,6 @@
"postcss-preset-env": "^7.0.1"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-renderer-lit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-renderer-lit",
"version": "0.30.1",
"version": "0.30.2",
"description": "A server-side rendering plugin for Lit based Greenwood projects.",
"type": "module",
"repository": "https://github.com/ProjectEvergreen/greenwood",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@lit-labs/ssr-client": "^1.1.6"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1",
"@greenwood/cli": "^0.30.2",
"lit": "^3.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-renderer-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-renderer-puppeteer",
"version": "0.30.1",
"version": "0.30.2",
"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",
Expand Down Expand Up @@ -31,6 +31,6 @@
"puppeteer": "^15.3.2"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/plugin-typescript",
"version": "0.30.1",
"version": "0.30.2",
"description": "A Greenwood plugin for writing TypeScript.",
"repository": "https://github.com/ProjectEvergreen/greenwood",
"homepage": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-typescript",
Expand Down Expand Up @@ -30,6 +30,6 @@
"typescript": "^5.1.6"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
"@greenwood/cli": "^0.30.2"
}
}
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@greenwood/www",
"version": "0.30.1",
"version": "0.30.2",
"private": true,
"type": "module",
"description": "Greenwood website workspace.",
Expand Down

0 comments on commit 1e9a20b

Please sign in to comment.