Skip to content

Commit 980dd43

Browse files
Version Packages (#364)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bfddcb3 commit 980dd43

File tree

11 files changed

+37
-10
lines changed

11 files changed

+37
-10
lines changed

.changeset/moody-months-tickle.md

-5
This file was deleted.

apps/commonality/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @commonalityco/cli
22

3+
## 0.2.62
4+
5+
### Patch Changes
6+
7+
- @commonalityco/studio@0.2.55
8+
39
## 0.2.61
410

511
### Patch Changes

apps/commonality/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commonality",
3-
"version": "0.2.61",
3+
"version": "0.2.62",
44
"bin": {
55
"commonality": "./bin.js"
66
},

apps/studio/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @commonalityco/dashboard
22

3+
## 0.2.55
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bfddcb3]
8+
- @commonalityco/feature-graph@0.1.0
9+
310
## 0.2.54
411

512
### Patch Changes

apps/studio/package.json

+1-1
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.54",
4+
"version": "0.2.55",
55
"publishConfig": {
66
"access": "public"
77
},

apps/workshop/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# workshop
22

3+
## 1.0.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bfddcb3]
8+
- @commonalityco/feature-graph@0.1.0
9+
310
## 1.0.38
411

512
### Patch Changes

apps/workshop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "workshop",
33
"description": "The Storybook application for developing Commonality UI components",
44
"private": true,
5-
"version": "1.0.38",
5+
"version": "1.0.39",
66
"scripts": {
77
"dev": "storybook dev -p 6006",
88
"lint": "eslint .",

packages/commonality-checks-recommended/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# commonality-checks-recommended
22

3+
## 0.0.39
4+
5+
### Patch Changes
6+
7+
- commonality@0.2.62
8+
39
## 0.0.38
410

511
### Patch Changes

packages/commonality-checks-recommended/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.0.38",
7+
"version": "0.0.39",
88
"type": "module",
99
"types": "./dist/index.d.ts",
1010
"exports": {

packages/feature-graph/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @commonalityco/feature-graph
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- bfddcb3: release feature-graph
8+
39
## 0.0.1
410

511
### Patch Changes

packages/feature-graph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commonalityco/feature-graph",
33
"description": "UI primitives for building the Commonality Studio graph",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"type": "module",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)