diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a929167d..21a63d2fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Changelog +## 3.2.29 + +- fix: upgrade unleash-frontend to version 3.2.18 + ## 3.2.28 - fix: more metrics -- fix: upgrade unleash-frontend to version 3.2.18 +- fix: upgrade unleash-frontend to version 3.2.17 - fix: add settings column to postgres - feat: api supports context fields (#564) - fix: failing user.test on gravatar url diff --git a/package.json b/package.json index ac4c6ede5c..e2706c5eee 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "prom-client": "^12.0.0", "response-time": "^2.3.2", "serve-favicon": "^2.5.0", - "unleash-frontend": "3.2.17", + "unleash-frontend": "3.2.18", "yargs": "^15.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 76fed86650..31532c5419 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5813,10 +5813,10 @@ universalify@^0.1.0: version "0.1.2" resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" -unleash-frontend@3.2.17: - version "3.2.17" - resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.17.tgz#01d386e53f36f6491b1a1565b2a3d27495d50730" - integrity sha512-xIlwgr5xXhjk8YPc8I2U9nWm2q1Yr9zaOPR6LulH5LPC6z9gbUemBO+ZOXUqV11OShH7khbAndee0Nr+gbYG/w== +unleash-frontend@3.2.18: + version "3.2.18" + resolved "https://registry.yarnpkg.com/unleash-frontend/-/unleash-frontend-3.2.18.tgz#19e0d8634243eff849f3449f684fb3bde9d0d200" + integrity sha512-1dVpI6Sm/rDEsO3tQyhoh2FtzaBXSKUEbEJJpeEow4tyvY09s0x7fgdsBuEt/95R7X6bogaT0zdmO+oGtcn1rg== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0"