From 127a94a01c5c3ed1f405e7235b9981dd4bee6e0e Mon Sep 17 00:00:00 2001 From: Tobias Winkler Date: Tue, 18 Feb 2020 10:16:19 +0100 Subject: [PATCH] update version - [CORE-2.8.0] --- VERSIONS.md | 10 ++++++++++ package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/VERSIONS.md b/VERSIONS.md index 53d1add..323eb61 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,8 +1,18 @@ # dapp-browser + ## Next Version ### Features + +### Fixes + +### Deprecations + + +## Version 2.8.0 +### Features - start routing directly on dapp-browser load, so cached ens addresses can be directly resolved from ipfs, without waiting for bcc +- enable `cached-dapp` dbcp type to get better initial loading speed ### Fixes - add `hidden` class to `initial-loading` only when it was not added before diff --git a/package.json b/package.json index 52002de..3ad5f0e 100644 --- a/package.json +++ b/package.json @@ -135,5 +135,5 @@ "serve-build": "gulp --cwd . --gulpfile gulp/serve.js serve --build" }, "types": "runtime/build/main.d.ts", - "version": "2.7.0" -} + "version": "2.8.0" +} \ No newline at end of file