chore: add monorepo version update to the update-versions script

This commit is contained in:
Daniel Luiz Alves
2025-07-21 18:11:19 -03:00
parent 96cb4a04ec
commit 1f097678ce

View File

@@ -31,6 +31,7 @@ update_package_json() {
update_package_json "apps/web/package.json" "Web App"
update_package_json "apps/docs/package.json" "Documentation"
update_package_json "apps/server/package.json" "API Server"
update_package_json "./package.json" "Monorepo"
echo "🎉 Version update completed!"
echo "📦 All package.json files now have version: $VERSION"