Skip to content

Commit 454836c

Browse files
committed
Merge branch 'main' of github-main:deploystackio/deploystack into main
2 parents ca17309 + 9ff2d9c commit 454836c

File tree

8 files changed

+29
-7
lines changed

8 files changed

+29
-7
lines changed

services/backend/CHANGELOG.md

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

3+
## [0.61.1](https://github.com/deploystackio/deploystack/compare/backend-v0.61.0...backend-v0.61.0) (2026-02-25)
4+
5+
6+
### chore
7+
8+
* **backend:** update version to 0.61.0 and changelog ([](https://github.com/deploystackio/deploystack/commit/26382978376163e297d360ba9f1fedfffb6202d4))
9+
10+
## [0.61.1](https://github.com/deploystackio/deploystack/compare/backend-v0.61.0...backend-v0.61.1) (2026-02-25)
11+
12+
13+
### chore
14+
15+
* **backend:** update version to 0.61.0 and changelog ([](https://github.com/deploystackio/deploystack/commit/26382978376163e297d360ba9f1fedfffb6202d4))
16+
317
# [0.61.0](https://github.com/deploystackio/deploystack/compare/frontend-v0.57.0...backend-v0.60.0) (2026-02-25)
418

519

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.61.0",
3+
"version": "0.61.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.61.0',
13-
buildTime: '2026-02-24T23:26:00.726Z',
12+
version: '0.61.1',
13+
buildTime: '2026-02-25T20:05:50.114Z',
1414
source: 'release'
1515
};
1616

services/frontend/CHANGELOG.md

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

3+
## [0.57.1](https://github.com/deploystackio/deploystack/compare/satellite-v0.22.0...frontend-v0.57.0) (2026-02-25)
4+
5+
## [0.57.1](https://github.com/deploystackio/deploystack/compare/frontend-v0.57.0...frontend-v0.57.1) (2026-02-25)
6+
37
# [0.57.0](https://github.com/deploystackio/deploystack/compare/backend-v0.60.0...frontend-v0.56.0) (2026-02-24)
48

59

services/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/frontend",
3-
"version": "0.57.0",
3+
"version": "0.57.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

services/satellite/CHANGELOG.md

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

3+
## [0.22.1](https://github.com/deploystackio/deploystack/compare/frontend-v0.57.1...satellite-v0.22.0) (2026-02-25)
4+
5+
## [0.22.1](https://github.com/deploystackio/deploystack/compare/satellite-v0.22.0...satellite-v0.22.1) (2026-02-25)
6+
37
# [0.22.0](https://github.com/deploystackio/deploystack/compare/satellite-v0.21.0...satellite-v0.21.0) (2026-02-24)
48

59

services/satellite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deploystack/satellite",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"description": "DeployStack Satellite - MCP Server Management Service",
55
"main": "dist/index.js",
66
"scripts": {

services/satellite/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.22.0',
13-
buildTime: '2026-02-24T22:59:36.234Z',
12+
version: '0.22.1',
13+
buildTime: '2026-02-25T20:16:29.734Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)