Skip to content

Commit 76b40c2

Browse files
authored
Merge pull request #522 from deploystackio/backend-release
[Backend Release] v0.48.0
2 parents 7bac93b + dde356a commit 76b40c2

File tree

4 files changed

+18
-4
lines changed

4 files changed

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

3+
## 0.48.0 (2025-11-29)
4+
5+
* feat(all): add server_count to MCP category schema and responses, view mcp server catalog 7bac93b
6+
* feat(backend): add API endpoint for retrieving team usage statistics 0be749b
7+
* feat(backend): add API endpoint to list featured MCP categories 79c6a53
8+
* feat(backend): enhance server list and search responses with category details 92a86a1
9+
* feat(backend): implement minimal server response format for list endpoints bf97cd6
10+
* feat(frontend): add featured MCP servers page and related components 00f4897
11+
* feat(frontend): add spinner component and replace loading indicators 8f5bd9f
12+
* feat(frontend): add team usage indicator component and integration e035a86
13+
* feat(frontend): add team usage statistics component and API integration 0befca8
14+
* feat(frontend): implement settings menu components for client configuration 0eb2ae6
15+
* fix(backend): replace like with ilike for case-insensitive search e88c5fb
16+
317
## 0.47.0 (2025-11-28)
418

519
* chore(all): bump isomorphic-dompurify from 2.32.0 to 2.33.0 6243596

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.47.0",
3+
"version": "0.48.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.47.0',
13-
buildTime: '2025-11-28T19:50:26.941Z',
12+
version: '0.48.0',
13+
buildTime: '2025-11-29T21:11:19.641Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)