diff --git a/CHANGELOG.md b/CHANGELOG.md index b37f44f532..5bb81ebc5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.11.1 + +- fix: upgrade unleash-frontend to version 3.11.3 + ## 3.11.0 - feat: Add support for filtering toggles on tags, projects or namePrefix (#690) diff --git a/package.json b/package.json index c5227ef7b4..d8f2be56fc 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "prom-client": "^13.1.0", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "3.11.2", + "unleash-frontend": "3.11.3", "yargs": "^16.0.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index ff36a14a48..03ef8603b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6051,10 +6051,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@3.11.2: - version "3.11.2" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.11.2.tgz#47ee69f442d289737f87683fe663ff95bfa540a6" - integrity sha512-D6xr9fV22ulej4B1CglMsHGel/2lC7vMSHyAeghUflEjODCgcUK7Kj+ZyxJmZX/EptM41VUkZdp8aUDpK0bofw== +unleash-frontend@3.11.3: + version "3.11.3" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.11.3.tgz#acf46ecf7954aff18704bb326b92f9fd5051926b" + integrity sha512-VwCveZs19evHJnJGb/Fj7L6e+qxRYm4IEujQrsaOHgqrufGAiGvj++cTGuH5YZXK6OEjv1RLQUOSb0CvebVfVw== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"