Skip to content

Commit

Permalink
Version Packages (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
alec-chernicki and github-actions[bot] authored Jan 17, 2024
1 parent d719a75 commit 981397f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/lovely-cows-act.md

This file was deleted.

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

## 0.2.45

### Patch Changes

- d719a75: Updates logging information for Studio failures
- Updated dependencies [d719a75]
- @commonalityco/studio@0.2.44

## 0.2.44

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/commonality/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commonality",
"version": "0.2.44",
"version": "0.2.45",
"bin": {
"commonality": "./bin.js"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@antfu/install-pkg": "^0.3.1",
"@commonalityco/studio": "0.2.43",
"@commonalityco/studio": "0.2.44",
"@sindresorhus/slugify": "^2.2.1",
"chalk": "^5.3.0",
"commander": "^11.0.0",
Expand Down
6 changes: 6 additions & 0 deletions apps/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commonalityco/dashboard

## 0.2.44

### Patch Changes

- d719a75: Updates logging information for Studio failures

## 0.2.43

### 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.43",
"version": "0.2.44",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/commonality-checks-recommended/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# commonality-checks-recommended

## 0.0.22

### Patch Changes

- Updated dependencies [d719a75]
- [email protected]

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commonality-checks-recommended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.0.21",
"version": "0.0.22",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 981397f

Please sign in to comment.