From a0484369298256a608f3ce9b69b7ae31ccd012bd Mon Sep 17 00:00:00 2001 From: Marie <51697796+ijreilly@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:22:16 +0200 Subject: [PATCH] Bump version to v0.31.0 (#7500) Co-authored-by: Weiko --- packages/twenty-emails/package.json | 2 +- packages/twenty-front/package.json | 2 +- packages/twenty-server/package.json | 2 +- packages/twenty-ui/package.json | 2 +- packages/twenty-website/package.json | 2 +- .../developers/self-hosting/upgrade-guide.mdx | 19 +++++++++++++++++++ 6 files changed, 24 insertions(+), 5 deletions(-) diff --git a/packages/twenty-emails/package.json b/packages/twenty-emails/package.json index 1f20fbe7eb..e42c2b318a 100644 --- a/packages/twenty-emails/package.json +++ b/packages/twenty-emails/package.json @@ -1,6 +1,6 @@ { "name": "twenty-emails", - "version": "0.31.0-canary", + "version": "0.31.0", "description": "", "author": "", "private": true, diff --git a/packages/twenty-front/package.json b/packages/twenty-front/package.json index 9370f2460b..90bd99f401 100644 --- a/packages/twenty-front/package.json +++ b/packages/twenty-front/package.json @@ -1,6 +1,6 @@ { "name": "twenty-front", - "version": "0.31.0-canary", + "version": "0.31.0", "private": true, "type": "module", "scripts": { diff --git a/packages/twenty-server/package.json b/packages/twenty-server/package.json index d5c8f91b9c..1f94d52eff 100644 --- a/packages/twenty-server/package.json +++ b/packages/twenty-server/package.json @@ -1,6 +1,6 @@ { "name": "twenty-server", - "version": "0.31.0-canary", + "version": "0.31.0", "description": "", "author": "", "private": true, diff --git a/packages/twenty-ui/package.json b/packages/twenty-ui/package.json index 3e9aadc6ce..ecf63eb4cb 100644 --- a/packages/twenty-ui/package.json +++ b/packages/twenty-ui/package.json @@ -1,6 +1,6 @@ { "name": "twenty-ui", - "version": "0.31.0-canary", + "version": "0.31.0", "type": "module", "main": "./src/index.ts", "exports": { diff --git a/packages/twenty-website/package.json b/packages/twenty-website/package.json index f3ca9e2137..9db9975792 100644 --- a/packages/twenty-website/package.json +++ b/packages/twenty-website/package.json @@ -1,6 +1,6 @@ { "name": "twenty-website", - "version": "0.31.0-canary", + "version": "0.31.0", "private": true, "scripts": { "nx": "NX_DEFAULT_PROJECT=twenty-website node ../../node_modules/nx/bin/nx.js", diff --git a/packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx b/packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx index 8a71df02a4..c260b6a041 100644 --- a/packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx +++ b/packages/twenty-website/src/content/developers/self-hosting/upgrade-guide.mdx @@ -22,6 +22,8 @@ Migrating a CRM is a bit trickier than migrating a traditional software, because ## v0.21.0 to v0.22.0 +Upgrade your Twenty instance to use v0.22.0 image + Run the following commands: ``` @@ -36,6 +38,8 @@ The `yarn command:prod upgrade-0.22` command will apply specific data transforma ## v0.22.0 to v0.23.0 +Upgrade your Twenty instance to use v0.23.0 image + Run the following commands: ``` @@ -48,6 +52,8 @@ The `yarn command:prod upgrade-0.23` takes care of the data migration, including ## v0.23.0 to v0.24.0 +Upgrade your Twenty instance to use v0.24.0 image + Run the following commands: ``` @@ -80,4 +86,17 @@ yarn command:prod upgrade-0.30 The `yarn database:migrate:prod` command will apply the migrations to the database structure (core and metadata schemas) The `yarn command:prod upgrade-30` takes care of the data migration of all workspaces. +# v0.30.0 to v0.31.0 + +Upgrade your Twenty instance to use v0.31.0 image + +**Schema and data migration**: +``` +yarn database:migrate:prod +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-31` takes care of the data migration of all workspaces. +