Skip to content

Commit 33a6bd5

Browse files
authored
Merge pull request #317 from deploystackio/backend-release
[Backend Release] v0.33.1
2 parents a2a7295 + 8ad733e commit 33a6bd5

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/backend/CHANGELOG.md

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

3+
## <small>0.33.1 (2025-09-15)</small>
4+
5+
* chore(all): update README to reflect completed tasks in Satellite MVP and Advanced Architecture phas ([3e0bd44](https://github.com/deploystackio/deploystack/commit/3e0bd44))
6+
* chore(backend): release v0.33.0 ([4ff5141](https://github.com/deploystackio/deploystack/commit/4ff5141))
7+
* chore(frontend): release v0.27.0 ([91cd9d5](https://github.com/deploystackio/deploystack/commit/91cd9d5))
8+
* chore(frontend): release v0.27.0 ([832baab](https://github.com/deploystackio/deploystack/commit/832baab))
9+
* chore(satellite): release v0.2.0 ([3d552de](https://github.com/deploystackio/deploystack/commit/3d552de))
10+
* chore(satellite): release v0.2.0 ([8c795e1](https://github.com/deploystackio/deploystack/commit/8c795e1))
11+
* chore(satellite): release v0.2.1 ([a2a7295](https://github.com/deploystackio/deploystack/commit/a2a7295))
12+
* chore(satellite): release v0.2.1 ([a67e9ff](https://github.com/deploystackio/deploystack/commit/a67e9ff))
13+
* fix(all): remove unnecessary grep-or for commit logs ([1e229d4](https://github.com/deploystackio/deploystack/commit/1e229d4))
14+
* fix(all): remove unnecessary grep-or from commit logs in release scripts ([bcbdff7](https://github.com/deploystackio/deploystack/commit/bcbdff7))
15+
* docs(all): remove IDE integrations and developer tools from To Do list ([a210486](https://github.com/deploystackio/deploystack/commit/a210486))
16+
* docs(all): update README to improve clarity and structure with additional spacing ([857e74a](https://github.com/deploystackio/deploystack/commit/857e74a))
17+
* docs(satellite): update README ([c0740a1](https://github.com/deploystackio/deploystack/commit/c0740a1))
18+
* backend(fix): fixed console log ([420172d](https://github.com/deploystackio/deploystack/commit/420172d))
19+
* refactor(satellite): removed gateway ([ecdcb91](https://github.com/deploystackio/deploystack/commit/ecdcb91))
20+
* release satellite ([d7a5a10](https://github.com/deploystackio/deploystack/commit/d7a5a10))
21+
322
## 0.33.0 (2025-09-15)
423

524
* chore(all): update README to reflect completed tasks in Satellite MVP and Advanced Architecture phas ([3e0bd44](https://github.com/deploystackio/deploystack/commit/3e0bd44))

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.33.0",
3+
"version": "0.33.1",
44
"scripts": {
55
"dev": "nodemon",
66
"build": "tsc && webpack --mode=production",

services/backend/src/config/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export interface VersionInfo {
99

1010
// This will be replaced by the build script
1111
let versionData: VersionInfo = {
12-
version: '0.33.0',
13-
buildTime: '2025-09-15T19:45:03.618Z',
12+
version: '0.33.1',
13+
buildTime: '2025-09-15T20:35:41.864Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)