Skip to content

Commit

Permalink
chore: release v11.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Mar 14, 2019
1 parent 16517c0 commit a370b15
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "11.4.0",
"version": "11.4.1",
"registry": "https://registry.npmjs.org/",
"command": {
"publish": {
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-graphql",
"version": "11.4.0",
"version": "11.4.1",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand Down
8 changes: 8 additions & 0 deletions packages/template-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/template-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-template-graphql",
"version": "11.4.0",
"version": "11.4.1",
"main": "src/app.js",
"license": "MIT",
"hops": {
Expand All @@ -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",
Expand Down

0 comments on commit a370b15

Please sign in to comment.