mirror of
https://github.com/lingble/twenty.git
synced 2025-11-02 05:37:56 +00:00
Bump version to v0.31.0 (#7500)
Co-authored-by: Weiko <corentin@twenty.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "twenty-emails",
|
"name": "twenty-emails",
|
||||||
"version": "0.31.0-canary",
|
"version": "0.31.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "",
|
"author": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "twenty-front",
|
"name": "twenty-front",
|
||||||
"version": "0.31.0-canary",
|
"version": "0.31.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "twenty-server",
|
"name": "twenty-server",
|
||||||
"version": "0.31.0-canary",
|
"version": "0.31.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "",
|
"author": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "twenty-ui",
|
"name": "twenty-ui",
|
||||||
"version": "0.31.0-canary",
|
"version": "0.31.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "twenty-website",
|
"name": "twenty-website",
|
||||||
"version": "0.31.0-canary",
|
"version": "0.31.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"nx": "NX_DEFAULT_PROJECT=twenty-website node ../../node_modules/nx/bin/nx.js",
|
"nx": "NX_DEFAULT_PROJECT=twenty-website node ../../node_modules/nx/bin/nx.js",
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ Migrating a CRM is a bit trickier than migrating a traditional software, because
|
|||||||
|
|
||||||
## v0.21.0 to v0.22.0
|
## v0.21.0 to v0.22.0
|
||||||
|
|
||||||
|
Upgrade your Twenty instance to use v0.22.0 image
|
||||||
|
|
||||||
Run the following commands:
|
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
|
## v0.22.0 to v0.23.0
|
||||||
|
|
||||||
|
Upgrade your Twenty instance to use v0.23.0 image
|
||||||
|
|
||||||
Run the following commands:
|
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
|
## v0.23.0 to v0.24.0
|
||||||
|
|
||||||
|
Upgrade your Twenty instance to use v0.24.0 image
|
||||||
|
|
||||||
Run the following commands:
|
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 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.
|
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.
|
||||||
|
|
||||||
<ArticleEditContent></ArticleEditContent>
|
<ArticleEditContent></ArticleEditContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user