Skip to content

Commit 88add35

Browse files
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`.
1 parent d74e3fa commit 88add35

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/create-twenty-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-twenty-app",
3-
"version": "2.1.0-canary.1",
3+
"version": "2.1.0",
44
"description": "Command-line interface to create Twenty application",
55
"main": "dist/cli.cjs",
66
"bin": "dist/cli.cjs",

packages/twenty-client-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twenty-client-sdk",
3-
"version": "2.1.0-canary.1",
3+
"version": "2.1.0",
44
"sideEffects": false,
55
"license": "AGPL-3.0",
66
"scripts": {

packages/twenty-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twenty-sdk",
3-
"version": "2.1.0-canary.1",
3+
"version": "2.1.0",
44
"sideEffects": false,
55
"bin": {
66
"twenty": "dist/cli.cjs"

0 commit comments

Comments
 (0)