From e80566bf2de896f9d0f7e6829a6411d48e66ecf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 4 May 2021 22:20:21 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67590fe656..b65ea21cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +# 4.0.0-alpha.8 + +- feat: global events requires admin role +- fix: remove toast info from bootstrap controller (#834) +- feat: add migration (#832) +- fix: set name type to be min 1 character (#833) +- fix: bum unleash-frontend to version 4.0.0-alpha.14 +- fix: /api/admin/user should not allow caching +- fix: match bootstrap uiConfig with expected data format (#830) +- feat: Datadog integration (#820) +- fix: regular users are not API users +- Feat: format base path (#828) + # 4.0.0-alpha.7 - fix: more types diff --git a/package.json b/package.json index eff9124c6c..1e8850f675 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "prom-client": "^13.1.0", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "4.0.0-alpha.13", + "unleash-frontend": "4.0.0-alpha.14", "uuid": "^8.3.2", "yargs": "^16.0.3" }, diff --git a/yarn.lock b/yarn.lock index a9a0d6c2ce..4719f33152 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6749,10 +6749,10 @@ universalify@^0.1.0: resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== -unleash-frontend@4.0.0-alpha.13: - version "4.0.0-alpha.13" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-alpha.13.tgz#4dece681d7f98ef214cd3d7df9b1619b15703943" - integrity sha512-blddxNFnyibDgKGbjvueWtaUcTeGyIUWBnEA7ZGPGcJY9CRdGFMIqAwOna+yYN1BhbAHlbElKevECxYRFulJHA== +unleash-frontend@4.0.0-alpha.14: + version "4.0.0-alpha.14" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-alpha.14.tgz#67b2debaaa54e3beec3ebc13e99c2ac2525f68dc" + integrity sha512-df/Sh5DRyIojUTtYrDL3xugJ7BW6JnnXwb6/BEkd0hW9AT0rHkia2VIGvZuVsLlu9J90dmR5xu95P7Io1H3LyQ== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"