Skip to content

Commit

Permalink
Version Packages (#197)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## [email protected]

### Patch Changes

- c55750f: Fix checks not applying to "\*" when no tags exist in the
project
-   de5ffc5: Update message for CLI help screen

## @commonalityco/[email protected]

### Patch Changes

-   d9e7a5d: fix(studio): add PATH variable for server starting

## [email protected]

### Patch Changes

-   Updated dependencies [c55750f]
-   Updated dependencies [de5ffc5]
    -   [email protected]

## @commonalityco/[email protected]

### Patch Changes

- 14d31f8: Fixes an issue where if there were no tags in the project and
checks were configured to be run on all packages, no conformance results
would be shown.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 5, 2024
1 parent c55750f commit 175f987
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-lizards-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-ducks-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-tips-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-frogs-hunt.md

This file was deleted.

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

## 0.2.32

### Patch Changes

- c55750f: Fix checks not applying to "\*" when no tags exist in the project
- de5ffc5: Update message for CLI help screen

## 0.2.31

### 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.31",
"version": "0.2.32",
"bin": {
"commonality": "./bin.js"
},
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.33

### Patch Changes

- d9e7a5d: fix(studio): add PATH variable for server starting

## 0.2.32

### 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.32",
"version": "0.2.33",
"publishConfig": {
"access": "public"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# commonality-checks-recommended

## 0.0.12

### Patch Changes

- Updated dependencies [c55750f]
- Updated dependencies [de5ffc5]
- [email protected]

## 0.0.11

### 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.11",
"version": "0.0.12",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/conformance/utils-conformance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commonalityco/utils-conformance

## 0.2.32

### Patch Changes

- 14d31f8: Fixes an issue where if there were no tags in the project and checks were configured to be run on all packages, no conformance results would be shown.

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/conformance/utils-conformance/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commonalityco/utils-conformance",
"description": "Get conformance information about a local project",
"version": "0.0.21",
"version": "0.2.32",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 175f987

Please sign in to comment.