mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
Bump twenty-sdk, twenty-client-sdk, create-twenty-app to 1.22.0-canary.3 (#19587)
## Summary - Bump `twenty-sdk`, `twenty-client-sdk`, and `create-twenty-app` from `1.22.0-canary.2` to `1.22.0-canary.3` for publishing. ## Test plan - Version-only change, no code modifications. Made with [Cursor](https://cursor.com)
This commit is contained in:
parent
baf2fc4cc9
commit
4d877d072d
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-twenty-app",
|
||||
"version": "1.22.0-canary.2",
|
||||
"version": "1.22.0-canary.3",
|
||||
"description": "Command-line interface to create Twenty application",
|
||||
"main": "dist/cli.cjs",
|
||||
"bin": "dist/cli.cjs",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "twenty-client-sdk",
|
||||
"version": "1.22.0-canary.2",
|
||||
"version": "1.22.0-canary.3",
|
||||
"sideEffects": false,
|
||||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "twenty-sdk",
|
||||
"version": "1.22.0-canary.2",
|
||||
"version": "1.22.0-canary.3",
|
||||
"main": "dist/index.cjs",
|
||||
"module": "dist/index.mjs",
|
||||
"types": "dist/sdk/index.d.ts",
|
||||
|
|
|
|||
Loading…
Reference in a new issue