diff --git a/services/frontend/CHANGELOG.md b/services/frontend/CHANGELOG.md index d8fbaeaf..d8b4839f 100644 --- a/services/frontend/CHANGELOG.md +++ b/services/frontend/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.54.0 (2026-01-09) + +* chore(all): bump webpack from 5.103.0 to 5.104.1 ([dc39724170dad1d801c9867506251560a34f004f](https://github.com/deploystackio/deploystack/commit/dc39724170dad1d801c9867506251560a34f004f)) +* feat(all): implement OAuth2 authorization flow and user feedback system ([dedacf74aa1da000bf4b13933dae17fc3a1846a9](https://github.com/deploystackio/deploystack/commit/dedacf74aa1da000bf4b13933dae17fc3a1846a9)) + ## 0.53.0 (2026-01-01) * chore(all): update deploystack banner image ([924cbcb5835e1a91c572f658db1e47b6465a20a9](https://github.com/deploystackio/deploystack/commit/924cbcb5835e1a91c572f658db1e47b6465a20a9)) diff --git a/services/frontend/package.json b/services/frontend/package.json index 0085104c..89d13c1d 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/frontend", - "version": "0.53.0", + "version": "0.54.0", "private": true, "type": "module", "scripts": {