mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-08 01:15:49 +02:00
fix: update unleash-frontend
This commit is contained in:
parent
5ed4e3d4a8
commit
ad0477d7ea
@ -2,6 +2,13 @@
|
||||
|
||||
# 4.0.0-alpha.4
|
||||
|
||||
- feat: add option for LOG_LEVEL (#803)
|
||||
- fix: make users emails case-insensitive (#804)
|
||||
- fix: update unleash-frontend
|
||||
- fix: emailservice now just returns if email was configured
|
||||
- fix: simplify isConfigured check
|
||||
- fix: loading of emailtemplates
|
||||
|
||||
# 4.0.0-alpha.3
|
||||
|
||||
- fix: should allow revive toggles
|
||||
|
@ -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.8",
|
||||
"unleash-frontend": "4.0.0-alpha.9",
|
||||
"uuid": "^8.3.2",
|
||||
"yargs": "^16.0.3"
|
||||
},
|
||||
|
@ -6882,10 +6882,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.8:
|
||||
version "4.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-alpha.8.tgz#cae63de0bfc5c35979f7d8bba82190d50002e7a2"
|
||||
integrity sha512-MKH7PNQZIccc6eaf1/hit+Enc/yA7iDebw+Gw5HXWLCwab30bJzq8scolu4b81d4IOX12XEvZUNKPufAPmAlXg==
|
||||
unleash-frontend@4.0.0-alpha.9:
|
||||
version "4.0.0-alpha.9"
|
||||
resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-4.0.0-alpha.9.tgz#d9ca58e7f4bb7c8c6c61a47d3a1833fa88fdeda6"
|
||||
integrity sha512-9XMYNDDo/jYJEXrS7CAbILvwzFLXWlb9ofecuqKQaeoFZSA9UCVVD7lV6FsDvYBfRcNVGvV6vpdmrbxxR/5zgA==
|
||||
|
||||
unpipe@1.0.0, unpipe@~1.0.0:
|
||||
version "1.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user