bump to v0.17.0 beta 2 (#932)

This commit is contained in:
Will Chen
2025-08-13 16:24:15 -07:00
committed by GitHub
parent a6dca76d29
commit b8362a74a7
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.17.0-beta.1", "version": "0.17.0-beta.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dyad", "name": "dyad",
"version": "0.17.0-beta.1", "version": "0.17.0-beta.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ai-sdk/anthropic": "^1.2.8", "@ai-sdk/anthropic": "^1.2.8",

View File

@@ -1,7 +1,7 @@
{ {
"name": "dyad", "name": "dyad",
"productName": "dyad", "productName": "dyad",
"version": "0.17.0-beta.1", "version": "0.17.0-beta.2",
"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": {