From 5325549fa721973ab243512d44622bcd9180350d Mon Sep 17 00:00:00 2001 From: Will Chen Date: Fri, 5 Dec 2025 00:11:16 -0800 Subject: [PATCH] Bump to v0.29 beta (#1895) > [!NOTE] > Bumps version from 0.28.0 to 0.29.0-beta.1 in `package.json`. > > Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 085f7afe2cd391775f91b9973b7b9f557f026c26. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot). ## Summary by cubic Bumped version to v0.29.0-beta.1 to start the v0.29 beta. Updates package.json so builds and release channels tag the app as a beta for testing. Written for commit 085f7afe2cd391775f91b9973b7b9f557f026c26. Summary will update automatically on new commits. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1480897..f2bca28 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dyad", "productName": "dyad", - "version": "0.28.0", + "version": "0.29.0-beta.1", "description": "Free, local, open-source AI app builder", "main": ".vite/build/main.js", "repository": {