Skip to content

Commit ae6e6fa

Browse files
authored
Merge pull request #29 from deploystackio/backend-release
[Backend Release] v0.20.5
2 parents a7cb5a8 + 284dcbc commit ae6e6fa

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/backend/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.20.5](https://github.com/deploystackio/deploystack/compare/backend-v0.20.4...backend-v0.20.5) (2025-05-31)
4+
5+
6+
### fix
7+
8+
* enhance error handling for database connection and update error messages ([](https://github.com/deploystackio/deploystack/commit/b25524556ed0aa92b3873f2460d1f9cd622f8e5f))
9+
* enhance frontend release workflow with improved dependency installation and build handling ([](https://github.com/deploystackio/deploystack/commit/4eaca2e3658460096e06bc8c16070d664ebb153a))
10+
* improve frontend release workflow with enhanced dependency installation and release notes extraction ([](https://github.com/deploystackio/deploystack/commit/d50e10a846f93380d3f31201bc1557934bbede59))
11+
* update conventional changelog plugin configuration for backend and frontend ([](https://github.com/deploystackio/deploystack/commit/bbcfbf4da3edec1de943605fa1482aa6bab5b9fd))
12+
* update Docker run command for frontend environment variables ([](https://github.com/deploystackio/deploystack/commit/348b77aaf69c170e6e57184406270e9e55c728ac))
13+
* update Docker run command to map port 8080 to 80 for frontend ([](https://github.com/deploystackio/deploystack/commit/538d5fc28f8e3b74fa6b71cf112e328ec0d97f57))
14+
* update environment variable names for frontend and backend URLs in Docker commands and CORS configuration ([](https://github.com/deploystackio/deploystack/commit/07111a4a75ea1d23ac9e0f3a6a75745e0d87bc7f))
15+
* update favicon.ico for improved branding ([](https://github.com/deploystackio/deploystack/commit/e5d3ba5b0744ee05ac7253ca2538bff06a16e6ac))
16+
* update storage key handling in DatabaseService to use dynamic baseUrl ([](https://github.com/deploystackio/deploystack/commit/9b613f5d4633f1b89fcdb08f1274c6dce43ff088))
17+
18+
19+
### frontend
20+
21+
* update environment variable references to use VITE_DEPLOYSTACK_APP_URL ([](https://github.com/deploystackio/deploystack/commit/d7361d562a0a22569cc910fd422bdb91318b6595))
22+
323
## [0.20.4](https://github.com/deploystackio/deploystack/compare/backend-v0.20.2...backend-v0.20.4) (2025-05-30)
424

525

services/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/backend",
3-
"version": "0.20.4",
3+
"version": "0.20.5",
44
"scripts": {
55
"dev": "node --env-file=.env --require ts-node/register src/index.ts",
66
"build": "tsc",

0 commit comments

Comments
 (0)