1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: upgrade unleash-frontend to version 4.0.0-beta.2

This commit is contained in:
Ivar Conradi Østhus 2021-05-10 13:42:45 +02:00
parent 63c20ec38d
commit 5b3d8411ca
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
3 changed files with 9 additions and 7 deletions

View File

@ -1,10 +1,12 @@
# Changelog
# 4.0.0-beta.2
# 4.0.0-beta.3
- chore: update changelog
- chore: update frontend
- fix: reset-token-service should use unleashUrl
- chore: expose an endpoint to really delete a toggle (#808)
- fix: upgrade unleash-frontend to version 4.0.0-beta.2
# 4.0.0-beta.1
- fix: upgrade unleash-frontend to version 4.0.0-beta.0

View File

@ -99,7 +99,7 @@
"prom-client": "^13.1.0",
"response-time": "^2.3.2",
"serve-favicon": "^2.5.0",
"unleash-frontend": "4.0.0-beta.1",
"unleash-frontend": "4.0.0-beta.2",
"uuid": "^8.3.2"
},
"devDependencies": {

View File

@ -6781,10 +6781,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-beta.1:
version "4.0.0-beta.1"
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-beta.1.tgz#75e8f3e8ef06eb12c79249447be5d9de9920993b"
integrity sha512-k1j1G0GgRgk+Bk6VHwhqslwJFHV6I95SGOod+9rip2MvoUVjOc2WrIlxNyTsNOPSKypfqmzdfUR90yfyBu3sKQ==
unleash-frontend@4.0.0-beta.2:
version "4.0.0-beta.2"
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-beta.2.tgz#f881a140b54f97e0f32451533f983e74405d9774"
integrity sha512-UTL0wFCtNdGo3Bn7rMBBNaHUuVWAmlEVAdkVilVHuUGhO1lvTrdkb/5g5vxuabo5ROzKWTn5zdTEeROY54sPQA==
unpipe@1.0.0, unpipe@~1.0.0:
version "1.0.0"