diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f981e4a1e..215f684883 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.5.1 + +- fix: upgrade to [unleash-frontend v3.5.1](https://github.com/Unleash/unleash-frontend/blob/master/CHANGELOG.md#351) + ## 3.5.0 - feat: add stale property on toggle (#619) diff --git a/package.json b/package.json index ed0ef13b29..2bd477cda7 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "prom-client": "^12.0.0", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "3.5.0", + "unleash-frontend": "3.5.1", "yargs": "^15.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 400ca8345f..84eca19b5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5616,10 +5616,10 @@ universalify@^0.1.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== -unleash-frontend@3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.5.0.tgz#d1ce4e73578fef4bd4e26311182b4976d6d0be7d" - integrity sha512-8BjZZnLmNxAq1F0nljoJLgonJH2AOvRqSjVyBjOSqdShcfIBB4+P/dK2zBlrWGGh84c3iF4HBLva/C9d/Kx7Cg== +unleash-frontend@3.5.1: + version "3.5.1" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.5.1.tgz#22c399fb389430d8ffc68aec74fcaaafa2fdc8aa" + integrity sha512-8nLMuhZA6xO72LqroEjvZLQcdH3hLoWFD040oGi8dhg9JUHGzTwHtL6yKS+OWy1BgP9tDS6LqJO82uJ9DX9xvw== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"