From 2146320bf75d578b931a4ea0e212c11538ee09cf Mon Sep 17 00:00:00 2001 From: ZauberNerd Date: Tue, 2 Jul 2019 14:44:10 +0200 Subject: [PATCH] chore: release v11.8.1 --- CHANGELOG.md | 15 +++++++++++++++ lerna.json | 2 +- packages/graphql/CHANGELOG.md | 11 +++++++++++ packages/graphql/package.json | 2 +- packages/lambda/CHANGELOG.md | 11 +++++++++++ packages/lambda/package.json | 2 +- packages/spec/CHANGELOG.md | 8 ++++++++ packages/spec/package.json | 2 +- packages/styled-components/CHANGELOG.md | 13 +++++++++++++ packages/styled-components/package.json | 2 +- packages/template-graphql/CHANGELOG.md | 8 ++++++++ packages/template-graphql/package.json | 4 ++-- 12 files changed, 73 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0da8c13d..ce8df50fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02) + + +### Bug Fixes + +* **graphql:** return error ([6e5adbc](https://github.com/xing/hops/commit/6e5adbc)) +* **styled-components:** temporarily restrict babel plugin version ([b5c10da](https://github.com/xing/hops/commit/b5c10da)) +* update dependency babel-plugin-styled-components to < 1.10.7 ([e448781](https://github.com/xing/hops/commit/e448781)) +* **styled-components:** update min version of babel plugin dependency ([242e845](https://github.com/xing/hops/commit/242e845)) +* update dependency globby to v10 ([ec83ea6](https://github.com/xing/hops/commit/ec83ea6)) + + + + + # [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19) diff --git a/lerna.json b/lerna.json index 19ab07eff..0007b4dbe 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "11.8.0", + "version": "11.8.1", "registry": "https://registry.npmjs.org/", "command": { "publish": { diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 2b7aa39b3..99f46787b 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/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.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02) + + +### Bug Fixes + +* **graphql:** return error ([6e5adbc](https://github.com/xing/hops/commit/6e5adbc)) + + + + + # [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19) diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 83cfbb5d1..b0af60ffb 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-graphql", - "version": "11.8.0", + "version": "11.8.1", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", diff --git a/packages/lambda/CHANGELOG.md b/packages/lambda/CHANGELOG.md index d75035915..b20711726 100644 --- a/packages/lambda/CHANGELOG.md +++ b/packages/lambda/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.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02) + + +### Bug Fixes + +* update dependency globby to v10 ([ec83ea6](https://github.com/xing/hops/commit/ec83ea6)) + + + + + # [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19) diff --git a/packages/lambda/package.json b/packages/lambda/package.json index 8c8341cf1..7854f46fa 100644 --- a/packages/lambda/package.json +++ b/packages/lambda/package.json @@ -1,6 +1,6 @@ { "name": "hops-lambda", - "version": "11.8.0", + "version": "11.8.1", "description": "Quick and easy deployment of Hops applications to AWS Lambda", "keywords": [ "hops", diff --git a/packages/spec/CHANGELOG.md b/packages/spec/CHANGELOG.md index 6dbb7abd0..c41702d23 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. +## [11.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02) + +**Note:** Version bump only for package hops-spec + + + + + # [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19) diff --git a/packages/spec/package.json b/packages/spec/package.json index e728132be..1afb6e7d4 100644 --- a/packages/spec/package.json +++ b/packages/spec/package.json @@ -1,6 +1,6 @@ { "name": "hops-spec", - "version": "11.8.0", + "version": "11.8.1", "private": true, "files": [], "eslintConfig": { diff --git a/packages/styled-components/CHANGELOG.md b/packages/styled-components/CHANGELOG.md index 6faafa8a7..d417dd670 100644 --- a/packages/styled-components/CHANGELOG.md +++ b/packages/styled-components/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [11.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02) + + +### Bug Fixes + +* **styled-components:** temporarily restrict babel plugin version ([b5c10da](https://github.com/xing/hops/commit/b5c10da)) +* update dependency babel-plugin-styled-components to < 1.10.7 ([e448781](https://github.com/xing/hops/commit/e448781)) +* **styled-components:** update min version of babel plugin dependency ([242e845](https://github.com/xing/hops/commit/242e845)) + + + + + # [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19) **Note:** Version bump only for package hops-styled-components diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index 3556a2af2..9041499bf 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "hops-styled-components", - "version": "11.8.0", + "version": "11.8.1", "description": "Styled components support for Hops applications", "keywords": [ "hops", diff --git a/packages/template-graphql/CHANGELOG.md b/packages/template-graphql/CHANGELOG.md index 5fd62db09..9e3660181 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.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02) + +**Note:** Version bump only for package hops-template-graphql + + + + + # [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19) diff --git a/packages/template-graphql/package.json b/packages/template-graphql/package.json index c63c20e66..28f64a7d8 100644 --- a/packages/template-graphql/package.json +++ b/packages/template-graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-graphql", - "version": "11.8.0", + "version": "11.8.1", "main": "src/app.js", "license": "MIT", "hops": { @@ -18,7 +18,7 @@ "dependencies": { "graphql-tag": "^2.10.0", "hops": "^11.8.0", - "hops-graphql": "^11.8.0", + "hops-graphql": "^11.8.1", "hops-postcss": "^11.8.0", "prop-types": "^15.6.2", "react": "^16.4.2",