From a370b15a4b9bcabbccca0b81506770344b7fed61 Mon Sep 17 00:00:00 2001 From: ZauberNerd Date: Thu, 14 Mar 2019 14:23:42 +0100 Subject: [PATCH] chore: release v11.4.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/graphql/CHANGELOG.md | 11 +++++++++++ packages/graphql/package.json | 2 +- packages/template-graphql/CHANGELOG.md | 8 ++++++++ packages/template-graphql/package.json | 4 ++-- 6 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82580d354..2d2b9f71e 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. +## [11.4.1](https://github.com/xing/hops/compare/v11.4.0...v11.4.1) (2019-03-14) + + +### Bug Fixes + +* **graphql:** enable playground requests to include credentials ([4e65a03](https://github.com/xing/hops/commit/4e65a03)) + + + + + # [11.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12) diff --git a/lerna.json b/lerna.json index e9fb411ae..33f9e0457 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "11.4.0", + "version": "11.4.1", "registry": "https://registry.npmjs.org/", "command": { "publish": { diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 9289df9aa..fce7d2ba4 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.4.1](https://github.com/xing/hops/compare/v11.4.0...v11.4.1) (2019-03-14) + + +### Bug Fixes + +* **graphql:** enable playground requests to include credentials ([4e65a03](https://github.com/xing/hops/commit/4e65a03)) + + + + + # [11.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12) diff --git a/packages/graphql/package.json b/packages/graphql/package.json index ec2964e6c..3837e7416 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-graphql", - "version": "11.4.0", + "version": "11.4.1", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", diff --git a/packages/template-graphql/CHANGELOG.md b/packages/template-graphql/CHANGELOG.md index b60364f85..b0acd9503 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.4.1](https://github.com/xing/hops/compare/v11.4.0...v11.4.1) (2019-03-14) + +**Note:** Version bump only for package hops-template-graphql + + + + + # [11.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12) **Note:** Version bump only for package hops-template-graphql diff --git a/packages/template-graphql/package.json b/packages/template-graphql/package.json index 4da335e80..d32a02e61 100644 --- a/packages/template-graphql/package.json +++ b/packages/template-graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-graphql", - "version": "11.4.0", + "version": "11.4.1", "main": "src/app.js", "license": "MIT", "hops": { @@ -18,7 +18,7 @@ "dependencies": { "graphql-tag": "^2.10.0", "hops": "^11.4.0", - "hops-graphql": "^11.4.0", + "hops-graphql": "^11.4.1", "hops-postcss": "^11.3.0", "prop-types": "^15.6.2", "react": "^16.4.2",