bump to beta v0.19 1 (#1094)

This commit is contained in:
Will Chen
2025-08-26 11:09:17 -07:00
committed by GitHub
parent 9869fefbcb
commit 8211db71c9
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "dyad", "name": "dyad",
"version": "0.18.0-beta.1", "version": "0.19.0-beta.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dyad", "name": "dyad",
"version": "0.18.0-beta.1", "version": "0.19.0-beta.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ai-sdk/anthropic": "^2.0.4", "@ai-sdk/anthropic": "^2.0.4",

View File

@@ -1,7 +1,7 @@
{ {
"name": "dyad", "name": "dyad",
"productName": "dyad", "productName": "dyad",
"version": "0.18.0", "version": "0.19.0-beta.1",
"description": "Free, local, open-source AI app builder", "description": "Free, local, open-source AI app builder",
"main": ".vite/build/main.js", "main": ".vite/build/main.js",
"repository": { "repository": {