Bump version

This commit is contained in:
Charles Bochet
2024-11-08 17:17:38 +01:00
parent 354ee86cb9
commit 4f2bf10dd2
6 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -99,9 +99,9 @@ yarn command:prod upgrade-0.31
The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas)
The `yarn command:prod upgrade-0.31` takes care of the data migration of all workspaces.
## v0.31.0 to v0.32.0
## v0.31 to v0.32
Upgrade your Twenty instance to use v0.32.0 image
Upgrade your Twenty instance to use v0.32 image
**Schema and data migration**:
```