Compare commits

...

1 Commits

Author SHA1 Message Date
Charles Bochet 3f21b3607c Release 0.3.0 2024-02-03 09:01:00 +01:00
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-docs",
"version": "0.1.0",
"version": "0.3.0",
"private": true,
"scripts": {
"nx": "NX_DEFAULT_PROJECT=twenty-docs node ../../node_modules/nx/bin/nx.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-emails",
"version": "0.1.0",
"version": "0.3.0",
"description": "",
"author": "",
"private": true,
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-front",
"version": "0.2.3",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
@@ -60,4 +60,4 @@
"msw": {
"workerDirectory": "public"
}
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "twenty-server",
"version": "0.2.3",
"version": "0.3.0",
"description": "",
"author": "",
"private": true,
@@ -123,4 +123,4 @@
}
}
}
}
}