Skip to content

Commit

Permalink
Merge pull request #4239 from makeplane/preview
Browse files Browse the repository at this point in the history
chore:version update
  • Loading branch information
sriramveeraghanta committed Apr 19, 2024
2 parents f71e8a3 + c1e5c0d commit a0b9596
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apiserver/package.json
@@ -1,4 +1,4 @@
{
"name": "plane-api",
"version": "0.17.0"
"version": "0.18.0"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"repository": "https://github.com/makeplane/plane.git",
"version": "0.17.0",
"version": "0.18.0",
"license": "AGPL-3.0",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@plane/editor-core",
"version": "0.17.0",
"version": "0.18.0",
"description": "Core Editor that powers Plane",
"private": true,
"main": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/document-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@plane/document-editor",
"version": "0.17.0",
"version": "0.18.0",
"description": "Package that powers Plane's Pages Editor",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/extensions/package.json
@@ -1,6 +1,6 @@
{
"name": "@plane/editor-extensions",
"version": "0.17.0",
"version": "0.18.0",
"description": "Package that powers Plane's Editor with extensions",
"private": true,
"main": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/lite-text-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@plane/lite-text-editor",
"version": "0.17.0",
"version": "0.18.0",
"description": "Package that powers Plane's Comment Editor",
"private": true,
"main": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/rich-text-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@plane/rich-text-editor",
"version": "0.17.0",
"version": "0.18.0",
"description": "Rich Text Editor that powers Plane",
"private": true,
"main": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-config-custom",
"private": true,
"version": "0.17.0",
"version": "0.18.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-config-custom/package.json
@@ -1,6 +1,6 @@
{
"name": "tailwind-config-custom",
"version": "0.17.0",
"version": "0.18.0",
"description": "common tailwind configuration across monorepo",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"files": [
"base.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@plane/types",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"main": "./src/index.d.ts"
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@plane/ui",
"description": "UI components shared across multiple apps internally",
"private": true,
"version": "0.17.0",
"version": "0.18.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion space/package.json
@@ -1,6 +1,6 @@
{
"name": "space",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"scripts": {
"dev": "turbo run develop",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"scripts": {
"dev": "turbo run develop",
Expand Down

0 comments on commit a0b9596

Please sign in to comment.