Release 0.27.x (#1768)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Bumps app to version 0.27.1 and updates `@dyad-sh/supabase-management-js` to 1.0.1. > > - **Release**: > - Set application version to `0.27.1` in `package.json`. > - **Dependencies**: > - Update `@dyad-sh/supabase-management-js` from `v1.0.0` to `v1.0.1`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit a6d43949556f1b3da905b02e5c84a05bd30539b4. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Release 0.27.1: update app version and lockfile. Also bump the Supabase management client to v1.0.1. - **Dependencies** - @dyad-sh/supabase-management-js: v1.0.0 → v1.0.1 <sup>Written for commit a6d43949556f1b3da905b02e5c84a05bd30539b4. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. -->
This commit is contained in:
12
package-lock.json
generated
12
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "dyad",
|
"name": "dyad",
|
||||||
"version": "0.27.0-beta.1",
|
"version": "0.27.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "dyad",
|
"name": "dyad",
|
||||||
"version": "0.27.0-beta.1",
|
"version": "0.27.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ai-sdk/amazon-bedrock": "^3.0.15",
|
"@ai-sdk/amazon-bedrock": "^3.0.15",
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
"@ai-sdk/provider-utils": "^3.0.3",
|
"@ai-sdk/provider-utils": "^3.0.3",
|
||||||
"@ai-sdk/xai": "^2.0.16",
|
"@ai-sdk/xai": "^2.0.16",
|
||||||
"@biomejs/biome": "^1.9.4",
|
"@biomejs/biome": "^1.9.4",
|
||||||
"@dyad-sh/supabase-management-js": "v1.0.0",
|
"@dyad-sh/supabase-management-js": "v1.0.1",
|
||||||
"@lexical/react": "^0.33.1",
|
"@lexical/react": "^0.33.1",
|
||||||
"@modelcontextprotocol/sdk": "^1.17.5",
|
"@modelcontextprotocol/sdk": "^1.17.5",
|
||||||
"@monaco-editor/react": "^4.7.0-rc.0",
|
"@monaco-editor/react": "^4.7.0-rc.0",
|
||||||
@@ -930,9 +930,9 @@
|
|||||||
"license": "Apache-2.0"
|
"license": "Apache-2.0"
|
||||||
},
|
},
|
||||||
"node_modules/@dyad-sh/supabase-management-js": {
|
"node_modules/@dyad-sh/supabase-management-js": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/@dyad-sh/supabase-management-js/-/supabase-management-js-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/@dyad-sh/supabase-management-js/-/supabase-management-js-1.0.1.tgz",
|
||||||
"integrity": "sha512-v/DupITKhM0/pmXJPFYFtjCoKzD5ZAQn1Haay1hXTSBP3SoEv1Ff7bQS7q7Ee30JCZllHy6dQFa6loqJKdkXOg==",
|
"integrity": "sha512-bzYLnsHH3IB3HI5oeX8MXTvVngqEqgKWzJqBcVvd/eo2ELcr6w1XBMM2jdNRW8rN/cBa8kjpo/JuJxRzDbhoWQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"openapi-fetch": "^0.6.1"
|
"openapi-fetch": "^0.6.1"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "dyad",
|
"name": "dyad",
|
||||||
"productName": "dyad",
|
"productName": "dyad",
|
||||||
"version": "0.27.0-beta.2",
|
"version": "0.27.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": {
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
"@ai-sdk/provider-utils": "^3.0.3",
|
"@ai-sdk/provider-utils": "^3.0.3",
|
||||||
"@ai-sdk/xai": "^2.0.16",
|
"@ai-sdk/xai": "^2.0.16",
|
||||||
"@biomejs/biome": "^1.9.4",
|
"@biomejs/biome": "^1.9.4",
|
||||||
"@dyad-sh/supabase-management-js": "v1.0.0",
|
"@dyad-sh/supabase-management-js": "v1.0.1",
|
||||||
"@lexical/react": "^0.33.1",
|
"@lexical/react": "^0.33.1",
|
||||||
"@modelcontextprotocol/sdk": "^1.17.5",
|
"@modelcontextprotocol/sdk": "^1.17.5",
|
||||||
"@monaco-editor/react": "^4.7.0-rc.0",
|
"@monaco-editor/react": "^4.7.0-rc.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user