Skip to content

Commit

Permalink
v0.10.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Apr 3, 2021
1 parent 8614f7f commit e6fa2d4
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 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.10.0-alpha.9",
"version": "0.10.0-alpha.10",
"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.10.0-alpha.9",
"version": "0.10.0-alpha.10",
"description": "Greenwood CLI.",
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/cli",
"author": "Owen Buckley <owen@thegreenhouse.io>",
Expand Down
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.10.0-alpha.9",
"version": "0.10.0-alpha.10",
"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 <owen@thegreenhouse.io>",
Expand Down Expand Up @@ -34,6 +34,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.10.0-alpha.9"
"@greenwood/cli": "^0.10.0-alpha.10"
}
}
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.10.0-alpha.9",
"version": "0.10.0-alpha.10",
"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 <owen@thegreenhouse.io>",
Expand All @@ -22,6 +22,6 @@
"@greenwood/cli": "^0.4.0"
},
"devDependencies": {
"@greenwood/cli": "^0.10.0-alpha.9"
"@greenwood/cli": "^0.10.0-alpha.10"
}
}
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.10.0-alpha.9",
"version": "0.10.0-alpha.10",
"description": "A plugin for using GraphQL for querying your content.",
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-graphql",
"author": "Owen Buckley <owen@thegreenhouse.io>",
Expand Down Expand Up @@ -30,6 +30,6 @@
"graphql-tag": "^2.10.1"
},
"devDependencies": {
"@greenwood/cli": "^0.10.0-alpha.9"
"@greenwood/cli": "^0.10.0-alpha.10"
}
}
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.10.0-alpha.9",
"version": "0.10.0-alpha.10",
"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 <owen@thegreenhouse.io>",
Expand All @@ -27,7 +27,7 @@
"cjs-module-lexer": "^1.0.0"
},
"devDependencies": {
"@greenwood/cli": "^0.10.0-alpha.9",
"@greenwood/cli": "^0.10.0-alpha.10",
"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.10.0-alpha.9",
"version": "0.10.0-alpha.10",
"description": "A Greenwood plugin to allow you use ESM (import) syntax to load your CSS.",
"repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-postcss",
"author": "Owen Buckley <owen@thegreenhouse.io>",
Expand All @@ -26,6 +26,6 @@
"rollup-plugin-postcss": "^3.1.5"
},
"devDependencies": {
"@greenwood/cli": "^0.10.0-alpha.9"
"@greenwood/cli": "^0.10.0-alpha.10"
}
}
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.10.0-alpha.9",
"version": "0.10.0-alpha.10",
"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 <owen@thegreenhouse.io>",
Expand All @@ -25,6 +25,6 @@
"@webcomponents/webcomponentsjs": "^2.3.0"
},
"devDependencies": {
"@greenwood/cli": "^0.10.0-alpha.9"
"@greenwood/cli": "^0.10.0-alpha.10"
}
}
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.10.0-alpha.9",
"version": "0.10.0-alpha.10",
"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 <owen@thegreenhouse.io>",
Expand All @@ -27,6 +27,6 @@
"postcss-preset-env": "^6.7.0"
},
"devDependencies": {
"@greenwood/cli": "^0.10.0-alpha.9"
"@greenwood/cli": "^0.10.0-alpha.10"
}
}

0 comments on commit e6fa2d4

Please sign in to comment.