diff --git a/infra/update-versions.sh b/infra/update-versions.sh index 91508f7..134fb77 100755 --- a/infra/update-versions.sh +++ b/infra/update-versions.sh @@ -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" \ No newline at end of file