Bump twenty-sdk, twenty-client-sdk, create-twenty-app to 2.1.0 (#20041)

## Summary

- Bumps `twenty-sdk` from `2.1.0-canary.1` to `2.1.0`.
- Bumps `twenty-client-sdk` from `2.1.0-canary.1` to `2.1.0`.
- Bumps `create-twenty-app` from `2.1.0-canary.1` to `2.1.0`.
This commit is contained in:
Charles Bochet
2026-04-24 23:10:40 +02:00
committed by GitHub
parent d74e3fa3b5
commit 88add35f0b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-twenty-app",
"version": "2.1.0-canary.1",
"version": "2.1.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.1.0-canary.1",
"version": "2.1.0",
"sideEffects": false,
"license": "AGPL-3.0",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-sdk",
"version": "2.1.0-canary.1",
"version": "2.1.0",
"sideEffects": false,
"bin": {
"twenty": "dist/cli.cjs"