Bump twenty-sdk, twenty-client-sdk, create-twenty-app to 1.22.0-canary.1 (#19580)
## Summary - Bumps `twenty-sdk`, `twenty-client-sdk`, and `create-twenty-app` package versions from `0.9.0` to `1.22.0-canary.1` for the 1.22 canary release. ## Test plan - [ ] Verify packages build successfully (`npx nx build twenty-sdk`, `npx nx build twenty-client-sdk`, `npx nx build create-twenty-app`) - [ ] Verify `create-twenty-app` scaffolds new apps with the correct SDK version Made with [Cursor](https://cursor.com)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-twenty-app",
|
||||
"version": "0.9.0",
|
||||
"version": "1.22.0-canary.1",
|
||||
"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": "0.9.0",
|
||||
"version": "1.22.0-canary.1",
|
||||
"sideEffects": false,
|
||||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "twenty-sdk",
|
||||
"version": "0.9.0",
|
||||
"version": "1.22.0-canary.1",
|
||||
"main": "dist/index.cjs",
|
||||
"module": "dist/index.mjs",
|
||||
"types": "dist/sdk/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user