Publish new cli tool version (#20903)

publish 2.8.0
This commit is contained in:
martmull
2026-05-26 09:06:04 +02:00
committed by GitHub
parent 1188ea9cd5
commit 44bae39538
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-twenty-app",
"version": "2.7.0",
"version": "2.8.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.7.0",
"version": "2.8.0",
"sideEffects": false,
"license": "AGPL-3.0",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-sdk",
"version": "2.7.0",
"version": "2.8.0",
"sideEffects": false,
"bin": {
"twenty": "dist/cli.cjs"