From 2b75025db9903098e9c7adb5fadd7362d254fc4a Mon Sep 17 00:00:00 2001 From: Lasim <7317318+Lasim@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:36:28 +0000 Subject: [PATCH] chore(frontend): release v0.16.0 --- package-lock.json | 4 ++-- services/frontend/CHANGELOG.md | 4 ++++ services/frontend/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a5e136cf..a534734ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19358,7 +19358,7 @@ }, "services/backend": { "name": "@deploystack/backend", - "version": "0.24.0", + "version": "0.24.1", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.0.1", @@ -19780,7 +19780,7 @@ }, "services/frontend": { "name": "@deploystack/frontend", - "version": "0.15.1", + "version": "0.16.0", "dependencies": { "@tailwindcss/vite": "^4.1.11", "@tanstack/vue-table": "^8.21.3", diff --git a/services/frontend/CHANGELOG.md b/services/frontend/CHANGELOG.md index ae0b0c39e..68ca8d823 100644 --- a/services/frontend/CHANGELOG.md +++ b/services/frontend/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.16.0 (2025-07-14) + +* centralize role permissions management and synchronize with database ([197dd8b](https://github.com/deploystackio/deploystack/commit/197dd8ba4702527329a08516f4f6fade519739c2))* Refactor MCP server catalog forms and add Claude Desktop configuration step ([83579a4](https://github.com/deploystackio/deploystack/commit/83579a45359b08164b68a14a213c52937a3b2032))* remove edit view and replace with view functionality for MCP server catalog ([f5565c1](https://github.com/deploystackio/deploystack/commit/f5565c1f9d06186be0189eaa5dc01da2d6e9c1e7))* update team selection logic and storage integration ([0c23064](https://github.com/deploystackio/deploystack/commit/0c23064ac4e51e71ccb076c14d45ad5ef04b2d58)) + ## 0.15.1 (2025-07-09) * bump @libsql/client from 0.14.0 to 0.15.9 ([d6b7275](https://github.com/deploystackio/deploystack/commit/d6b72759c48ae8fdda29f7e534599155db1e8321))* bump @typescript-eslint/eslint-plugin from 8.35.1 to 8.36.0 ([6597d61](https://github.com/deploystackio/deploystack/commit/6597d61628e942e8fc462f2c56b4f35fb59600fc))* bump @vue/eslint-config-typescript from 14.5.1 to 14.6.0 ([20af682](https://github.com/deploystackio/deploystack/commit/20af6823e790d8797fb5a67f9fba51a3913cf78b))* bump eslint-plugin-vue from 10.2.0 to 10.3.0 ([12aa557](https://github.com/deploystackio/deploystack/commit/12aa5575b631fcb844dab84e3d9179b0ad364107))* bump jest from 30.0.3 to 30.0.4 ([90f7cf1](https://github.com/deploystackio/deploystack/commit/90f7cf184e25850094ee38d09c66ece680bacda5))* bump nodemailer from 7.0.4 to 7.0.5 ([165406d](https://github.com/deploystackio/deploystack/commit/165406d97628561fb5a5435968e7c0f66f84756b))* bump supertest from 7.1.1 to 7.1.2 ([3043ed8](https://github.com/deploystackio/deploystack/commit/3043ed83ec2f5067c46cc2b321d0ca8db397f984))* bump typescript-eslint from 8.35.1 to 8.36.0 ([45d8ecd](https://github.com/deploystackio/deploystack/commit/45d8ecdd1265ca16037da38862d785d1e232accf))* bump vue-i18n from 11.1.7 to 11.1.9 ([6f80630](https://github.com/deploystackio/deploystack/commit/6f80630f392adde2de390c2e0d835f8c0aac8b54))* bump vue-tsc from 2.2.10 to 3.0.1 ([6eb773e](https://github.com/deploystackio/deploystack/commit/6eb773eedef989554108600e3c225d04e858ada3))* bump zod from 3.25.67 to 3.25.75 ([f69125a](https://github.com/deploystackio/deploystack/commit/f69125a11013c55b78e403e38dcad816eb82b5aa))* bump eslint-plugin-vue in /services/frontend ([39a473b](https://github.com/deploystackio/deploystack/commit/39a473b75b154924107777d7c031b8ae4bf57d3a))* release v0.15.0 ([e947311](https://github.com/deploystackio/deploystack/commit/e947311040a21e31dbe9543123b3edf3ae0a502f))* Enhance MCP Server Catalog with GitHub integration and pagination ([49ac701](https://github.com/deploystackio/deploystack/commit/49ac7016581efe5e0ddcc6b7d58b8555302e59de))* Implement MCP Server Catalog Management UI ([9197fb6](https://github.com/deploystackio/deploystack/commit/9197fb64e02da7d22298c0ffac595d11e4301c6f))* Update API routes to use preValidation instead of preHandler for global admin checks ([2ad5139](https://github.com/deploystackio/deploystack/commit/2ad5139150af0188fdbd75df4d9b976ad874b63a))* ([7b3b275](https://github.com/deploystackio/deploystack/commit/7b3b275347df10b3f30b0e21dd2457e7c63a6d6a))* ([06b1224](https://github.com/deploystackio/deploystack/commit/06b12245cccbc2c0eb0f6c367509fd507ef6e4ae)) diff --git a/services/frontend/package.json b/services/frontend/package.json index f1160c26a..fcbad81b6 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/frontend", - "version": "0.15.1", + "version": "0.16.0", "private": true, "type": "module", "scripts": {