Bump twenty-sdk, twenty-client-sdk, create-twenty-app to 2.5.0 (#20587)

## Summary

- Bumps `twenty-sdk` from `2.4.2` to `2.5.0`.
- Bumps `twenty-client-sdk` from `2.4.2` to `2.5.0`.
- Bumps `create-twenty-app` from `2.4.2` to `2.5.0`.
This commit is contained in:
Charles Bochet
2026-05-14 17:14:31 +02:00
committed by GitHub
parent 94748b7042
commit 5a1d3841f4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-twenty-app",
"version": "2.4.2",
"version": "2.5.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.4.2",
"version": "2.5.0",
"sideEffects": false,
"license": "AGPL-3.0",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-sdk",
"version": "2.4.2",
"version": "2.5.0",
"sideEffects": false,
"bin": {
"twenty": "dist/cli.cjs"