diff --git a/CHANGELOG.md b/CHANGELOG.md index 1508797f8..82e0fae5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* **create-hops-app:** remove [@next](https://github.com/next) bin hack ([3949fb1](https://github.com/xing/hops/commit/3949fb1)) +* **dependencies:** update dependency react-redux to v7 ([4d60114](https://github.com/xing/hops/commit/4d60114)) +* **jest-preset:** correctly specify peer dependencies ([58212da](https://github.com/xing/hops/commit/58212da)) +* upgrade untool to v1.5.1 ([6c09463](https://github.com/xing/hops/commit/6c09463)) +* **lambda:** cacheDir should be serverDir ([021ca5a](https://github.com/xing/hops/commit/021ca5a)) +* **spec:** basePath and assetPath should not contain leading slash ([8b2206a](https://github.com/xing/hops/commit/8b2206a)) + + +### Features + +* add config schema validation ([96ca9dc](https://github.com/xing/hops/commit/96ca9dc)) +* implement diagnose hooks for preflight validation ([4e8f1f8](https://github.com/xing/hops/commit/4e8f1f8)) +* use @untool/info for CLI output/logging ([e1f3f92](https://github.com/xing/hops/commit/e1f3f92)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/lerna.json b/lerna.json index b44ae7fa7..22fbfe4ab 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "11.5.0", + "version": "11.6.0", "registry": "https://registry.npmjs.org/", "command": { "publish": { diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 3677a2d83..c47776c66 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* upgrade untool to v1.5.1 ([6c09463](https://github.com/xing/hops/commit/6c09463)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/config/package.json b/packages/config/package.json index 538aad602..6d002287f 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "hops-config", - "version": "11.5.0", + "version": "11.6.0", "description": "Hops core configuration", "keywords": [ "hops", diff --git a/packages/create-hops-app/CHANGELOG.md b/packages/create-hops-app/CHANGELOG.md index e5f1681d1..162849417 100644 --- a/packages/create-hops-app/CHANGELOG.md +++ b/packages/create-hops-app/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* **create-hops-app:** remove [@next](https://github.com/next) bin hack ([3949fb1](https://github.com/xing/hops/commit/3949fb1)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) **Note:** Version bump only for package create-hops-app diff --git a/packages/create-hops-app/package.json b/packages/create-hops-app/package.json index 7b0c0d8f5..2d6cce107 100644 --- a/packages/create-hops-app/package.json +++ b/packages/create-hops-app/package.json @@ -1,6 +1,6 @@ { "name": "create-hops-app", - "version": "11.5.0", + "version": "11.6.0", "description": "CLI tool to create Hops applications", "keywords": [ "hops", diff --git a/packages/development-proxy/CHANGELOG.md b/packages/development-proxy/CHANGELOG.md index 6ee0336bf..95ce6bd28 100644 --- a/packages/development-proxy/CHANGELOG.md +++ b/packages/development-proxy/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Features + +* add config schema validation ([96ca9dc](https://github.com/xing/hops/commit/96ca9dc)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) **Note:** Version bump only for package hops-development-proxy diff --git a/packages/development-proxy/package.json b/packages/development-proxy/package.json index 4b258f5b5..0cfd94d87 100644 --- a/packages/development-proxy/package.json +++ b/packages/development-proxy/package.json @@ -1,6 +1,6 @@ { "name": "hops-development-proxy", - "version": "11.5.0", + "version": "11.6.0", "description": "Proxy", "keywords": [ "hops" @@ -15,7 +15,7 @@ }, "dependencies": { "debug": "^4.0.0", - "hops-mixin": "^11.5.0", + "hops-mixin": "^11.6.0", "http-proxy-middleware": "^0.19.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 7415b3b25..5130c5d9b 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + +**Note:** Version bump only for package hops-express + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) **Note:** Version bump only for package hops-express diff --git a/packages/express/package.json b/packages/express/package.json index e59bd8529..fa407aeef 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "hops-express", - "version": "11.5.0", + "version": "11.6.0", "description": "Customization for the our express server", "keywords": [ "hops", @@ -18,7 +18,7 @@ }, "dependencies": { "compression": "^1.7.3", - "hops-mixin": "^11.5.0" + "hops-mixin": "^11.6.0" }, "homepage": "https://github.com/xing/hops/tree/master/packages/express#readme" } diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 6339214dd..bb24c703f 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* upgrade untool to v1.5.1 ([6c09463](https://github.com/xing/hops/commit/6c09463)) + + +### Features + +* add config schema validation ([96ca9dc](https://github.com/xing/hops/commit/96ca9dc)) +* implement diagnose hooks for preflight validation ([4e8f1f8](https://github.com/xing/hops/commit/4e8f1f8)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 67996e999..b47874101 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-graphql", - "version": "11.5.0", + "version": "11.6.0", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", @@ -29,8 +29,8 @@ "express": "^4.16.3", "graphql": "^14.0.2", "graphql-tools": "^4.0.0", - "hops-config": "^11.5.0", - "hops-mixin": "^11.5.0", + "hops-config": "^11.6.0", + "hops-mixin": "^11.6.0", "strip-indent": "^2.0.0" }, "peerDependencies": { diff --git a/packages/hops/CHANGELOG.md b/packages/hops/CHANGELOG.md index 2d555ad37..c8fc0b2d1 100644 --- a/packages/hops/CHANGELOG.md +++ b/packages/hops/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* upgrade untool to v1.5.1 ([6c09463](https://github.com/xing/hops/commit/6c09463)) + + +### Features + +* use @untool/info for CLI output/logging ([e1f3f92](https://github.com/xing/hops/commit/e1f3f92)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/hops/package.json b/packages/hops/package.json index 191e7f691..4f518fcfc 100644 --- a/packages/hops/package.json +++ b/packages/hops/package.json @@ -1,6 +1,6 @@ { "name": "hops", - "version": "11.5.0", + "version": "11.6.0", "description": "Hops main Package to build and run Hops applications", "keywords": [ "hops", @@ -31,9 +31,9 @@ "@untool/info": "^1.5.1", "@untool/webpack": "^1.5.1", "@untool/yargs": "^1.5.1", - "hops-express": "^11.5.0", - "hops-mixin": "^11.5.0", - "hops-react": "^11.5.0", + "hops-express": "^11.6.0", + "hops-mixin": "^11.6.0", + "hops-react": "^11.6.0", "webpack-bundle-analyzer": "^3.0.4" }, "peerDependencies": { diff --git a/packages/jest-preset/CHANGELOG.md b/packages/jest-preset/CHANGELOG.md index e7738b683..0c3551aa7 100644 --- a/packages/jest-preset/CHANGELOG.md +++ b/packages/jest-preset/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* **jest-preset:** correctly specify peer dependencies ([58212da](https://github.com/xing/hops/commit/58212da)) + + +### Features + +* use @untool/info for CLI output/logging ([e1f3f92](https://github.com/xing/hops/commit/e1f3f92)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) **Note:** Version bump only for package jest-preset-hops diff --git a/packages/jest-preset/package.json b/packages/jest-preset/package.json index 7972c784f..bde5bc376 100644 --- a/packages/jest-preset/package.json +++ b/packages/jest-preset/package.json @@ -1,6 +1,6 @@ { "name": "jest-preset-hops", - "version": "11.5.0", + "version": "11.6.0", "description": "Jest preset to work with Hops powered projects", "keywords": [ "hops", @@ -31,7 +31,7 @@ "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.4.2", "babel-plugin-dynamic-import-node": "^2.0.0", - "hops": "^11.5.0", + "hops": "^11.6.0", "identity-obj-proxy": "^3.0.0", "jest-config": "^23.0.0", "ts-jest": "^23.1.2" diff --git a/packages/lambda/CHANGELOG.md b/packages/lambda/CHANGELOG.md index b3ccfddc0..7e45fba75 100644 --- a/packages/lambda/CHANGELOG.md +++ b/packages/lambda/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* upgrade untool to v1.5.1 ([6c09463](https://github.com/xing/hops/commit/6c09463)) +* **lambda:** cacheDir should be serverDir ([021ca5a](https://github.com/xing/hops/commit/021ca5a)) + + +### Features + +* add config schema validation ([96ca9dc](https://github.com/xing/hops/commit/96ca9dc)) +* implement diagnose hooks for preflight validation ([4e8f1f8](https://github.com/xing/hops/commit/4e8f1f8)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/lambda/package.json b/packages/lambda/package.json index 3275ba17e..3023857fa 100644 --- a/packages/lambda/package.json +++ b/packages/lambda/package.json @@ -1,6 +1,6 @@ { "name": "hops-lambda", - "version": "11.5.0", + "version": "11.6.0", "description": "Quick and easy deployment of Hops applications to AWS Lambda", "keywords": [ "hops", @@ -23,8 +23,8 @@ "archiver": "^3.0.0", "aws-sdk": "^2.286.2", "globby": "^9.0.0", - "hops-config": "^11.5.0", - "hops-mixin": "^11.5.0", + "hops-config": "^11.6.0", + "hops-mixin": "^11.6.0", "pathifist": "^1.0.0", "prompt": "^1.0.0", "resolve-tree": "^0.1.13", diff --git a/packages/mixin/CHANGELOG.md b/packages/mixin/CHANGELOG.md index 94e4f94c0..04868016d 100644 --- a/packages/mixin/CHANGELOG.md +++ b/packages/mixin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* upgrade untool to v1.5.1 ([6c09463](https://github.com/xing/hops/commit/6c09463)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/mixin/package.json b/packages/mixin/package.json index 85e8b75af..2a2f05b00 100644 --- a/packages/mixin/package.json +++ b/packages/mixin/package.json @@ -1,6 +1,6 @@ { "name": "hops-mixin", - "version": "11.5.0", + "version": "11.6.0", "description": "Building blocks to build cusom hops mixins", "keywords": [ "hops", diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index 21258c8d2..7686c265a 100644 --- a/packages/postcss/CHANGELOG.md +++ b/packages/postcss/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + +**Note:** Version bump only for package hops-postcss + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) **Note:** Version bump only for package hops-postcss diff --git a/packages/postcss/package.json b/packages/postcss/package.json index cb91280cc..14bbe241f 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "hops-postcss", - "version": "11.5.0", + "version": "11.6.0", "description": "Configuration of PostCSS and Webpack for Hops", "keywords": [ "hops", @@ -19,7 +19,7 @@ }, "dependencies": { "css-loader": "^1.0.0", - "hops-mixin": "^11.5.0", + "hops-mixin": "^11.6.0", "mini-css-extract-plugin": "^0.5.0", "optimize-css-assets-webpack-plugin": "^5.0.0", "pathifist": "^1.0.0", diff --git a/packages/pwa/CHANGELOG.md b/packages/pwa/CHANGELOG.md index 670ffcfc1..74855c4a9 100644 --- a/packages/pwa/CHANGELOG.md +++ b/packages/pwa/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* upgrade untool to v1.5.1 ([6c09463](https://github.com/xing/hops/commit/6c09463)) + + +### Features + +* add config schema validation ([96ca9dc](https://github.com/xing/hops/commit/96ca9dc)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/pwa/package.json b/packages/pwa/package.json index e009e0468..580bf61cb 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "hops-pwa", - "version": "11.5.0", + "version": "11.6.0", "description": "ServiceWorker and Web App Manifest support for Hops", "keywords": [ "hops", @@ -24,7 +24,7 @@ "@untool/webpack": "^1.5.1", "app-manifest-loader": "^2.0.0", "file-loader": "^3.0.0", - "hops-mixin": "^11.5.0", + "hops-mixin": "^11.6.0", "pathifist": "^1.0.0", "webpack": "^4.23.0", "webpack-sources": "^1.1.0" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a539d17d1..27dd5e33a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* upgrade untool to v1.5.1 ([6c09463](https://github.com/xing/hops/commit/6c09463)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/react/package.json b/packages/react/package.json index 74dac3794..28d5c077e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hops-react", - "version": "11.5.0", + "version": "11.6.0", "description": "React and ReactRouter setup for Hops", "keywords": [ "hops", @@ -23,7 +23,7 @@ "@babel/plugin-transform-flow-strip-types": "^7.0.0", "@untool/core": "^1.5.1", "@untool/react": "^1.5.1", - "hops-mixin": "^11.5.0" + "hops-mixin": "^11.6.0" }, "peerDependencies": { "react": "^16.4.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index 3a8feae3c..2f1c76303 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* **dependencies:** update dependency react-redux to v7 ([4d60114](https://github.com/xing/hops/commit/4d60114)) + + +### Features + +* add config schema validation ([96ca9dc](https://github.com/xing/hops/commit/96ca9dc)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/redux/package.json b/packages/redux/package.json index b1a372d3b..f01099788 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-redux", - "version": "11.5.0", + "version": "11.6.0", "description": "React and Redux implementation for Hops", "keywords": [ "hops", @@ -22,7 +22,7 @@ }, "dependencies": { "history": "^4.7.2", - "hops-mixin": "^11.5.0", + "hops-mixin": "^11.6.0", "prop-types": "^15.6.2" }, "peerDependencies": { diff --git a/packages/spec/CHANGELOG.md b/packages/spec/CHANGELOG.md index e8acd4343..6eac0e773 100644 --- a/packages/spec/CHANGELOG.md +++ b/packages/spec/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* **spec:** basePath and assetPath should not contain leading slash ([8b2206a](https://github.com/xing/hops/commit/8b2206a)) + + +### Features + +* use @untool/info for CLI output/logging ([e1f3f92](https://github.com/xing/hops/commit/e1f3f92)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/spec/package.json b/packages/spec/package.json index 6a7e77336..c51f831f8 100644 --- a/packages/spec/package.json +++ b/packages/spec/package.json @@ -1,6 +1,6 @@ { "name": "hops-spec", - "version": "11.5.0", + "version": "11.6.0", "private": true, "files": [], "eslintConfig": { @@ -25,7 +25,7 @@ "node": ">=8.10.0" }, "devDependencies": { - "create-hops-app": "^11.5.0", + "create-hops-app": "^11.6.0", "cross-fetch": "^3.0.0", "fs-extra": "^7.0.0", "jest-environment-node": "^23.4.0", diff --git a/packages/styled-components/CHANGELOG.md b/packages/styled-components/CHANGELOG.md index 6b49598d6..542f46551 100644 --- a/packages/styled-components/CHANGELOG.md +++ b/packages/styled-components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + +**Note:** Version bump only for package hops-styled-components + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) **Note:** Version bump only for package hops-styled-components diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index 64370187c..7bda3eb46 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "hops-styled-components", - "version": "11.5.0", + "version": "11.6.0", "description": "Styled components support for Hops applications", "keywords": [ "hops", @@ -19,7 +19,7 @@ }, "dependencies": { "babel-plugin-styled-components": "^1.9.2", - "hops-mixin": "^11.5.0" + "hops-mixin": "^11.6.0" }, "peerDependencies": { "react": "^16.4.0", diff --git a/packages/template-graphql/CHANGELOG.md b/packages/template-graphql/CHANGELOG.md index bf3eb4dad..f785ac911 100644 --- a/packages/template-graphql/CHANGELOG.md +++ b/packages/template-graphql/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + +**Note:** Version bump only for package hops-template-graphql + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/template-graphql/package.json b/packages/template-graphql/package.json index 30c56b744..2e98f636b 100644 --- a/packages/template-graphql/package.json +++ b/packages/template-graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-graphql", - "version": "11.5.0", + "version": "11.6.0", "main": "src/app.js", "license": "MIT", "hops": { @@ -17,9 +17,9 @@ }, "dependencies": { "graphql-tag": "^2.10.0", - "hops": "^11.5.0", - "hops-graphql": "^11.5.0", - "hops-postcss": "^11.5.0", + "hops": "^11.6.0", + "hops-graphql": "^11.6.0", + "hops-postcss": "^11.6.0", "prop-types": "^15.6.2", "react": "^16.4.2", "react-apollo": "^2.2.3", @@ -29,7 +29,7 @@ }, "devDependencies": { "jest": "^23.4.2", - "jest-preset-hops": "^11.5.0", + "jest-preset-hops": "^11.6.0", "react-test-renderer": "^16.4.2" }, "jest": { diff --git a/packages/template-react/CHANGELOG.md b/packages/template-react/CHANGELOG.md index 7ccb27f41..2d69a73f8 100644 --- a/packages/template-react/CHANGELOG.md +++ b/packages/template-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + +**Note:** Version bump only for package hops-template-react + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/template-react/package.json b/packages/template-react/package.json index b096dfde3..950244aac 100644 --- a/packages/template-react/package.json +++ b/packages/template-react/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-react", - "version": "11.5.0", + "version": "11.6.0", "main": "src/app.js", "license": "MIT", "hops": { @@ -16,8 +16,8 @@ "serve": "hops serve" }, "dependencies": { - "hops": "^11.5.0", - "hops-postcss": "^11.5.0", + "hops": "^11.6.0", + "hops-postcss": "^11.6.0", "prop-types": "^15.6.2", "react": "^16.4.2", "react-dom": "^16.4.2", @@ -26,7 +26,7 @@ }, "devDependencies": { "jest": "^23.4.2", - "jest-preset-hops": "^11.5.0", + "jest-preset-hops": "^11.6.0", "react-test-renderer": "^16.4.2" }, "jest": { diff --git a/packages/template-redux/CHANGELOG.md b/packages/template-redux/CHANGELOG.md index 394a8f88f..4f39b0cd8 100644 --- a/packages/template-redux/CHANGELOG.md +++ b/packages/template-redux/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Bug Fixes + +* **dependencies:** update dependency react-redux to v7 ([4d60114](https://github.com/xing/hops/commit/4d60114)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) diff --git a/packages/template-redux/package.json b/packages/template-redux/package.json index feefa02c4..f762b357e 100644 --- a/packages/template-redux/package.json +++ b/packages/template-redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-redux", - "version": "11.5.0", + "version": "11.6.0", "main": "src/app.js", "license": "MIT", "hops": { @@ -16,9 +16,9 @@ "serve": "hops serve" }, "dependencies": { - "hops": "^11.5.0", - "hops-postcss": "^11.5.0", - "hops-redux": "^11.5.0", + "hops": "^11.6.0", + "hops-postcss": "^11.6.0", + "hops-redux": "^11.6.0", "prop-types": "^15.6.2", "react": "^16.4.2", "react-dom": "^16.4.2", @@ -30,7 +30,7 @@ }, "devDependencies": { "jest": "^23.4.2", - "jest-preset-hops": "^11.5.0", + "jest-preset-hops": "^11.6.0", "react-test-renderer": "^16.4.2" }, "jest": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index f3c89e22c..6fef16971 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.6.0](https://github.com/xing/hops/compare/v11.5.0...v11.6.0) (2019-04-09) + + +### Features + +* implement diagnose hooks for preflight validation ([4e8f1f8](https://github.com/xing/hops/commit/4e8f1f8)) + + + + + # [11.5.0](https://github.com/xing/hops/compare/v11.4.1...v11.5.0) (2019-04-03) **Note:** Version bump only for package hops-typescript diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 57983178e..2a3b78f4a 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "hops-typescript", - "version": "11.5.0", + "version": "11.6.0", "description": "TypeScript support for Hops applications", "keywords": [ "hops", @@ -15,7 +15,7 @@ "url": "https://github.com/xing/hops.git" }, "dependencies": { - "hops-mixin": "^11.5.0", + "hops-mixin": "^11.6.0", "ts-loader": "^5.0.0", "typescript": "^3.2.1" },