Release 0.31.1

This commit is contained in:
Charles Bochet 2024-10-12 17:47:02 +02:00
parent 70bbc65e61
commit 03c44811ae
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "twenty-emails",
"version": "0.31.0",
"version": "0.31.1",
"description": "",
"author": "",
"private": true,

View File

@ -1,6 +1,6 @@
{
"name": "twenty-front",
"version": "0.31.0",
"version": "0.31.1",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "twenty-server",
"version": "0.31.0",
"version": "0.31.1",
"description": "",
"author": "",
"private": true,

View File

@ -1,6 +1,6 @@
{
"name": "twenty-ui",
"version": "0.31.0",
"version": "0.31.1",
"type": "module",
"main": "./src/index.ts",
"exports": {

View File

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