Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2024
1 parent 70ac615 commit 2175eee
Show file tree
Hide file tree
Showing 18 changed files with 61 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .changeset/swift-gifts-chew.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wicked-spoons-compare.md

This file was deleted.

6 changes: 6 additions & 0 deletions apps/commonality/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commonalityco/cli

## 0.2.31

### Patch Changes

- 70ac615: Fixes an issue where you could not exit out of the studio process if the Commonality Studio port never becomes available

## 0.2.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/commonality/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commonality",
"version": "0.2.30",
"version": "0.2.31",
"bin": {
"commonality": "./bin.js"
},
Expand Down
6 changes: 6 additions & 0 deletions apps/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# documentation

## 0.0.7

### Patch Changes

- 70ac615: Fixes an issue where you could not exit out of the studio process if the Commonality Studio port never becomes available

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentation",
"version": "0.0.6",
"version": "0.0.7",
"description": "Nextra docs template",
"private": true,
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions apps/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commonalityco/dashboard

## 0.2.32

### Patch Changes

- 70ac615: Fixes an issue where you could not exit out of the studio process if the Commonality Studio port never becomes available
- 202b591: Fixes initialization issues with Commonality Studio and broken links

## 0.2.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commonalityco/studio",
"description": "The Next.js application that powers Commonality Studio",
"version": "0.2.31",
"version": "0.2.32",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions apps/workshop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# workshop

## 1.0.23

### Patch Changes

- Updated dependencies [202b591]
- @commonalityco/utils-constraints@0.0.4
- @commonalityco/ui-constraints@0.0.5

## 1.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "workshop",
"description": "The Storybook application for developing Commonality UI components",
"private": true,
"version": "1.0.22",
"version": "1.0.23",
"scripts": {
"dev": "storybook dev -p 6006",
"lint": "eslint .",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# commonality-checks-recommended

## 0.0.11

### Patch Changes

- Updated dependencies [70ac615]
- [email protected]

## 0.0.10

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.10",
"version": "0.0.11",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/constraints/state-constraints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commonalityco/state-constraints

## 0.0.4

### Patch Changes

- Updated dependencies [202b591]
- @commonalityco/utils-constraints@0.0.4

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constraints/state-constraints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commonalityco/state-constraints",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/constraints/ui-constraints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commonalityco/ui-constraints

## 0.0.5

### Patch Changes

- 202b591: Fixes initialization issues with Commonality Studio and broken links

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constraints/ui-constraints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commonalityco/ui-constraints",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/constraints/utils-constraints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commonalityco/utils-constraints

## 0.0.4

### Patch Changes

- 202b591: Fixes initialization issues with Commonality Studio and broken links

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constraints/utils-constraints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commonalityco/utils-constraints",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2175eee

Please sign in to comment.