Compare commits

...

2 Commits

Author SHA1 Message Date
Charles Bochet c59e0d766e Bump version 2025-03-19 01:21:02 +01:00
Charles Bochet c9ffffeda8 Bump version 2025-03-19 00:45:44 +01:00
8 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-e2e-testing",
"version": "0.44.0-canary",
"version": "0.44.5",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-emails",
"version": "0.44.0-canary",
"version": "0.44.5",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-front",
"version": "0.44.0-canary",
"version": "0.44.5",
"private": true,
"type": "module",
"scripts": {
@@ -151,7 +151,10 @@ export const ActivityRichTextEditor = ({
return {
...oldActivity,
id: activityId,
body: newStringifiedBody,
bodyV2: {
blocknote: newStringifiedBody,
markdown: null,
},
__typename: 'Activity',
};
});
@@ -159,8 +162,11 @@ export const ActivityRichTextEditor = ({
modifyRecordFromCache({
recordId: activityId,
fieldModifiers: {
body: () => {
return newStringifiedBody;
bodyV2: () => {
return {
blocknote: newStringifiedBody,
markdown: null,
};
},
},
cache,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-server",
"version": "0.44.0-canary",
"version": "0.44.5",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-shared",
"version": "0.44.0-canary",
"version": "0.44.5",
"license": "AGPL-3.0",
"main": "./dist/index.js",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-ui",
"version": "0.44.0-canary",
"version": "0.44.5",
"type": "module",
"main": "./src/index.ts",
"exports": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-website",
"version": "0.44.0-canary",
"version": "0.44.5",
"private": true,
"scripts": {
"nx": "NX_DEFAULT_PROJECT=twenty-website node ../../node_modules/nx/bin/nx.js",