From bdf79acc52a8e3041dba5c6ccdd920cf6f485657 Mon Sep 17 00:00:00 2001 From: Emanuel Kluge Date: Mon, 28 Oct 2019 09:57:44 +0100 Subject: [PATCH] chore: release v12.0.0-alpha.3 --- CHANGELOG.md | 90 +++++++++++++++++++++++++ lerna.json | 2 +- packages/config/CHANGELOG.md | 26 +++++++ packages/config/package.json | 2 +- packages/create-hops-app/CHANGELOG.md | 35 ++++++++++ packages/create-hops-app/package.json | 2 +- packages/development-proxy/CHANGELOG.md | 30 +++++++++ packages/development-proxy/package.json | 4 +- packages/express/CHANGELOG.md | 30 +++++++++ packages/express/package.json | 4 +- packages/graphql/CHANGELOG.md | 37 ++++++++++ packages/graphql/package.json | 6 +- packages/hops/CHANGELOG.md | 42 ++++++++++++ packages/hops/package.json | 6 +- packages/jest-preset/CHANGELOG.md | 41 +++++++++++ packages/jest-preset/package.json | 4 +- packages/lambda/CHANGELOG.md | 36 ++++++++++ packages/lambda/package.json | 6 +- packages/mixin/CHANGELOG.md | 26 +++++++ packages/mixin/package.json | 2 +- packages/postcss/CHANGELOG.md | 36 ++++++++++ packages/postcss/package.json | 4 +- packages/pwa/CHANGELOG.md | 38 +++++++++++ packages/pwa/package.json | 4 +- packages/react/CHANGELOG.md | 37 ++++++++++ packages/react/package.json | 4 +- packages/redux/CHANGELOG.md | 30 +++++++++ packages/redux/package.json | 4 +- packages/spec/CHANGELOG.md | 39 +++++++++++ packages/spec/package.json | 4 +- packages/styled-components/CHANGELOG.md | 30 +++++++++ packages/styled-components/package.json | 4 +- packages/template-graphql/CHANGELOG.md | 32 +++++++++ packages/template-graphql/package.json | 10 +-- packages/template-react/CHANGELOG.md | 32 +++++++++ packages/template-react/package.json | 8 +-- packages/template-redux/CHANGELOG.md | 32 +++++++++ packages/template-redux/package.json | 10 +-- packages/typescript/CHANGELOG.md | 32 +++++++++ packages/typescript/package.json | 4 +- 40 files changed, 778 insertions(+), 47 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2bf3c3f6..3deb2c872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,96 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* **jest-preset:** add missing regenerator-runtime dependency ([6d7b6a7](https://github.com/xing/hops/commit/6d7b6a707f4c12154737d4dd09bd586f74f54884)) +* **jest-preset:** remove unneeded dependency to @types/jest ([47d7bbc](https://github.com/xing/hops/commit/47d7bbc556c13c35e9fdd27278d0771459ab1657)) +* **jest-preset:** use core-js v3 ([b76c888](https://github.com/xing/hops/commit/b76c88838bc8f869373bff49f41aec2f68e39a4c)) +* switch to react-helmet-async ([f1c61d1](https://github.com/xing/hops/commit/f1c61d1c248db30532c1c1ecdafe266d8cc363ed)) +* update dependency tar to v5 ([fb03c51](https://github.com/xing/hops/commit/fb03c51bff746e479869dcec45af1c1c8f799951)) +* upgrade untool ([4034440](https://github.com/xing/hops/commit/4034440864806f3e40677fcde5a2f871729596cd)) + + +### chore + +* **spec:** bump minimum required node version ([dce399c](https://github.com/xing/hops/commit/dce399c1c825796855a062783af7d3a3a5a38649)) +* bump minimum required node version ([5e8466b](https://github.com/xing/hops/commit/5e8466b217a85a846324b48b13b21dff1537d1cb)) +* **config:** bump minimum required node version ([9c39fbc](https://github.com/xing/hops/commit/9c39fbc3edeb46369fc37f8e57e804cc2c9bfebb)) +* **create-hops-app:** bump minimum required node version ([ebdb762](https://github.com/xing/hops/commit/ebdb76209fb42443407d26d3d23975dce689992c)) +* **development-proxy:** bump minimum required node version ([a9e971f](https://github.com/xing/hops/commit/a9e971fde9824a33e52596634d7cf220b458437d)) +* **express:** bump minimum required node version ([9e311bd](https://github.com/xing/hops/commit/9e311bdf879a18bf474eb2ea96fe666ed0bfe4e2)) +* **graphql:** bump minimum required node version ([3534888](https://github.com/xing/hops/commit/3534888dd6af9876ce62670cd58dbc25f8fc15ca)) +* **hops:** bump minimum required node version ([cf74790](https://github.com/xing/hops/commit/cf74790a085d586a664abfe1f11f8d60416f19d6)) +* **jest-preset:** bump minimum required node version ([b51e858](https://github.com/xing/hops/commit/b51e858d5d02b6c27a4440053d8c4b23dbb96990)) +* **lambda:** bump minimum required node version ([96e53bf](https://github.com/xing/hops/commit/96e53bf26396918803bb8927bab4f0f0c6f8dc0d)) +* **mixin:** bump minimum required node version ([a4f8289](https://github.com/xing/hops/commit/a4f8289beb55ff74e94944c9defc8d9a989fc180)) +* **postcss:** bump minimum required node version ([51797cc](https://github.com/xing/hops/commit/51797cc8fb56eb944796c643a2dcb5e1b5da5b63)) +* **pwa:** bump minimum required node version ([d395703](https://github.com/xing/hops/commit/d3957037482609e9de1df78a5a903297229a0e3e)) +* **react:** bump minimum required node version ([da59fc6](https://github.com/xing/hops/commit/da59fc67a71b791115efce7234c3f48483a9a9b9)) +* **redux:** bump minimum required node version ([25dae45](https://github.com/xing/hops/commit/25dae450d9dd61e701bcdf133b353a633e3e4f26)) +* **styled-components:** bump minimum required node version ([8814294](https://github.com/xing/hops/commit/881429459ae14facf584ada552ce149f3724ca3f)) +* **typescript:** bump minimum required node version ([d6a416b](https://github.com/xing/hops/commit/d6a416bacc8c4c87c03c354af19222f1f4b08adb)) + + +### Features + +* **hops:** improve type definitions for withServerData and withConfig ([0ddbdce](https://github.com/xing/hops/commit/0ddbdce2fa0e13cd2bee90ea9f4ce5274263ea1b)) +* **hops:** simplify typings ([038eb2b](https://github.com/xing/hops/commit/038eb2b1bd1d55c8ad155be4aa4c10aed87199e0)) +* **postcss:** upgrade to css-loader v3 ([721e798](https://github.com/xing/hops/commit/721e798c66ea2c7c53878739b89e047ba5a665ff)) +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) +* upgrade to jest v24 ([6482e51](https://github.com/xing/hops/commit/6482e51f63e3eb66f7680ee3e8a27f3701c078b1)), closes [#815](https://github.com/xing/hops/issues/815) +* upgrade untool to 2.0.0-alpha.4 ([6fae67b](https://github.com/xing/hops/commit/6fae67be37e83e5d3a1f4770d47dfec236428d50)) +* **pwa:** whitelist config keys that should be sent to the browser ([685aa1a](https://github.com/xing/hops/commit/685aa1a7cc4dbfb2a7cfc93c07d15b67801905af)) +* **typescript:** make typescript a peer dependency ([0f4a2f2](https://github.com/xing/hops/commit/0f4a2f209d8007f5af8d71a6df7ab108d4063860)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **postcss:** This upgrade contains two major releases of css-loader +Please check out their release notes about breaking changes and upgrade +guides: +- https://github.com/webpack-contrib/css-loader/releases/tag/v2.0.0 +- https://github.com/webpack-contrib/css-loader/releases/tag/v3.0.0 +* **react:** Hops drops support for Node v8 +* **redux:** Hops drops support for Node v8 +* **development-proxy:** Hops drops support for Node v8 +* **lambda:** Hops drops support for Node v8 +* **create-hops-app:** Hops drops support for Node v8 +* **pwa:** Hops drops support for Node v8 +* **graphql:** Hops drops support for Node v8 +* **spec:** Hops drops support for Node v8 +* **postcss:** Hops drops support for Node v8 +* **jest-preset:** Hops drops support for Node v8 +* **typescript:** Hops drops support for Node v8 +* **config:** Hops drops support for Node v8 +* **express:** Hops drops support for Node v8 +* **hops:** Hops drops support for Node v8 +* **styled-components:** Hops drops support for Node v8 +* Hops drops support for Node v8 +* **hops:** `withConfig` and `withServerData` have a simpler type definition now. They only take one generic argument instead of three. + +Co-Authored-By: Emanuel Kluge +* Jest v23 is no longer supported. Applications must +provide Jest v24 through their dependencies. +* **typescript:** TypeScript is now a peer dependency. +* **mixin:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/lerna.json b/lerna.json index 1670d5b37..e53014f66 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "registry": "https://registry.npmjs.org/", "command": { "version": { diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 9c39527eb..04b8cb055 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* upgrade untool ([4034440](https://github.com/xing/hops/commit/4034440864806f3e40677fcde5a2f871729596cd)) + + +### chore + +* **config:** bump minimum required node version ([9c39fbc](https://github.com/xing/hops/commit/9c39fbc3edeb46369fc37f8e57e804cc2c9bfebb)) + + +### Features + +* upgrade untool to 2.0.0-alpha.4 ([6fae67b](https://github.com/xing/hops/commit/6fae67be37e83e5d3a1f4770d47dfec236428d50)) + + +### BREAKING CHANGES + +* **config:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/config/package.json b/packages/config/package.json index a85cffa6a..cb992b9c4 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "hops-config", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "Hops core configuration", "keywords": [ "hops", diff --git a/packages/create-hops-app/CHANGELOG.md b/packages/create-hops-app/CHANGELOG.md index f7180fd07..31642a0ac 100644 --- a/packages/create-hops-app/CHANGELOG.md +++ b/packages/create-hops-app/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* update dependency tar to v5 ([fb03c51](https://github.com/xing/hops/commit/fb03c51bff746e479869dcec45af1c1c8f799951)) + + +### chore + +* **create-hops-app:** bump minimum required node version ([ebdb762](https://github.com/xing/hops/commit/ebdb76209fb42443407d26d3d23975dce689992c)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **create-hops-app:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/create-hops-app/package.json b/packages/create-hops-app/package.json index 4bf07de65..ce827b915 100644 --- a/packages/create-hops-app/package.json +++ b/packages/create-hops-app/package.json @@ -1,6 +1,6 @@ { "name": "create-hops-app", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "CLI tool to create Hops applications", "keywords": [ "hops", diff --git a/packages/development-proxy/CHANGELOG.md b/packages/development-proxy/CHANGELOG.md index bd2955121..a631d6880 100644 --- a/packages/development-proxy/CHANGELOG.md +++ b/packages/development-proxy/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### chore + +* **development-proxy:** bump minimum required node version ([a9e971f](https://github.com/xing/hops/commit/a9e971fde9824a33e52596634d7cf220b458437d)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **development-proxy:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/development-proxy/package.json b/packages/development-proxy/package.json index abe639e1f..5c0409527 100644 --- a/packages/development-proxy/package.json +++ b/packages/development-proxy/package.json @@ -1,6 +1,6 @@ { "name": "hops-development-proxy", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "Proxy", "keywords": [ "hops" @@ -15,7 +15,7 @@ }, "dependencies": { "debug": "^4.1.1", - "hops-mixin": "^12.0.0-alpha.2", + "hops-mixin": "^12.0.0-alpha.3", "http-proxy-middleware": "^0.20.0" }, "homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme" diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index f13a45c2c..e6d65a46b 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### chore + +* **express:** bump minimum required node version ([9e311bd](https://github.com/xing/hops/commit/9e311bdf879a18bf474eb2ea96fe666ed0bfe4e2)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **express:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/express/package.json b/packages/express/package.json index cda7aa960..35c8dbb0f 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "hops-express", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "Customization for the our express server", "keywords": [ "hops", @@ -19,7 +19,7 @@ "dependencies": { "compression": "^1.7.4", "depd": "^2.0.0", - "hops-mixin": "^12.0.0-alpha.2" + "hops-mixin": "^12.0.0-alpha.3" }, "homepage": "https://github.com/xing/hops/tree/master/packages/express#readme" } diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 1ed69e06e..e9a94e3a7 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -3,6 +3,43 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* switch to react-helmet-async ([f1c61d1](https://github.com/xing/hops/commit/f1c61d1c248db30532c1c1ecdafe266d8cc363ed)) +* upgrade untool ([4034440](https://github.com/xing/hops/commit/4034440864806f3e40677fcde5a2f871729596cd)) + + +### chore + +* **graphql:** bump minimum required node version ([3534888](https://github.com/xing/hops/commit/3534888dd6af9876ce62670cd58dbc25f8fc15ca)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) +* upgrade untool to 2.0.0-alpha.4 ([6fae67b](https://github.com/xing/hops/commit/6fae67be37e83e5d3a1f4770d47dfec236428d50)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **graphql:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/graphql/package.json b/packages/graphql/package.json index a324f517c..01f63505b 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-graphql", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", @@ -30,8 +30,8 @@ "express": "^4.17.1", "graphql": "^14.5.8", "graphql-tools": "^4.0.5", - "hops-config": "^12.0.0-alpha.2", - "hops-mixin": "^12.0.0-alpha.2", + "hops-config": "^12.0.0-alpha.3", + "hops-mixin": "^12.0.0-alpha.3", "strip-indent": "^3.0.0" }, "peerDependencies": { diff --git a/packages/hops/CHANGELOG.md b/packages/hops/CHANGELOG.md index 19e9d8221..c628c3dcf 100644 --- a/packages/hops/CHANGELOG.md +++ b/packages/hops/CHANGELOG.md @@ -3,6 +3,48 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* switch to react-helmet-async ([f1c61d1](https://github.com/xing/hops/commit/f1c61d1c248db30532c1c1ecdafe266d8cc363ed)) +* upgrade untool ([4034440](https://github.com/xing/hops/commit/4034440864806f3e40677fcde5a2f871729596cd)) + + +### chore + +* **hops:** bump minimum required node version ([cf74790](https://github.com/xing/hops/commit/cf74790a085d586a664abfe1f11f8d60416f19d6)) + + +### Features + +* **hops:** improve type definitions for withServerData and withConfig ([0ddbdce](https://github.com/xing/hops/commit/0ddbdce2fa0e13cd2bee90ea9f4ce5274263ea1b)) +* **hops:** simplify typings ([038eb2b](https://github.com/xing/hops/commit/038eb2b1bd1d55c8ad155be4aa4c10aed87199e0)) +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) +* upgrade untool to 2.0.0-alpha.4 ([6fae67b](https://github.com/xing/hops/commit/6fae67be37e83e5d3a1f4770d47dfec236428d50)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **hops:** Hops drops support for Node v8 +* **hops:** `withConfig` and `withServerData` have a simpler type definition now. They only take one generic argument instead of three. + +Co-Authored-By: Emanuel Kluge + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/hops/package.json b/packages/hops/package.json index 7b7cb76df..eb795c963 100644 --- a/packages/hops/package.json +++ b/packages/hops/package.json @@ -1,6 +1,6 @@ { "name": "hops", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "Hops main Package to build and run Hops applications", "keywords": [ "hops", @@ -31,8 +31,8 @@ "@untool/info": "^2.0.0-alpha.4", "@untool/webpack": "^2.0.0-alpha.4", "@untool/yargs": "^2.0.0-alpha.4", - "hops-mixin": "^12.0.0-alpha.2", - "hops-react": "^12.0.0-alpha.2", + "hops-mixin": "^12.0.0-alpha.3", + "hops-react": "^12.0.0-alpha.3", "webpack-bundle-analyzer": "^3.5.2" }, "peerDependencies": { diff --git a/packages/jest-preset/CHANGELOG.md b/packages/jest-preset/CHANGELOG.md index c4d89139a..f106f4094 100644 --- a/packages/jest-preset/CHANGELOG.md +++ b/packages/jest-preset/CHANGELOG.md @@ -3,6 +3,47 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* **jest-preset:** add missing regenerator-runtime dependency ([6d7b6a7](https://github.com/xing/hops/commit/6d7b6a707f4c12154737d4dd09bd586f74f54884)) +* **jest-preset:** remove unneeded dependency to @types/jest ([47d7bbc](https://github.com/xing/hops/commit/47d7bbc556c13c35e9fdd27278d0771459ab1657)) +* **jest-preset:** use core-js v3 ([b76c888](https://github.com/xing/hops/commit/b76c88838bc8f869373bff49f41aec2f68e39a4c)) +* switch to react-helmet-async ([f1c61d1](https://github.com/xing/hops/commit/f1c61d1c248db30532c1c1ecdafe266d8cc363ed)) + + +### chore + +* **jest-preset:** bump minimum required node version ([b51e858](https://github.com/xing/hops/commit/b51e858d5d02b6c27a4440053d8c4b23dbb96990)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) +* upgrade to jest v24 ([6482e51](https://github.com/xing/hops/commit/6482e51f63e3eb66f7680ee3e8a27f3701c078b1)), closes [#815](https://github.com/xing/hops/issues/815) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **jest-preset:** Hops drops support for Node v8 +* Jest v23 is no longer supported. Applications must +provide Jest v24 through their dependencies. + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/jest-preset/package.json b/packages/jest-preset/package.json index a8184ce16..9d942181e 100644 --- a/packages/jest-preset/package.json +++ b/packages/jest-preset/package.json @@ -1,6 +1,6 @@ { "name": "jest-preset-hops", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "Jest preset to work with Hops powered projects", "keywords": [ "hops", @@ -28,7 +28,7 @@ "@babel/preset-react": "^7.6.3", "babel-jest": "^24.9.0", "babel-plugin-dynamic-import-node": "^2.3.0", - "hops": "^12.0.0-alpha.2", + "hops": "^12.0.0-alpha.3", "identity-obj-proxy": "^3.0.0", "jest-config": "^24.9.0", "regenerator-runtime": "^0.13.3", diff --git a/packages/lambda/CHANGELOG.md b/packages/lambda/CHANGELOG.md index 2be18b297..cf84f4303 100644 --- a/packages/lambda/CHANGELOG.md +++ b/packages/lambda/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* upgrade untool ([4034440](https://github.com/xing/hops/commit/4034440864806f3e40677fcde5a2f871729596cd)) + + +### chore + +* **lambda:** bump minimum required node version ([96e53bf](https://github.com/xing/hops/commit/96e53bf26396918803bb8927bab4f0f0c6f8dc0d)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) +* upgrade untool to 2.0.0-alpha.4 ([6fae67b](https://github.com/xing/hops/commit/6fae67be37e83e5d3a1f4770d47dfec236428d50)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **lambda:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/lambda/package.json b/packages/lambda/package.json index a0dfea332..00a3fc1fc 100644 --- a/packages/lambda/package.json +++ b/packages/lambda/package.json @@ -1,6 +1,6 @@ { "name": "hops-lambda", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "Quick and easy deployment of Hops applications to AWS Lambda", "keywords": [ "hops", @@ -23,8 +23,8 @@ "archiver": "^3.1.1", "aws-sdk": "^2.546.0", "globby": "^10.0.1", - "hops-config": "^12.0.0-alpha.2", - "hops-mixin": "^12.0.0-alpha.2", + "hops-config": "^12.0.0-alpha.3", + "hops-mixin": "^12.0.0-alpha.3", "pathifist": "^1.0.0", "prompt": "^1.0.0", "resolve-tree": "^0.1.14", diff --git a/packages/mixin/CHANGELOG.md b/packages/mixin/CHANGELOG.md index be0537491..4d3443936 100644 --- a/packages/mixin/CHANGELOG.md +++ b/packages/mixin/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* upgrade untool ([4034440](https://github.com/xing/hops/commit/4034440864806f3e40677fcde5a2f871729596cd)) + + +### chore + +* **mixin:** bump minimum required node version ([a4f8289](https://github.com/xing/hops/commit/a4f8289beb55ff74e94944c9defc8d9a989fc180)) + + +### Features + +* upgrade untool to 2.0.0-alpha.4 ([6fae67b](https://github.com/xing/hops/commit/6fae67be37e83e5d3a1f4770d47dfec236428d50)) + + +### BREAKING CHANGES + +* **mixin:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/mixin/package.json b/packages/mixin/package.json index a4569968d..077e2005b 100644 --- a/packages/mixin/package.json +++ b/packages/mixin/package.json @@ -1,6 +1,6 @@ { "name": "hops-mixin", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "Building blocks to build cusom hops mixins", "keywords": [ "hops", diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index 7a525062a..59e5fcf71 100644 --- a/packages/postcss/CHANGELOG.md +++ b/packages/postcss/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### chore + +* **postcss:** bump minimum required node version ([51797cc](https://github.com/xing/hops/commit/51797cc8fb56eb944796c643a2dcb5e1b5da5b63)) + + +### Features + +* **postcss:** upgrade to css-loader v3 ([721e798](https://github.com/xing/hops/commit/721e798c66ea2c7c53878739b89e047ba5a665ff)) +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **postcss:** Hops drops support for Node v8 +* **postcss:** This upgrade contains two major releases of css-loader +Please check out their release notes about breaking changes and upgrade +guides: +- https://github.com/webpack-contrib/css-loader/releases/tag/v2.0.0 +- https://github.com/webpack-contrib/css-loader/releases/tag/v3.0.0 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/postcss/package.json b/packages/postcss/package.json index 3472a2228..809a1ef03 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "hops-postcss", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "Configuration of PostCSS and Webpack for Hops", "keywords": [ "hops", @@ -19,7 +19,7 @@ }, "dependencies": { "css-loader": "^3.2.0", - "hops-mixin": "^12.0.0-alpha.2", + "hops-mixin": "^12.0.0-alpha.3", "mini-css-extract-plugin": "^0.8.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "pathifist": "^1.0.0", diff --git a/packages/pwa/CHANGELOG.md b/packages/pwa/CHANGELOG.md index 8914eee77..780efafae 100644 --- a/packages/pwa/CHANGELOG.md +++ b/packages/pwa/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* switch to react-helmet-async ([f1c61d1](https://github.com/xing/hops/commit/f1c61d1c248db30532c1c1ecdafe266d8cc363ed)) +* upgrade untool ([4034440](https://github.com/xing/hops/commit/4034440864806f3e40677fcde5a2f871729596cd)) + + +### chore + +* **pwa:** bump minimum required node version ([d395703](https://github.com/xing/hops/commit/d3957037482609e9de1df78a5a903297229a0e3e)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) +* upgrade untool to 2.0.0-alpha.4 ([6fae67b](https://github.com/xing/hops/commit/6fae67be37e83e5d3a1f4770d47dfec236428d50)) +* **pwa:** whitelist config keys that should be sent to the browser ([685aa1a](https://github.com/xing/hops/commit/685aa1a7cc4dbfb2a7cfc93c07d15b67801905af)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **pwa:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/pwa/package.json b/packages/pwa/package.json index efac92896..a3f529580 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "hops-pwa", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "ServiceWorker and Web App Manifest support for Hops", "keywords": [ "hops", @@ -24,7 +24,7 @@ "@untool/webpack": "^2.0.0-alpha.4", "app-manifest-loader": "^2.4.1", "file-loader": "^4.2.0", - "hops-mixin": "^12.0.0-alpha.2", + "hops-mixin": "^12.0.0-alpha.3", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2", "pathifist": "^1.0.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 55a7c88b2..6986f66b5 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,43 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* switch to react-helmet-async ([f1c61d1](https://github.com/xing/hops/commit/f1c61d1c248db30532c1c1ecdafe266d8cc363ed)) +* upgrade untool ([4034440](https://github.com/xing/hops/commit/4034440864806f3e40677fcde5a2f871729596cd)) + + +### chore + +* **react:** bump minimum required node version ([da59fc6](https://github.com/xing/hops/commit/da59fc67a71b791115efce7234c3f48483a9a9b9)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) +* upgrade untool to 2.0.0-alpha.4 ([6fae67b](https://github.com/xing/hops/commit/6fae67be37e83e5d3a1f4770d47dfec236428d50)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **react:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/react/package.json b/packages/react/package.json index b097da7a4..274283525 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hops-react", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "React and ReactRouter setup for Hops", "keywords": [ "hops", @@ -23,7 +23,7 @@ "@babel/plugin-transform-flow-strip-types": "^7.6.3", "@untool/core": "^2.0.0-alpha.4", "@untool/react": "^2.0.0-alpha.4", - "hops-mixin": "^12.0.0-alpha.2" + "hops-mixin": "^12.0.0-alpha.3" }, "peerDependencies": { "react": "^16.8.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index 3df62a426..3325bfe20 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### chore + +* **redux:** bump minimum required node version ([25dae45](https://github.com/xing/hops/commit/25dae450d9dd61e701bcdf133b353a633e3e4f26)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **redux:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/redux/package.json b/packages/redux/package.json index 46a8ed8d4..2af69e00e 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-redux", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "React and Redux implementation for Hops", "keywords": [ "hops", @@ -22,7 +22,7 @@ }, "dependencies": { "history": "^4.10.1", - "hops-mixin": "^12.0.0-alpha.2", + "hops-mixin": "^12.0.0-alpha.3", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/spec/CHANGELOG.md b/packages/spec/CHANGELOG.md index 46cda4e04..b94336404 100644 --- a/packages/spec/CHANGELOG.md +++ b/packages/spec/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* switch to react-helmet-async ([f1c61d1](https://github.com/xing/hops/commit/f1c61d1c248db30532c1c1ecdafe266d8cc363ed)) + + +### chore + +* **spec:** bump minimum required node version ([dce399c](https://github.com/xing/hops/commit/dce399c1c825796855a062783af7d3a3a5a38649)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) +* upgrade to jest v24 ([6482e51](https://github.com/xing/hops/commit/6482e51f63e3eb66f7680ee3e8a27f3701c078b1)), closes [#815](https://github.com/xing/hops/issues/815) +* **pwa:** whitelist config keys that should be sent to the browser ([685aa1a](https://github.com/xing/hops/commit/685aa1a7cc4dbfb2a7cfc93c07d15b67801905af)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **spec:** Hops drops support for Node v8 +* Jest v23 is no longer supported. Applications must +provide Jest v24 through their dependencies. + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/spec/package.json b/packages/spec/package.json index 5120ca015..c002d5188 100644 --- a/packages/spec/package.json +++ b/packages/spec/package.json @@ -1,6 +1,6 @@ { "name": "hops-spec", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "private": true, "files": [], "eslintConfig": { @@ -25,7 +25,7 @@ "node": "^10 || ^12" }, "devDependencies": { - "create-hops-app": "^12.0.0-alpha.2", + "create-hops-app": "^12.0.0-alpha.3", "cross-fetch": "^3.0.4", "fs-extra": "^8.1.0", "jest-environment-node": "^24.9.0", diff --git a/packages/styled-components/CHANGELOG.md b/packages/styled-components/CHANGELOG.md index 095b4d340..8bc630fcd 100644 --- a/packages/styled-components/CHANGELOG.md +++ b/packages/styled-components/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### chore + +* **styled-components:** bump minimum required node version ([8814294](https://github.com/xing/hops/commit/881429459ae14facf584ada552ce149f3724ca3f)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **styled-components:** Hops drops support for Node v8 + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index 0e9b8625b..f6ae3a5de 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "hops-styled-components", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "Styled components support for Hops applications", "keywords": [ "hops", @@ -19,7 +19,7 @@ }, "dependencies": { "babel-plugin-styled-components": "^1.10.6", - "hops-mixin": "^12.0.0-alpha.2" + "hops-mixin": "^12.0.0-alpha.3" }, "peerDependencies": { "react": "^16.8.0", diff --git a/packages/template-graphql/CHANGELOG.md b/packages/template-graphql/CHANGELOG.md index 504381683..1d089aefa 100644 --- a/packages/template-graphql/CHANGELOG.md +++ b/packages/template-graphql/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* switch to react-helmet-async ([f1c61d1](https://github.com/xing/hops/commit/f1c61d1c248db30532c1c1ecdafe266d8cc363ed)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) +* upgrade to jest v24 ([6482e51](https://github.com/xing/hops/commit/6482e51f63e3eb66f7680ee3e8a27f3701c078b1)), closes [#815](https://github.com/xing/hops/issues/815) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* Jest v23 is no longer supported. Applications must +provide Jest v24 through their dependencies. + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/template-graphql/package.json b/packages/template-graphql/package.json index 3d78649b3..fed2ee57d 100644 --- a/packages/template-graphql/package.json +++ b/packages/template-graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-graphql", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "main": "src/app.js", "license": "MIT", "hops": { @@ -17,9 +17,9 @@ }, "dependencies": { "graphql-tag": "^2.10.1", - "hops": "^12.0.0-alpha.2", - "hops-graphql": "^12.0.0-alpha.2", - "hops-postcss": "^12.0.0-alpha.2", + "hops": "^12.0.0-alpha.3", + "hops-graphql": "^12.0.0-alpha.3", + "hops-postcss": "^12.0.0-alpha.3", "prop-types": "^15.7.2", "react": "^16.10.2", "react-apollo": "^3.1.2", @@ -29,7 +29,7 @@ }, "devDependencies": { "jest": "^24.9.0", - "jest-preset-hops": "^12.0.0-alpha.2", + "jest-preset-hops": "^12.0.0-alpha.3", "react-test-renderer": "^16.10.2" }, "jest": { diff --git a/packages/template-react/CHANGELOG.md b/packages/template-react/CHANGELOG.md index 5b705a552..4cbd881fe 100644 --- a/packages/template-react/CHANGELOG.md +++ b/packages/template-react/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* switch to react-helmet-async ([f1c61d1](https://github.com/xing/hops/commit/f1c61d1c248db30532c1c1ecdafe266d8cc363ed)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) +* upgrade to jest v24 ([6482e51](https://github.com/xing/hops/commit/6482e51f63e3eb66f7680ee3e8a27f3701c078b1)), closes [#815](https://github.com/xing/hops/issues/815) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* Jest v23 is no longer supported. Applications must +provide Jest v24 through their dependencies. + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/template-react/package.json b/packages/template-react/package.json index 19074f84d..fbc21ed5c 100644 --- a/packages/template-react/package.json +++ b/packages/template-react/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-react", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "main": "src/app.js", "license": "MIT", "hops": { @@ -16,8 +16,8 @@ "serve": "hops serve" }, "dependencies": { - "hops": "^12.0.0-alpha.2", - "hops-postcss": "^12.0.0-alpha.2", + "hops": "^12.0.0-alpha.3", + "hops-postcss": "^12.0.0-alpha.3", "prop-types": "^15.7.2", "react": "^16.10.2", "react-dom": "^16.10.2", @@ -26,7 +26,7 @@ }, "devDependencies": { "jest": "^24.9.0", - "jest-preset-hops": "^12.0.0-alpha.2", + "jest-preset-hops": "^12.0.0-alpha.3", "react-test-renderer": "^16.10.2" }, "jest": { diff --git a/packages/template-redux/CHANGELOG.md b/packages/template-redux/CHANGELOG.md index 483afd96e..2e2f1c633 100644 --- a/packages/template-redux/CHANGELOG.md +++ b/packages/template-redux/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### Bug Fixes + +* switch to react-helmet-async ([f1c61d1](https://github.com/xing/hops/commit/f1c61d1c248db30532c1c1ecdafe266d8cc363ed)) + + +### Features + +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) +* upgrade to jest v24 ([6482e51](https://github.com/xing/hops/commit/6482e51f63e3eb66f7680ee3e8a27f3701c078b1)), closes [#815](https://github.com/xing/hops/issues/815) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* Jest v23 is no longer supported. Applications must +provide Jest v24 through their dependencies. + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/template-redux/package.json b/packages/template-redux/package.json index d1716da09..bc5736a43 100644 --- a/packages/template-redux/package.json +++ b/packages/template-redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-redux", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "main": "src/app.js", "license": "MIT", "hops": { @@ -16,9 +16,9 @@ "serve": "hops serve" }, "dependencies": { - "hops": "^12.0.0-alpha.2", - "hops-postcss": "^12.0.0-alpha.2", - "hops-redux": "^12.0.0-alpha.2", + "hops": "^12.0.0-alpha.3", + "hops-postcss": "^12.0.0-alpha.3", + "hops-redux": "^12.0.0-alpha.3", "prop-types": "^15.7.2", "react": "^16.10.2", "react-dom": "^16.10.2", @@ -30,7 +30,7 @@ }, "devDependencies": { "jest": "^24.9.0", - "jest-preset-hops": "^12.0.0-alpha.2", + "jest-preset-hops": "^12.0.0-alpha.3", "react-test-renderer": "^16.10.2" }, "jest": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index fad18efb2..8fcc85ba7 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [12.0.0-alpha.3](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.3) (2019-10-28) + + +### chore + +* **typescript:** bump minimum required node version ([d6a416b](https://github.com/xing/hops/commit/d6a416bacc8c4c87c03c354af19222f1f4b08adb)) + + +### Features + +* **typescript:** make typescript a peer dependency ([0f4a2f2](https://github.com/xing/hops/commit/0f4a2f209d8007f5af8d71a6df7ab108d4063860)) +* bump all packages to their latest available versions ([5fb0b5b](https://github.com/xing/hops/commit/5fb0b5bca2eec20ce2d9f652ac03985b31b7a5ef)) + + +### BREAKING CHANGES + +* The following peer dependencies have increased versions +- `jest`: 24.9.0 +- `react` & `react-dom`: 16.8.0 +- `react-apollo`: 3.1.0 +- `react-redux`: 7.1.0 +- `react-router-dom`: 5.1.0 +- `redux-thunk`: 2.3.0 +- `styled-components: 4.4.0 +- `typescript`: 3.6.0 +* **typescript:** Hops drops support for Node v8 +* **typescript:** TypeScript is now a peer dependency. + + + + + # [12.0.0-alpha.2](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-alpha.2) (2019-10-07) diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 19fc9ce04..14f52707e 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "hops-typescript", - "version": "12.0.0-alpha.2", + "version": "12.0.0-alpha.3", "description": "TypeScript support for Hops applications", "keywords": [ "hops", @@ -15,7 +15,7 @@ "url": "https://github.com/xing/hops.git" }, "dependencies": { - "hops-mixin": "^12.0.0-alpha.2", + "hops-mixin": "^12.0.0-alpha.3", "ts-loader": "^6.2.0" }, "peerDependencies": {