File tree Expand file tree Collapse file tree 8 files changed +29
-7
lines changed
Expand file tree Collapse file tree 8 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export interface VersionInfo {
99
1010// This will be replaced by the build script
1111let 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
22 "name" : " @deploystack/frontend" ,
3- "version" : " 0.57.0 " ,
3+ "version" : " 0.57.1 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export interface VersionInfo {
99
1010// This will be replaced by the build script
1111let 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
You can’t perform that action at this time.
0 commit comments