Compare commits

...

3 Commits

Author SHA1 Message Date
Charles Bochet a41fc38d87 Release patch 0.35.5 2025-01-10 16:54:14 +01:00
Charles Bochet 7c889d2125 Fix mail import gmail driver when message has been deleted (#9546)
We forgot to ignore messages that were removed
2025-01-10 16:53:38 +01:00
Thomas Trompette a42ddfd0bb Bump 0.35.4 2025-01-09 18:12:42 +01:00
7 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-e2e-testing",
"version": "0.40.0-canary",
"version": "0.35.5",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-emails",
"version": "0.40.0-canary",
"version": "0.35.5",
"description": "",
"author": "",
"private": true,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-front",
"version": "0.40.0-canary",
"version": "0.35.5",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-server",
"version": "0.40.0-canary",
"version": "0.35.5",
"description": "",
"author": "",
"private": true,
@@ -81,6 +81,8 @@ export class GmailGetMessagesService {
response.error,
messageIds[index],
);
return undefined;
}
return parseAndFormatGmailMessage(
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-ui",
"version": "0.40.0-canary",
"version": "0.35.5",
"type": "module",
"main": "./src/index.ts",
"exports": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-website",
"version": "0.40.0-canary",
"version": "0.35.5",
"private": true,
"scripts": {
"nx": "NX_DEFAULT_PROJECT=twenty-website node ../../node_modules/nx/bin/nx.js",