Bump twenty-sdk, twenty-client-sdk, create-twenty-app to 1.23.0-canary.9 (#19883)

## Summary
- Bumps `twenty-sdk`, `twenty-client-sdk`, and `create-twenty-app` from
`1.23.0-canary.2` to `1.23.0-canary.9`.

## Test plan
- [ ] Canary publish workflow succeeds for the three packages.

Made with [Cursor](https://cursor.com)
This commit is contained in:
Charles Bochet 2026-04-20 15:21:00 +02:00 committed by GitHub
parent ade55e293f
commit c959998111
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "create-twenty-app",
"version": "1.23.0-canary.2",
"version": "1.23.0-canary.9",
"description": "Command-line interface to create Twenty application",
"main": "dist/cli.cjs",
"bin": "dist/cli.cjs",

View file

@ -1,6 +1,6 @@
{
"name": "twenty-client-sdk",
"version": "1.23.0-canary.2",
"version": "1.23.0-canary.9",
"sideEffects": false,
"license": "AGPL-3.0",
"scripts": {

View file

@ -1,6 +1,6 @@
{
"name": "twenty-sdk",
"version": "1.23.0-canary.2",
"version": "1.23.0-canary.9",
"sideEffects": false,
"bin": {
"twenty": "dist/cli.cjs"