diff --git a/lerna.json b/lerna.json index 5fc45c283..917771068 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.16.1", + "version": "0.17.0-alpha.0", "packages": [ "packages/*", "www" diff --git a/packages/cli/package.json b/packages/cli/package.json index 671b59359..03c01dbc8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/cli", - "version": "0.16.1", + "version": "0.17.0-alpha.0", "description": "Greenwood CLI.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/cli", "author": "Owen Buckley ", diff --git a/packages/plugin-babel/package.json b/packages/plugin-babel/package.json index 41ef71fc8..0113b5c21 100644 --- a/packages/plugin-babel/package.json +++ b/packages/plugin-babel/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-babel", - "version": "0.16.1", + "version": "0.17.0-alpha.0", "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 ", @@ -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.16.1" + "@greenwood/cli": "^0.17.0-alpha.0" } } diff --git a/packages/plugin-google-analytics/package.json b/packages/plugin-google-analytics/package.json index b48038ee0..5738fa509 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.16.1", + "version": "0.17.0-alpha.0", "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 ", @@ -22,6 +22,6 @@ "@greenwood/cli": "^0.4.0" }, "devDependencies": { - "@greenwood/cli": "^0.16.1" + "@greenwood/cli": "^0.17.0-alpha.0" } } diff --git a/packages/plugin-graphql/package.json b/packages/plugin-graphql/package.json index ffd4c054d..13e85a331 100644 --- a/packages/plugin-graphql/package.json +++ b/packages/plugin-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-graphql", - "version": "0.16.1", + "version": "0.17.0-alpha.0", "description": "A plugin for using GraphQL for querying your content.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-graphql", "author": "Owen Buckley ", @@ -30,6 +30,6 @@ "graphql-tag": "^2.10.1" }, "devDependencies": { - "@greenwood/cli": "^0.16.1" + "@greenwood/cli": "^0.17.0-alpha.0" } } diff --git a/packages/plugin-import-commonjs/package.json b/packages/plugin-import-commonjs/package.json index a9025cf1c..42f40af40 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.16.1", + "version": "0.17.0-alpha.0", "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 ", @@ -27,7 +27,7 @@ "cjs-module-lexer": "^1.0.0" }, "devDependencies": { - "@greenwood/cli": "^0.16.1", + "@greenwood/cli": "^0.17.0-alpha.0", "lodash": "^4.17.20" } } diff --git a/packages/plugin-import-css/package.json b/packages/plugin-import-css/package.json index 00808dbf8..05a23a19d 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.16.1", + "version": "0.17.0-alpha.0", "description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your CSS.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-css", "author": "Owen Buckley ", @@ -26,6 +26,6 @@ "rollup-plugin-postcss": "^3.1.5" }, "devDependencies": { - "@greenwood/cli": "^0.16.1" + "@greenwood/cli": "^0.17.0-alpha.0" } } diff --git a/packages/plugin-import-json/package.json b/packages/plugin-import-json/package.json index 83abce84c..0450517ed 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.16.1", + "version": "0.17.0-alpha.0", "description": "A Greenwood plugin to allow you to use ESM (import) syntax to load your JSON.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-import-json", "author": "Owen Buckley ", @@ -26,6 +26,6 @@ "@rollup/plugin-json": "^4.1.0" }, "devDependencies": { - "@greenwood/cli": "^0.16.1" + "@greenwood/cli": "^0.17.0-alpha.0" } } diff --git a/packages/plugin-polyfills/package.json b/packages/plugin-polyfills/package.json index 000be6ad9..b9e42ba89 100644 --- a/packages/plugin-polyfills/package.json +++ b/packages/plugin-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-polyfills", - "version": "0.16.1", + "version": "0.17.0-alpha.0", "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 ", @@ -25,6 +25,6 @@ "@webcomponents/webcomponentsjs": "^2.6.0" }, "devDependencies": { - "@greenwood/cli": "^0.16.1" + "@greenwood/cli": "^0.17.0-alpha.0" } } diff --git a/packages/plugin-postcss/package.json b/packages/plugin-postcss/package.json index 83d352c46..50af33da8 100644 --- a/packages/plugin-postcss/package.json +++ b/packages/plugin-postcss/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-postcss", - "version": "0.16.1", + "version": "0.17.0-alpha.0", "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 ", @@ -27,6 +27,6 @@ "postcss-preset-env": "^6.7.0" }, "devDependencies": { - "@greenwood/cli": "^0.16.1" + "@greenwood/cli": "^0.17.0-alpha.0" } } diff --git a/packages/plugin-typescript/package.json b/packages/plugin-typescript/package.json index e1eb2a2d7..b4622faa4 100644 --- a/packages/plugin-typescript/package.json +++ b/packages/plugin-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@greenwood/plugin-typescript", - "version": "0.16.1", + "version": "0.17.0-alpha.0", "description": "A Greenwood plugin for writing TypeScript.", "repository": "https://github.com/ProjectEvergreen/greenwood/tree/master/packages/plugin-typescript", "author": "Owen Buckley ", @@ -27,6 +27,6 @@ "typescript": "^4.3.5" }, "devDependencies": { - "@greenwood/cli": "^0.16.1" + "@greenwood/cli": "^0.17.0-alpha.0" } }