chore: update version

This commit is contained in:
sriram veeraghanta 2024-05-03 17:23:12 +05:30
parent 8cf4260219
commit eed047bfe3
14 changed files with 14 additions and 14 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@plane/document-editor",
"version": "0.18.0",
"version": "0.19.0",
"description": "Package that powers Plane's Pages Editor",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",

View file

@ -1,6 +1,6 @@
{
"name": "@plane/editor-extensions",
"version": "0.18.0",
"version": "0.19.0",
"description": "Package that powers Plane's Editor with extensions",
"private": true,
"main": "./dist/index.mjs",

View file

@ -1,6 +1,6 @@
{
"name": "@plane/lite-text-editor",
"version": "0.18.0",
"version": "0.19.0",
"description": "Package that powers Plane's Comment Editor",
"private": true,
"main": "./dist/index.mjs",

View file

@ -1,6 +1,6 @@
{
"name": "@plane/rich-text-editor",
"version": "0.18.0",
"version": "0.19.0",
"description": "Rich Text Editor that powers Plane",
"private": true,
"main": "./dist/index.mjs",