From 16cc42631cb633bf984f84ecdbe247f32d785171 Mon Sep 17 00:00:00 2001 From: Ilker Guller Date: Mon, 16 Jul 2018 23:24:41 +0200 Subject: [PATCH] 0.8.4 -> 0.8.5 --- package.json | 2 +- pages/_document.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 26098753..d2354225 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ran-boilerplate", - "version": "0.8.4", + "version": "0.8.5", "main": "server.js", "description": "React . Apollo (GraphQL) . Next.js Toolkit", "author": "Ilker Guller (http://ilkerguller.com)", diff --git a/pages/_document.js b/pages/_document.js index 429ed191..3ae4dfb1 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -41,7 +41,7 @@ export default class MyDocument extends Document { - + {this.helmetHeadComponents()} {AppIcons()} {this.props.styleTags}