Skip to content

Commit 362d29c

Browse files
sync: canary to preview using merge commit
2 parents 69b6468 + a55253d commit 362d29c

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

apps/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admin",
33
"description": "Admin UI for Plane",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"license": "AGPL-3.0",
66
"private": true,
77
"type": "module",

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plane-api",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"license": "AGPL-3.0",
55
"private": true,
66
"description": "API server powering Plane's backend"

apps/live/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "live",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"license": "AGPL-3.0",
55
"description": "A realtime collaborative server powers Plane's rich text editor",
66
"main": "./dist/start.mjs",

apps/space/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "space",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"license": "AGPL-3.0",
66
"type": "module",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"license": "AGPL-3.0",
66
"type": "module",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "plane",
33
"description": "Open-source project management that unlocks customer value",
44
"repository": "https://github.com/makeplane/plane.git",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"license": "AGPL-3.0",
77
"private": true,
88
"scripts": {

packages/codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plane/codemods",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"scripts": {
66
"test": "vitest run",

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plane/constants",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"license": "AGPL-3.0",
66
"type": "module",

packages/editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plane/editor",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Core Editor that powers Plane",
55
"license": "AGPL-3.0",
66
"private": true,

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plane/hooks",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"license": "AGPL-3.0",
55
"description": "React hooks that are shared across multiple apps internally",
66
"private": true,

0 commit comments

Comments
 (0)