chore: package version change

This commit is contained in:
sriram veeraghanta 2024-07-04 15:27:37 +05:30
parent 2f8c8ac40f
commit 9717497b4e
12 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "admin", "name": "admin",
"version": "0.21.0", "version": "0.22.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.21.0" "version": "0.22.0"
} }

View file

@ -1,6 +1,6 @@
{ {
"repository": "https://github.com/makeplane/plane.git", "repository": "https://github.com/makeplane/plane.git",
"version": "0.21.0", "version": "0.22.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.21.0", "version": "0.22.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.21.0", "version": "0.22.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": "eslint-config-custom", "name": "eslint-config-custom",
"private": true, "private": true,
"version": "0.21.0", "version": "0.22.0",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"devDependencies": {}, "devDependencies": {},

View file

@ -1,6 +1,6 @@
{ {
"name": "tailwind-config-custom", "name": "tailwind-config-custom",
"version": "0.21.0", "version": "0.22.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": "tsconfig", "name": "tsconfig",
"version": "0.21.0", "version": "0.22.0",
"private": true, "private": true,
"files": [ "files": [
"base.json", "base.json",

View file

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

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.21.0", "version": "0.22.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.21.0", "version": "0.22.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.21.0", "version": "0.22.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "turbo run develop", "dev": "turbo run develop",