From 8705bd5553c400d639b72a369be81ec0a57dbe15 Mon Sep 17 00:00:00 2001 From: denStrigo Date: Thu, 31 Oct 2019 15:24:08 +0300 Subject: [PATCH] release: 1.1.2, add ssr render support, replace style-loader to isomorphic-style-loader --- package.json | 2 +- scripts/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aba1ae44..dbbc20b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eva-icons-landing", - "version": "1.1.1", + "version": "1.1.2", "browserslist": [ "> 1%", "last 2 versions", diff --git a/scripts/package.json b/scripts/package.json index 6ca8e5cc..f7a9606d 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,6 +1,6 @@ { "name": "eva-icons", - "version": "1.1.1", + "version": "1.1.2", "description": "Eva Icons - beautifully crafted Open Source UI icons for common actions and items.", "main": "eva.js", "unpkg": "eva.min.js",