Bump version to v2.6.0

This commit is contained in:
Ilya Oleshko 2024-06-27 08:18:39 +03:00
parent 947543bf3c
commit ce1bb3ae6b
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "docspace", "name": "docspace",
"version": "2.5.1", "version": "2.6.0",
"private": true, "private": true,
"workspaces": { "workspaces": {
"packages": [ "packages": [

View File

@ -1,6 +1,6 @@
{ {
"name": "@docspace/client", "name": "@docspace/client",
"version": "2.5.1", "version": "2.6.0",
"private": true, "private": true,
"homepage": "", "homepage": "",
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@docspace/doceditor", "name": "@docspace/doceditor",
"version": "2.5.1", "version": "2.6.0",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "node ./scripts/buildTranslations.js && next build", "build": "node ./scripts/buildTranslations.js && next build",

View File

@ -1,6 +1,6 @@
{ {
"name": "@docspace/login", "name": "@docspace/login",
"version": "2.5.0", "version": "2.6.0",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "node ./scripts/buildTranslations.js && next build", "build": "node ./scripts/buildTranslations.js && next build",

View File

@ -1,6 +1,6 @@
{ {
"name": "@docspace/management", "name": "@docspace/management",
"version": "2.5.1", "version": "2.6.0",
"private": true, "private": true,
"homepage": "/management", "homepage": "/management",
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@docspace/shared", "name": "@docspace/shared",
"version": "2.5.1", "version": "2.6.0",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "echo 'skip it'", "build": "echo 'skip it'",