fix: updated package version

This commit is contained in:
sriram veeraghanta 2024-12-10 21:02:29 +05:30
parent 6e56ea4c60
commit f06b1b8c4a
15 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "admin", "name": "admin",
"version": "0.24.0", "version": "0.24.1",
"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.24.0" "version": "0.24.1"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "live", "name": "live",
"version": "0.24.0", "version": "0.24.1",
"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.24.0", "version": "0.24.1",
"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.24.0", "version": "0.24.1",
"private": true, "private": true,
"main": "./src/index.ts" "main": "./src/index.ts"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@plane/editor", "name": "@plane/editor",
"version": "0.24.0", "version": "0.24.1",
"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.24.0", "version": "0.24.1",
"files": [ "files": [
"library.js", "library.js",
"next.js", "next.js",

View file

@ -1,6 +1,6 @@
{ {
"name": "@plane/hooks", "name": "@plane/hooks",
"version": "0.24.0", "version": "0.24.1",
"description": "React hooks that are shared across multiple apps internally", "description": "React hooks that are 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.24.0", "version": "0.24.1",
"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.24.0", "version": "0.24.1",
"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.24.0", "version": "0.24.1",
"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.24.0", "version": "0.24.1",
"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": "@plane/utils", "name": "@plane/utils",
"version": "0.24.0", "version": "0.24.1",
"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": "space", "name": "space",
"version": "0.24.0", "version": "0.24.1",
"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.24.0", "version": "0.24.1",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "turbo run develop", "dev": "turbo run develop",