diff --git a/.changeset/hip-ducks-speak.md b/.changeset/hip-ducks-speak.md deleted file mode 100644 index f3fe2ab77..000000000 --- a/.changeset/hip-ducks-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commonalityco/studio": patch ---- - -fix(studio): add PATH variable for server starting diff --git a/.changeset/ninety-frogs-hunt.md b/.changeset/ninety-frogs-hunt.md deleted file mode 100644 index 796185089..000000000 --- a/.changeset/ninety-frogs-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commonalityco/utils-conformance": patch ---- - -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. diff --git a/apps/studio/CHANGELOG.md b/apps/studio/CHANGELOG.md index 35934786d..fa7155923 100644 --- a/apps/studio/CHANGELOG.md +++ b/apps/studio/CHANGELOG.md @@ -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 diff --git a/apps/studio/package.json b/apps/studio/package.json index c10e115e3..57a41d06d 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -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" }, diff --git a/packages/conformance/utils-conformance/CHANGELOG.md b/packages/conformance/utils-conformance/CHANGELOG.md index 131564419..efb3d6c82 100644 --- a/packages/conformance/utils-conformance/CHANGELOG.md +++ b/packages/conformance/utils-conformance/CHANGELOG.md @@ -1,5 +1,11 @@ # @commonalityco/utils-conformance +## 0.0.22 + +### 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 diff --git a/packages/conformance/utils-conformance/package.json b/packages/conformance/utils-conformance/package.json index 22a0714fd..6fc223718 100644 --- a/packages/conformance/utils-conformance/package.json +++ b/packages/conformance/utils-conformance/package.json @@ -1,7 +1,7 @@ { "name": "@commonalityco/utils-conformance", "description": "Get conformance information about a local project", - "version": "0.0.21", + "version": "0.0.22", "type": "module", "publishConfig": { "access": "public"