Skip to content

Commit ce1791f

Browse files
fix: versioning and studio (#366)
1 parent 980dd43 commit ce1791f

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/nasty-pants-relate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@commonalityco/studio": patch
3+
---
4+
5+
fix studio versioning

apps/studio/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commonalityco/studio",
33
"description": "The Next.js application that powers Commonality Studio",
4-
"version": "0.2.55",
4+
"version": "0.2.56",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -30,7 +30,6 @@
3030
"dist/"
3131
],
3232
"dependencies": {
33-
"@commonalityco/feature-graph": "workspace:*",
3433
"@xyflow/react": "12.0.0-next.11",
3534
"@xyflow/system": "^0.0.17",
3635
"chokidar": "^3.6.0",
@@ -55,6 +54,7 @@
5554
"@commonalityco/types": "workspace:*",
5655
"@commonalityco/ui-core": "workspace:*",
5756
"@commonalityco/ui-design-system": "workspace:*",
57+
"@commonalityco/feature-graph": "workspace:*",
5858
"@commonalityco/utils-conformance": "workspace:*",
5959
"@commonalityco/utils-core": "workspace:*",
6060
"@commonalityco/utils-package": "workspace:*",
@@ -116,4 +116,4 @@
116116
"url": "https://github.com/commonalityco/commonality",
117117
"directory": "apps/studio"
118118
}
119-
}
119+
}

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)