From a66ac3c4a46a7d1326abe9c91888d0e2a3cd4279 Mon Sep 17 00:00:00 2001 From: Will Chen Date: Wed, 20 Aug 2025 17:19:18 -0700 Subject: [PATCH] Bump to v0.18.0 (#1026) ## Summary by cubic Bump version from 0.18.0-beta.1 to the stable 0.18.0. Updates package.json to finalize the v0.18.0 release for publishing. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8817133..e2a865a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dyad", "productName": "dyad", - "version": "0.18.0-beta.2", + "version": "0.18.0", "description": "Free, local, open-source AI app builder", "main": ".vite/build/main.js", "repository": {