fix: version upgrade

This commit is contained in:
sriram veeraghanta 2024-10-04 19:25:49 +05:30
parent eb344881c2
commit b87d5c5be6
14 changed files with 14 additions and 14 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "admin", "name": "admin",
"version": "0.22.0", "version": "0.23.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "turbo run develop", "dev": "turbo run develop",

View file

@ -1,4 +1,4 @@
{ {
"name": "plane-api", "name": "plane-api",
"version": "0.22.0" "version": "0.23.0"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "live", "name": "live",
"version": "0.22.0", "version": "0.23.0",
"description": "", "description": "",
"main": "./src/server.ts", "main": "./src/server.ts",
"private": true, "private": true,

View file

@ -1,6 +1,6 @@
{ {
"repository": "https://github.com/makeplane/plane.git", "repository": "https://github.com/makeplane/plane.git",
"version": "0.22.0", "version": "0.23.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"private": true, "private": true,
"workspaces": [ "workspaces": [

View file

@ -1,6 +1,6 @@
{ {
"name": "@plane/constants", "name": "@plane/constants",
"version": "0.22.0", "version": "0.23.0",
"private": true, "private": true,
"main": "./index.ts" "main": "./index.ts"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@plane/editor", "name": "@plane/editor",
"version": "0.22.0", "version": "0.23.0",
"description": "Core Editor that powers Plane", "description": "Core Editor that powers Plane",
"private": true, "private": true,
"main": "./dist/index.mjs", "main": "./dist/index.mjs",

View file

@ -1,7 +1,7 @@
{ {
"name": "@plane/eslint-config", "name": "@plane/eslint-config",
"private": true, "private": true,
"version": "0.22.0", "version": "0.23.0",
"files": [ "files": [
"library.js", "library.js",
"next.js", "next.js",

View file

@ -1,6 +1,6 @@
{ {
"name": "@plane/helpers", "name": "@plane/helpers",
"version": "0.22.0", "version": "0.23.0",
"description": "Helper functions shared across multiple apps internally", "description": "Helper functions shared across multiple apps internally",
"private": true, "private": true,
"main": "./dist/index.js", "main": "./dist/index.js",

View file

@ -1,6 +1,6 @@
{ {
"name": "tailwind-config-custom", "name": "tailwind-config-custom",
"version": "0.22.0", "version": "0.23.0",
"description": "common tailwind configuration across monorepo", "description": "common tailwind configuration across monorepo",
"main": "index.js", "main": "index.js",
"private": true, "private": true,

View file

@ -1,6 +1,6 @@
{ {
"name": "@plane/types", "name": "@plane/types",
"version": "0.22.0", "version": "0.23.0",
"private": true, "private": true,
"types": "./src/index.d.ts", "types": "./src/index.d.ts",
"main": "./src/index.d.ts" "main": "./src/index.d.ts"

View file

@ -1,6 +1,6 @@
{ {
"name": "@plane/typescript-config", "name": "@plane/typescript-config",
"version": "0.22.0", "version": "0.23.0",
"private": true, "private": true,
"files": [ "files": [
"base.json", "base.json",

View file

@ -2,7 +2,7 @@
"name": "@plane/ui", "name": "@plane/ui",
"description": "UI components shared across multiple apps internally", "description": "UI components shared across multiple apps internally",
"private": true, "private": true,
"version": "0.22.0", "version": "0.23.0",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "space", "name": "space",
"version": "0.22.0", "version": "0.23.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "turbo run develop", "dev": "turbo run develop",

View file

@ -1,6 +1,6 @@
{ {
"name": "web", "name": "web",
"version": "0.22.0", "version": "0.23.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "turbo run develop", "dev": "turbo run develop",