Bump version to 0.24.2 (#6955)

This commit is contained in:
Weiko 2024-09-09 18:45:45 +02:00 committed by GitHub
parent 64f8573ac4
commit ace0f7b515
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "twenty-website", "name": "twenty-website",
"version": "0.24.0", "version": "0.24.2",
"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",