Bump versions to 0.11.2 (#5349)

This commit is contained in:
Marie 2024-05-10 13:56:41 +02:00 committed by GitHub
parent 999a66882d
commit ae0e31abc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "twenty-docs",
"version": "0.11.1",
"version": "0.11.2",
"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.11.1",
"version": "0.11.2",
"description": "",
"author": "",
"private": true,

View File

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

View File

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

View File

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

View File

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