Skip to content

Commit aad77b5

Browse files
Bump twenty-sdk, twenty-client-sdk, create-twenty-app to 2.1.0-canary.1 (#20038)
## Summary - Bumps `twenty-sdk` from `2.1.0` to `2.1.0-canary.1`. - Bumps `twenty-client-sdk` from `2.0.0` to `2.1.0-canary.1`. - Bumps `create-twenty-app` from `2.0.0` to `2.1.0-canary.1`.
1 parent bba102e commit aad77b5

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.0.0",
3+
"version": "2.1.0-canary.1",
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.0.0",
3+
"version": "2.1.0-canary.1",
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",
3+
"version": "2.1.0-canary.1",
44
"sideEffects": false,
55
"bin": {
66
"twenty": "dist/cli.cjs"

0 commit comments

Comments
 (0)