Bump version

This commit is contained in:
martmull
2024-10-18 10:55:43 +02:00
parent f8ff334f39
commit eeb8fff707
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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