Bump prelease version sdk, sdk-client, create-twenty-app (#19000)

This commit is contained in:
Paul Rastoin
2026-03-26 13:20:08 +01:00
committed by GitHub
parent 052aecccc7
commit 160a80cbcb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-twenty-app",
"version": "0.8.0-canary.3",
"version": "0.8.0-canary.4",
"description": "Command-line interface to create Twenty application",
"main": "dist/cli.cjs",
"bin": "dist/cli.cjs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-client-sdk",
"version": "0.8.0-canary.3",
"version": "0.8.0-canary.4",
"sideEffects": false,
"license": "AGPL-3.0",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-sdk",
"version": "0.8.0-canary.3",
"version": "0.8.0-canary.4",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/sdk/index.d.ts",