Upgrade cli tools (#20496)

as title
upgrade version to 2.4.0
This commit is contained in:
martmull
2026-05-12 16:56:10 +02:00
committed by GitHub
parent ce54f69a4e
commit a34bf11dae
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-twenty-app",
"version": "2.3.1",
"version": "2.4.0",
"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": "2.3.1",
"version": "2.4.0",
"sideEffects": false,
"license": "AGPL-3.0",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-sdk",
"version": "2.3.1",
"version": "2.4.0",
"sideEffects": false,
"bin": {
"twenty": "dist/cli.cjs"