Skip to content

Commit 667456a

Browse files
authored
Merge pull request #338 from deploystackio/backend-release
[Backend Release] v0.35.0
2 parents d107ef8 + 12b8da1 commit 667456a

File tree

4 files changed

+32
-4
lines changed

4 files changed

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

3+
## 0.35.0 (2025-09-29)
4+
5+
* chore(all): bump @typescript-eslint/eslint-plugin from 8.42.0 to 8.44.1 ([cc00afd](https://github.com/deploystackio/deploystack/commit/cc00afd))
6+
* chore(all): bump @typescript-eslint/parser from 8.42.0 to 8.44.1 ([e23164f](https://github.com/deploystackio/deploystack/commit/e23164f))
7+
* chore(all): bump better-sqlite3 from 12.2.0 to 12.3.0 ([f1988fd](https://github.com/deploystackio/deploystack/commit/f1988fd))
8+
* chore(all): bump eslint-plugin-vue from 10.4.0 to 10.5.0 ([6e40ab5](https://github.com/deploystackio/deploystack/commit/6e40ab5))
9+
* chore(all): bump fastify from 5.5.0 to 5.6.1 ([f4b9683](https://github.com/deploystackio/deploystack/commit/f4b9683))
10+
* chore(all): bump fs-extra from 11.3.1 to 11.3.2 ([5a4a55a](https://github.com/deploystackio/deploystack/commit/5a4a55a))
11+
* chore(all): bump jiti from 2.5.1 to 2.6.0 ([03316dd](https://github.com/deploystackio/deploystack/commit/03316dd))
12+
* chore(all): bump nanoid from 5.1.5 to 5.1.6 ([0bcd969](https://github.com/deploystackio/deploystack/commit/0bcd969))
13+
* chore(all): bump release-it from 19.0.4 to 19.0.5 ([17c302e](https://github.com/deploystackio/deploystack/commit/17c302e))
14+
* chore(all): bump vue-tsc from 3.0.7 to 3.0.8 ([9db75b4](https://github.com/deploystackio/deploystack/commit/9db75b4))
15+
* chore(all): update dependencies in backend, frontend, and satellite services ([931221a](https://github.com/deploystackio/deploystack/commit/931221a))
16+
* chore(frontend): release v0.28.0 ([aeb8b7a](https://github.com/deploystackio/deploystack/commit/aeb8b7a))
17+
* chore(frontend): release v0.28.0 ([92d741e](https://github.com/deploystackio/deploystack/commit/92d741e))
18+
* chore(frontend): release v0.29.0 ([d107ef8](https://github.com/deploystackio/deploystack/commit/d107ef8))
19+
* chore(frontend): release v0.29.0 ([7c7c18d](https://github.com/deploystackio/deploystack/commit/7c7c18d))
20+
* chore(satellite): release v0.3.0 ([361eaef](https://github.com/deploystackio/deploystack/commit/361eaef))
21+
* chore(satellite): release v0.3.0 ([e256e3f](https://github.com/deploystackio/deploystack/commit/e256e3f))
22+
* feat(all): added fifo-queue and mcp-readme integration ([06906c6](https://github.com/deploystackio/deploystack/commit/06906c6))
23+
* feat(backend): add github_account_id to API specifications ([e7eee4f](https://github.com/deploystackio/deploystack/commit/e7eee4f))
24+
* feat(backend): added github_account_id ([cb8ba0f](https://github.com/deploystackio/deploystack/commit/cb8ba0f))
25+
* feat(frontend): add GitHub avatar support for MCP servers ([3f6a4fe](https://github.com/deploystackio/deploystack/commit/3f6a4fe))
26+
* refactor(all): update ESLint configuration and TypeScript exclusions ([81e5828](https://github.com/deploystackio/deploystack/commit/81e5828))
27+
* refactor(backend): changed mcp route to OpenAPI spec ([8714830](https://github.com/deploystackio/deploystack/commit/8714830))
28+
* refactor(backend): removed unwanted vars from mcp table ([2d13921](https://github.com/deploystackio/deploystack/commit/2d13921))
29+
* refactor(frontend): remove runtime_min_version from MCP forms and views ([3ae3fed](https://github.com/deploystackio/deploystack/commit/3ae3fed))
30+
331
## 0.34.0 (2025-09-23)
432

533
* chore(all): bump @types/node from 20.19.13 to 24.4.0 ([da2047d](https://github.com/deploystackio/deploystack/commit/da2047d))

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.34.0",
3+
"version": "0.35.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.34.0',
13-
buildTime: '2025-09-23T20:25:00.405Z',
12+
version: '0.35.0',
13+
buildTime: '2025-09-29T19:48:26.006Z',
1414
source: 'release'
1515
};
1616

0 commit comments

Comments
 (0)