Update canary package versions (#11543)

as title
This commit is contained in:
martmull
2025-04-11 16:48:41 +02:00
committed by GitHub
parent 04f9c5a5de
commit 82fa71c2cd
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "twenty-e2e-testing",
"version": "0.51.0-canary",
"version": "0.52.0-canary",
"description": "",
"author": "",
"private": true,

View File

@ -1,6 +1,6 @@
{
"name": "twenty-emails",
"version": "0.51.0-canary",
"version": "0.52.0-canary",
"description": "",
"author": "",
"private": true,

View File

@ -1,6 +1,6 @@
{
"name": "twenty-front",
"version": "0.51.0-canary",
"version": "0.52.0-canary",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "twenty-server",
"version": "0.51.0-canary",
"version": "0.52.0-canary",
"description": "",
"author": "",
"private": true,

View File

@ -1,6 +1,6 @@
{
"name": "twenty-shared",
"version": "0.51.0-canary",
"version": "0.52.0-canary",
"main": "dist/twenty-shared.cjs.js",
"module": "dist/twenty-shared.esm.js",
"license": "AGPL-3.0",

View File

@ -1,6 +1,6 @@
{
"name": "twenty-ui",
"version": "0.51.0-canary",
"version": "0.52.0-canary",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"style": "./dist/style.css",

View File

@ -1,6 +1,6 @@
{
"name": "twenty-website",
"version": "0.51.0-canary",
"version": "0.52.0-canary",
"private": true,
"scripts": {
"nx": "NX_DEFAULT_PROJECT=twenty-website node ../../node_modules/nx/bin/nx.js",