From 30e4b235f74604b9b239321848f185770ea1a4e5 Mon Sep 17 00:00:00 2001 From: sveisvei Date: Wed, 28 Jun 2017 12:43:48 +0200 Subject: [PATCH] upgrade frontend and set alpha release --- CHANGELOG.md | 3 +++ package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f64cf934f7..a8eec845ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## [Unreleased] + +## 3.0.0-alpha.1 +- upgrade unleash-frontend to 3.0.0-alpha.1 - moved api endpoints to /api/admin/* and /api/client/* - refactored all routes to use a standalone router per file - removed v.1 legacy data support diff --git a/package.json b/package.json index 13782f4737..6153ac2711 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "prom-client": "^7.1.0", "response-time": "^2.3.2", "serve-favicon": "^2.3.0", - "unleash-frontend": "^2.2.6", + "unleash-frontend": "^3.0.0-alpha.1", "yallist": "^2.0.0", "yargs": "^6.5.0" }, diff --git a/yarn.lock b/yarn.lock index 4be88de269..ae65942e7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4645,9 +4645,9 @@ unique-temp-dir@^1.0.0: os-tmpdir "^1.0.1" uid2 "0.0.3" -unleash-frontend@^2.2.6: - version "2.2.6" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-2.2.6.tgz#e135ee5cd77494c6b65c02fa619ed073196d48b7" +unleash-frontend@^3.0.0-alpha.1: + version "3.0.0-alpha.1" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.0.0-alpha.1.tgz#a4fbd91b0058f41738de8aec17c90bf7e3146e46" dependencies: debug "^2.2.0" immutability-helper "^2.0.0"