diff --git a/CHANGELOG.md b/CHANGELOG.md index aa09dd3d2..41025c1fe 100644 --- a/CHANGELOG.md +++ b/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + + +### Bug Fixes + +* **redux:** ensure to really only ignore hash-changes in dispatcher ([b2df6cc](https://github.com/xing/hops/commit/b2df6cccac08f48bbb0c7ac1b0c9614c2b8a93c5)) + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) diff --git a/lerna.json b/lerna.json index 0061ed870..34343d4d1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "12.1.3", + "version": "12.1.4", "registry": "https://registry.npmjs.org/", "command": { "version": { diff --git a/packages/apollo-mock-server/CHANGELOG.md b/packages/apollo-mock-server/CHANGELOG.md index 0b43966fc..544aacb1e 100644 --- a/packages/apollo-mock-server/CHANGELOG.md +++ b/packages/apollo-mock-server/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-apollo-mock-server + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-apollo-mock-server diff --git a/packages/apollo-mock-server/package.json b/packages/apollo-mock-server/package.json index aa38282d2..0205b1e4c 100644 --- a/packages/apollo-mock-server/package.json +++ b/packages/apollo-mock-server/package.json @@ -1,6 +1,6 @@ { "name": "hops-apollo-mock-server", - "version": "12.1.3", + "version": "12.1.4", "description": "Apollo based mock server for Hops", "keywords": [ "hops", @@ -27,8 +27,8 @@ "express": "^4.17.1", "graphql": "^14.5.8", "graphql-tools": "^4.0.5", - "hops-config": "^12.1.3", - "hops-mixin": "^12.1.3" + "hops-config": "^12.1.4", + "hops-mixin": "^12.1.4" }, "peerDependencies": { "graphql-tag": "^2.10.0" diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index c201d4f44..c0f0923e0 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-config + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-config diff --git a/packages/config/package.json b/packages/config/package.json index db93dd988..0077f2be6 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "hops-config", - "version": "12.1.3", + "version": "12.1.4", "description": "Hops core configuration", "keywords": [ "hops", diff --git a/packages/create-hops-app/CHANGELOG.md b/packages/create-hops-app/CHANGELOG.md index 74e688706..1ce324198 100644 --- a/packages/create-hops-app/CHANGELOG.md +++ b/packages/create-hops-app/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package create-hops-app + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **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 27874eef9..cd6500562 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.1.3", + "version": "12.1.4", "description": "CLI tool to create Hops applications", "keywords": [ "hops", diff --git a/packages/development-proxy/CHANGELOG.md b/packages/development-proxy/CHANGELOG.md index ff8e28739..385270165 100644 --- a/packages/development-proxy/CHANGELOG.md +++ b/packages/development-proxy/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-development-proxy + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-development-proxy diff --git a/packages/development-proxy/package.json b/packages/development-proxy/package.json index 2707e096c..3d173cda5 100644 --- a/packages/development-proxy/package.json +++ b/packages/development-proxy/package.json @@ -1,6 +1,6 @@ { "name": "hops-development-proxy", - "version": "12.1.3", + "version": "12.1.4", "description": "Proxy", "keywords": [ "hops" @@ -15,7 +15,7 @@ }, "dependencies": { "debug": "^4.1.1", - "hops-mixin": "^12.1.3", + "hops-mixin": "^12.1.4", "http-proxy-middleware": "^1.0.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 a6ffc524d..50c21ae52 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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-express + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-express diff --git a/packages/express/package.json b/packages/express/package.json index 26bcf23f5..fbf624068 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "hops-express", - "version": "12.1.3", + "version": "12.1.4", "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.1.3" + "hops-mixin": "^12.1.4" }, "homepage": "https://github.com/xing/hops/tree/master/packages/express#readme" } diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 0742f1013..15b609d8f 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-graphql + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-graphql diff --git a/packages/graphql/package.json b/packages/graphql/package.json index e26cb2ab0..30fe7f571 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-graphql", - "version": "12.1.3", + "version": "12.1.4", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", @@ -18,8 +18,8 @@ "url": "https://github.com/xing/hops.git" }, "dependencies": { - "hops-apollo-mock-server": "^12.1.3", - "hops-react-apollo": "^12.1.3" + "hops-apollo-mock-server": "^12.1.4", + "hops-react-apollo": "^12.1.4" }, "peerDependencies": { "graphql-tag": "^2.10.0", diff --git a/packages/hops/CHANGELOG.md b/packages/hops/CHANGELOG.md index 0fb450f6e..0cb565f7a 100644 --- a/packages/hops/CHANGELOG.md +++ b/packages/hops/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops diff --git a/packages/hops/package.json b/packages/hops/package.json index ea7e33e1a..6fcef937b 100644 --- a/packages/hops/package.json +++ b/packages/hops/package.json @@ -1,6 +1,6 @@ { "name": "hops", - "version": "12.1.3", + "version": "12.1.4", "description": "Hops main Package to build and run Hops applications", "keywords": [ "hops", @@ -31,8 +31,8 @@ "@untool/info": "^2.1.3", "@untool/webpack": "^2.1.3", "@untool/yargs": "^2.1.3", - "hops-mixin": "^12.1.3", - "hops-react": "^12.1.3", + "hops-mixin": "^12.1.4", + "hops-react": "^12.1.4", "webpack-bundle-analyzer": "^3.5.2" }, "peerDependencies": { diff --git a/packages/jest-preset/CHANGELOG.md b/packages/jest-preset/CHANGELOG.md index b2abe85bd..b6db17bc8 100644 --- a/packages/jest-preset/CHANGELOG.md +++ b/packages/jest-preset/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package jest-preset-hops + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package jest-preset-hops diff --git a/packages/jest-preset/package.json b/packages/jest-preset/package.json index 81827e9d8..95aed3e9e 100644 --- a/packages/jest-preset/package.json +++ b/packages/jest-preset/package.json @@ -1,6 +1,6 @@ { "name": "jest-preset-hops", - "version": "12.1.3", + "version": "12.1.4", "description": "Jest preset to work with Hops powered projects", "keywords": [ "hops", @@ -29,7 +29,7 @@ "babel-jest": "^24.9.0", "babel-plugin-dynamic-import-node": "^2.3.0", "core-js": "^3.2.1", - "hops": "^12.1.3", + "hops": "^12.1.4", "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 85c3a0281..136a7a355 100644 --- a/packages/lambda/CHANGELOG.md +++ b/packages/lambda/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-lambda + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-lambda diff --git a/packages/lambda/package.json b/packages/lambda/package.json index d2f196472..741f4e303 100644 --- a/packages/lambda/package.json +++ b/packages/lambda/package.json @@ -1,6 +1,6 @@ { "name": "hops-lambda", - "version": "12.1.3", + "version": "12.1.4", "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": "^11.0.0", - "hops-config": "^12.1.3", - "hops-mixin": "^12.1.3", + "hops-config": "^12.1.4", + "hops-mixin": "^12.1.4", "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 aa7bff64e..58730205c 100644 --- a/packages/mixin/CHANGELOG.md +++ b/packages/mixin/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-mixin + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-mixin diff --git a/packages/mixin/package.json b/packages/mixin/package.json index b556f92f6..aa0683462 100644 --- a/packages/mixin/package.json +++ b/packages/mixin/package.json @@ -1,6 +1,6 @@ { "name": "hops-mixin", - "version": "12.1.3", + "version": "12.1.4", "description": "Building blocks to build cusom hops mixins", "keywords": [ "hops", diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index 291418836..ae2db4743 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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-postcss + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-postcss diff --git a/packages/postcss/package.json b/packages/postcss/package.json index eeeb73e45..37bc78b80 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "hops-postcss", - "version": "12.1.3", + "version": "12.1.4", "description": "Configuration of PostCSS and Webpack for Hops", "keywords": [ "hops", @@ -21,7 +21,7 @@ "core-js": "^3.2.1", "css-loader": "^3.2.0", "enhanced-resolve": "^4.1.1", - "hops-mixin": "^12.1.3", + "hops-mixin": "^12.1.4", "mini-css-extract-plugin": "^0.9.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 9d1052a01..84ee53cd0 100644 --- a/packages/pwa/CHANGELOG.md +++ b/packages/pwa/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-pwa + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) diff --git a/packages/pwa/package.json b/packages/pwa/package.json index abef2d4a9..b5db75182 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "hops-pwa", - "version": "12.1.3", + "version": "12.1.4", "description": "ServiceWorker and Web App Manifest support for Hops", "keywords": [ "hops", @@ -24,7 +24,7 @@ "@untool/webpack": "^2.1.3", "app-manifest-loader": "^2.4.1", "file-loader": "^6.0.0", - "hops-mixin": "^12.1.3", + "hops-mixin": "^12.1.4", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2", "pathifist": "^1.0.0", diff --git a/packages/react-apollo/CHANGELOG.md b/packages/react-apollo/CHANGELOG.md index bbb526b48..06e0abd4f 100644 --- a/packages/react-apollo/CHANGELOG.md +++ b/packages/react-apollo/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-react-apollo + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-react-apollo diff --git a/packages/react-apollo/package.json b/packages/react-apollo/package.json index ae5f781f4..58c10c066 100644 --- a/packages/react-apollo/package.json +++ b/packages/react-apollo/package.json @@ -1,6 +1,6 @@ { "name": "hops-react-apollo", - "version": "12.1.3", + "version": "12.1.4", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", @@ -28,8 +28,8 @@ "depd": "^2.0.0", "graphql": "^14.5.8", "graphql-tools": "^4.0.5", - "hops-config": "^12.1.3", - "hops-mixin": "^12.1.3", + "hops-config": "^12.1.4", + "hops-mixin": "^12.1.4", "strip-indent": "^3.0.0" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1c131ca56..f2fbe8e35 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-react + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) diff --git a/packages/react/package.json b/packages/react/package.json index a0e91a252..0c28467b7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hops-react", - "version": "12.1.3", + "version": "12.1.4", "description": "React and ReactRouter setup for Hops", "keywords": [ "hops", @@ -23,7 +23,7 @@ "@babel/plugin-transform-flow-strip-types": "^7.7.0", "@untool/core": "^2.1.3", "@untool/react": "^2.1.3", - "hops-mixin": "^12.1.3" + "hops-mixin": "^12.1.4" }, "peerDependencies": { "react": "^16.8.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index 0273370db..4c52e6169 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + + +### Bug Fixes + +* **redux:** ensure to really only ignore hash-changes in dispatcher ([b2df6cc](https://github.com/xing/hops/commit/b2df6cccac08f48bbb0c7ac1b0c9614c2b8a93c5)) + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) diff --git a/packages/redux/package.json b/packages/redux/package.json index 9b214b2cf..7a1fe1c4f 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-redux", - "version": "12.1.3", + "version": "12.1.4", "description": "React and Redux implementation for Hops", "keywords": [ "hops", @@ -23,7 +23,7 @@ "dependencies": { "depd": "^2.0.0", "history": "^4.10.1", - "hops-mixin": "^12.1.3", + "hops-mixin": "^12.1.4", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/spec/CHANGELOG.md b/packages/spec/CHANGELOG.md index a111d1772..12e5962cf 100644 --- a/packages/spec/CHANGELOG.md +++ b/packages/spec/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-spec + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-spec diff --git a/packages/spec/package.json b/packages/spec/package.json index c828da6ff..0854930a5 100644 --- a/packages/spec/package.json +++ b/packages/spec/package.json @@ -1,6 +1,6 @@ { "name": "hops-spec", - "version": "12.1.3", + "version": "12.1.4", "private": true, "files": [], "eslintConfig": { @@ -26,7 +26,7 @@ }, "devDependencies": { "@testing-library/react": "^10.0.0", - "create-hops-app": "^12.1.3", + "create-hops-app": "^12.1.4", "cross-fetch": "^3.0.4", "fs-extra": "^9.0.0", "jest-environment-node": "^24.9.0", diff --git a/packages/styled-components/CHANGELOG.md b/packages/styled-components/CHANGELOG.md index 83793ba2b..cf2cd786c 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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-styled-components + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-styled-components diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index 0d3c052d4..00c54c1f3 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "hops-styled-components", - "version": "12.1.3", + "version": "12.1.4", "description": "Styled components support for Hops applications", "keywords": [ "hops", @@ -19,7 +19,7 @@ }, "dependencies": { "babel-plugin-styled-components": "^1.10.6", - "hops-mixin": "^12.1.3" + "hops-mixin": "^12.1.4" }, "peerDependencies": { "react": "^16.8.0", diff --git a/packages/template-graphql/CHANGELOG.md b/packages/template-graphql/CHANGELOG.md index 155717541..2187a47ea 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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-template-graphql + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-template-graphql diff --git a/packages/template-graphql/package.json b/packages/template-graphql/package.json index cff9d708b..e0fc1b924 100644 --- a/packages/template-graphql/package.json +++ b/packages/template-graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-graphql", - "version": "12.1.3", + "version": "12.1.4", "main": "src/app.js", "license": "MIT", "hops": { @@ -17,9 +17,9 @@ }, "dependencies": { "graphql-tag": "^2.10.1", - "hops": "^12.1.3", - "hops-graphql": "^12.1.3", - "hops-postcss": "^12.1.3", + "hops": "^12.1.4", + "hops-graphql": "^12.1.4", + "hops-postcss": "^12.1.4", "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.1.3", + "jest-preset-hops": "^12.1.4", "react-test-renderer": "^16.10.2" }, "jest": { diff --git a/packages/template-react/CHANGELOG.md b/packages/template-react/CHANGELOG.md index 917e019e1..e7991f0c9 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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-template-react + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-template-react diff --git a/packages/template-react/package.json b/packages/template-react/package.json index 342b818ab..8ad26e9d3 100644 --- a/packages/template-react/package.json +++ b/packages/template-react/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-react", - "version": "12.1.3", + "version": "12.1.4", "main": "src/app.js", "license": "MIT", "hops": { @@ -16,8 +16,8 @@ "serve": "hops serve" }, "dependencies": { - "hops": "^12.1.3", - "hops-postcss": "^12.1.3", + "hops": "^12.1.4", + "hops-postcss": "^12.1.4", "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.1.3", + "jest-preset-hops": "^12.1.4", "react-test-renderer": "^16.10.2" }, "jest": { diff --git a/packages/template-redux/CHANGELOG.md b/packages/template-redux/CHANGELOG.md index 2cbc51235..fa8bf4d14 100644 --- a/packages/template-redux/CHANGELOG.md +++ b/packages/template-redux/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-template-redux + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-template-redux diff --git a/packages/template-redux/package.json b/packages/template-redux/package.json index fb1fc9eeb..d11f9d9ff 100644 --- a/packages/template-redux/package.json +++ b/packages/template-redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-redux", - "version": "12.1.3", + "version": "12.1.4", "main": "src/app.js", "license": "MIT", "hops": { @@ -16,9 +16,9 @@ "serve": "hops serve" }, "dependencies": { - "hops": "^12.1.3", - "hops-postcss": "^12.1.3", - "hops-redux": "^12.1.3", + "hops": "^12.1.4", + "hops-postcss": "^12.1.4", + "hops-redux": "^12.1.4", "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.1.3", + "jest-preset-hops": "^12.1.4", "react-test-renderer": "^16.10.2" }, "jest": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index 8c24f9f4f..08c1744e4 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/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. +## [12.1.4](https://github.com/xing/hops/compare/v12.1.3...v12.1.4) (2020-04-16) + +**Note:** Version bump only for package hops-typescript + + + + + ## [12.1.3](https://github.com/xing/hops/compare/v12.1.2...v12.1.3) (2020-04-08) **Note:** Version bump only for package hops-typescript diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 0f47a7c7c..818d5263b 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "hops-typescript", - "version": "12.1.3", + "version": "12.1.4", "description": "TypeScript support for Hops applications", "keywords": [ "hops", @@ -15,7 +15,7 @@ "url": "https://github.com/xing/hops.git" }, "dependencies": { - "hops-mixin": "^12.1.3", + "hops-mixin": "^12.1.4", "ts-loader": "^6.2.0" }, "peerDependencies": {