diff --git a/package-lock.json b/package-lock.json index 4233d1134..9bee55ad7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29277,7 +29277,7 @@ }, "services/backend": { "name": "@deploystack/backend", - "version": "0.33.0", + "version": "0.33.1", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.1.0", diff --git a/services/backend/CHANGELOG.md b/services/backend/CHANGELOG.md index 3e7767667..280e58f18 100644 --- a/services/backend/CHANGELOG.md +++ b/services/backend/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.33.1 (2025-09-15) + +* chore(all): update README to reflect completed tasks in Satellite MVP and Advanced Architecture phas ([3e0bd44](https://github.com/deploystackio/deploystack/commit/3e0bd44)) +* chore(backend): release v0.33.0 ([4ff5141](https://github.com/deploystackio/deploystack/commit/4ff5141)) +* chore(frontend): release v0.27.0 ([91cd9d5](https://github.com/deploystackio/deploystack/commit/91cd9d5)) +* chore(frontend): release v0.27.0 ([832baab](https://github.com/deploystackio/deploystack/commit/832baab)) +* chore(satellite): release v0.2.0 ([3d552de](https://github.com/deploystackio/deploystack/commit/3d552de)) +* chore(satellite): release v0.2.0 ([8c795e1](https://github.com/deploystackio/deploystack/commit/8c795e1)) +* chore(satellite): release v0.2.1 ([a2a7295](https://github.com/deploystackio/deploystack/commit/a2a7295)) +* chore(satellite): release v0.2.1 ([a67e9ff](https://github.com/deploystackio/deploystack/commit/a67e9ff)) +* fix(all): remove unnecessary grep-or for commit logs ([1e229d4](https://github.com/deploystackio/deploystack/commit/1e229d4)) +* fix(all): remove unnecessary grep-or from commit logs in release scripts ([bcbdff7](https://github.com/deploystackio/deploystack/commit/bcbdff7)) +* docs(all): remove IDE integrations and developer tools from To Do list ([a210486](https://github.com/deploystackio/deploystack/commit/a210486)) +* docs(all): update README to improve clarity and structure with additional spacing ([857e74a](https://github.com/deploystackio/deploystack/commit/857e74a)) +* docs(satellite): update README ([c0740a1](https://github.com/deploystackio/deploystack/commit/c0740a1)) +* backend(fix): fixed console log ([420172d](https://github.com/deploystackio/deploystack/commit/420172d)) +* refactor(satellite): removed gateway ([ecdcb91](https://github.com/deploystackio/deploystack/commit/ecdcb91)) +* release satellite ([d7a5a10](https://github.com/deploystackio/deploystack/commit/d7a5a10)) + ## 0.33.0 (2025-09-15) * chore(all): update README to reflect completed tasks in Satellite MVP and Advanced Architecture phas ([3e0bd44](https://github.com/deploystackio/deploystack/commit/3e0bd44)) diff --git a/services/backend/package.json b/services/backend/package.json index 567ea9f75..6a2a3539e 100644 --- a/services/backend/package.json +++ b/services/backend/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/backend", - "version": "0.33.0", + "version": "0.33.1", "scripts": { "dev": "nodemon", "build": "tsc && webpack --mode=production", diff --git a/services/backend/src/config/version.ts b/services/backend/src/config/version.ts index c8aad6623..3e0f559cc 100644 --- a/services/backend/src/config/version.ts +++ b/services/backend/src/config/version.ts @@ -9,8 +9,8 @@ export interface VersionInfo { // This will be replaced by the build script let versionData: VersionInfo = { - version: '0.33.0', - buildTime: '2025-09-15T19:45:03.618Z', + version: '0.33.1', + buildTime: '2025-09-15T20:35:41.864Z', source: 'release' };