Skip to content

Commit 1f196a0

Browse files
authored
Merge pull request #521 from deploystackio/backend-release
[Backend Release] v0.47.0
2 parents 94ca47c + cb03508 commit 1f196a0

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.47.0 (2025-11-28)
4+
5+
* chore(all): bump isomorphic-dompurify from 2.32.0 to 2.33.0 6243596
6+
* chore(all): update dependencies in package.json files 12bdfcd
7+
* chore(deps): bump actions/checkout from 5 to 6 e5d84d1
8+
* chore(frontend): release v0.42.0 94ca47c
9+
* chore(frontend): release v0.42.0 14e3b3b
10+
* feat(all): implement breadcrumbs and several frontend and UI improvements f3d3e70
11+
* feat(backend): add total MCP server installation limit per team a9dff02
12+
* feat(frontend): add MCP server limit to team management forms c47091a
13+
* feat(frontend): replace switches with checkboxes for settings c144d10
14+
* fix(backend): set git_branch to null if repository_url is absent bb16362
15+
* style(frontend): remove max-width from content area in settings and profile b9624a8
16+
* feature(backend): re-build the global settings - added name param dfab0ed
17+
318
## 0.46.0 (2025-11-25)
419

520
* chore(backend): release v0.46.0 1490b2a

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.46.0",
3+
"version": "0.47.0",
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.46.0',
13-
buildTime: '2025-11-25T22:04:10.188Z',
12+
version: '0.47.0',
13+
buildTime: '2025-11-28T19:50:26.941Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)