File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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.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
You can’t perform that action at this time.
0 commit comments