From 9cdb261b510ea81fd63dcaf8c998e0f4a594140b Mon Sep 17 00:00:00 2001 From: Lasim <7317318+Lasim@users.noreply.github.com> Date: Sat, 26 Jul 2025 12:20:35 +0000 Subject: [PATCH] chore(frontend): release v0.20.0 --- package-lock.json | 4 ++-- services/frontend/CHANGELOG.md | 13 +++++++++++++ services/frontend/package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bc2032e8..8ec3d1e85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19791,7 +19791,7 @@ }, "services/backend": { "name": "@deploystack/backend", - "version": "0.27.0", + "version": "0.27.1", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.0.1", @@ -20213,7 +20213,7 @@ }, "services/frontend": { "name": "@deploystack/frontend", - "version": "0.19.1", + "version": "0.20.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 22da0afaa..ed5076655 100644 --- a/services/frontend/CHANGELOG.md +++ b/services/frontend/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.20.0 (2025-07-26) + +* bump @libsql/client from 0.15.9 to 0.15.10 ([908efef](https://github.com/deploystackio/deploystack/commit/908efefe920ad03cd859e17c9df9a2e52493e99b)) +* bump @types/node from 24.0.13 to 24.0.15 ([8fef45c](https://github.com/deploystackio/deploystack/commit/8fef45c2a932ea2b6842e0b78d72ef5cb2f814e0)) +* bump @typescript-eslint/parser from 8.37.0 to 8.38.0 ([8033039](https://github.com/deploystackio/deploystack/commit/80330391f88f488b09b9a64ceb02cfa8950a5c94)) +* bump release-it from 19.0.3 to 19.0.4 ([d787cb6](https://github.com/deploystackio/deploystack/commit/d787cb65afb1c10141476a0b1e87243b3dc1aea3)) +* bump typescript-eslint from 8.37.0 to 8.38.0 ([7ed34d0](https://github.com/deploystackio/deploystack/commit/7ed34d06c1ffe7764b22ed5e05ebc34deb107a5d)) +* bump vite from 7.0.4 to 7.0.5 ([a2bfb72](https://github.com/deploystackio/deploystack/commit/a2bfb72ec0d09d46e100d2145fc6bd3e9e0dc362)) +* bump vue-i18n from 11.1.9 to 11.1.10 ([f751909](https://github.com/deploystackio/deploystack/commit/f751909763e10afb9e932655d8757f7881398477)) +* bump vue-tsc from 3.0.1 to 3.0.3 ([37052d3](https://github.com/deploystackio/deploystack/commit/37052d3b144ad2ade7b3f1bf4bcdb5fe144af058)) +* add installation details and environment variables components ([55c8d53](https://github.com/deploystackio/deploystack/commit/55c8d53aad43e0355182c8a0469b68a36765a872)) +* implement plugin migration functionality and update createPluginTables logic ([99ec957](https://github.com/deploystackio/deploystack/commit/99ec9575b865f0e005764097b6d06ae8c043d6ef)) + ## 0.19.1 (2025-07-21) * release v0.19.0 ([54f99dd](https://github.com/deploystackio/deploystack/commit/54f99dd828f54ad97a5d5ba8706c5a74c6bfd433)) diff --git a/services/frontend/package.json b/services/frontend/package.json index 7cefbce4c..9cf919863 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@deploystack/frontend", - "version": "0.19.1", + "version": "0.20.0", "private": true, "type": "module", "scripts": {