From 09d882eee86cf8807fcd039a3e0efab160663ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilker=20Gu=CC=88ller?= Date: Sat, 20 Jan 2018 14:21:56 +0100 Subject: [PATCH] 0.7.1 -> 0.8.0 --- package.json | 2 +- pages/_document.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 693a28ed..df98d1ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ran-boilerplate", - "version": "0.7.1", + "version": "0.8.0", "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 b5a3eb4d..4ac33dd2 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -39,7 +39,7 @@ export default class MyDocument extends Document { - + {this.helmetHeadComponents()} {AppIcons()} {styleTags}