Release 0.4.0 (#4856)

0.4.0 Release!
This commit is contained in:
Charles Bochet
2024-04-05 18:35:48 +02:00
committed by GitHub
parent bffd73e391
commit 7774ef68a2
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "twenty-ui",
"version": "0.0.1",
"version": "0.4.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

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