mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
Release v2.0.0 for twenty-sdk, twenty-client-sdk, and create-twenty-app (#19910)
## Summary - Bump `twenty-sdk` from `1.23.0` to `2.0.0` - Bump `twenty-client-sdk` from `1.23.0` to `2.0.0` - Bump `create-twenty-app` from `1.23.0` to `2.0.0`
This commit is contained in:
parent
dc50dbdb20
commit
6ef15713b1
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-twenty-app",
|
||||
"version": "1.23.0",
|
||||
"version": "2.0.0",
|
||||
"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.23.0",
|
||||
"version": "2.0.0",
|
||||
"sideEffects": false,
|
||||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "twenty-sdk",
|
||||
"version": "1.23.0",
|
||||
"version": "2.0.0",
|
||||
"sideEffects": false,
|
||||
"bin": {
|
||||
"twenty": "dist/cli.cjs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue