Bump versions to 0.12.2 (#5751)

This commit is contained in:
Weiko
2024-06-05 15:26:27 +02:00
committed by GitHub
parent 5164c7fd3c
commit 126d9ef2e6
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "twenty-front", "name": "twenty-front",
"version": "0.12.1", "version": "0.12.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.12.1", "version": "0.12.2",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,

View File

@ -1,6 +1,6 @@
{ {
"name": "twenty-ui", "name": "twenty-ui",
"version": "0.12.1", "version": "0.12.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.12.1", "version": "0.12.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",