Skip to content

Commit

Permalink
Version Packages (#285)
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 30, 2024
1 parent 0508b8f commit acf60d2
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/silver-bees-bake.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.47

### Patch Changes

- 0508b8f: Adds a `workspaces` property to the project configuration file. This will allow you to override your package manager's workspaces. This will also allow integrated monorepos to filter packages without adding a workspaces property to their package manager.

## 0.2.46

### 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.46",
"version": "0.2.47",
"bin": {
"commonality": "./bin.js"
},
Expand Down
13 changes: 13 additions & 0 deletions apps/workshop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# workshop

## 1.0.32

### Patch Changes

- Updated dependencies [0508b8f]
- @commonalityco/utils-core@0.2.38
- @commonalityco/types@0.2.37
- @commonalityco/ui-conformance@0.2.39
- @commonalityco/ui-constraints@0.2.42
- @commonalityco/ui-core@0.2.39
- @commonalityco/ui-graph@0.2.41
- @commonalityco/ui-package@0.2.37

## 1.0.31

### 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.31",
"version": "1.0.32",
"scripts": {
"dev": "storybook dev -p 6006",
"lint": "eslint .",
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.24

### Patch Changes

- Updated dependencies [0508b8f]
- [email protected]

## 0.0.23

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

## 0.2.40

### Patch Changes

- Updated dependencies [0508b8f]
- @commonalityco/data-project@0.2.40
- @commonalityco/utils-core@0.2.38

## 0.2.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commonalityco/data-packages",
"description": "Get package information about a local project",
"version": "0.2.39",
"version": "0.2.40",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
8 changes: 8 additions & 0 deletions packages/data-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commonalityco/snapshot

## 0.2.40

### Patch Changes

- 0508b8f: Adds a `workspaces` property to the project configuration file. This will allow you to override your package manager's workspaces. This will also allow integrated monorepos to filter packages without adding a workspaces property to their package manager.
- Updated dependencies [0508b8f]
- @commonalityco/utils-core@0.2.38

## 0.2.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commonalityco/data-project",
"description": "Utilities for collecting metadata on the current Commonality project",
"version": "0.2.39",
"version": "0.2.40",
"publishConfig": {
"access": "public",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/data-tags/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commonalityco/snapshot

## 0.2.41

### Patch Changes

- Updated dependencies [0508b8f]
- @commonalityco/data-project@0.2.40
- @commonalityco/utils-core@0.2.38

## 0.2.40

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commonalityco/data-tags",
"description": "Utilities getting and setting metadata for a Commonality project",
"version": "0.2.40",
"version": "0.2.41",
"publishConfig": {
"access": "public",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-constraints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commonalityco/ui-constraints

## 0.2.42

### Patch Changes

- @commonalityco/ui-core@0.2.39
- @commonalityco/ui-graph@0.2.41

## 0.2.41

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

## 0.2.41

### Patch Changes

- Updated dependencies [0508b8f]
- @commonalityco/utils-core@0.2.38

## 0.2.40

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

## 0.2.38

### Patch Changes

- 0508b8f: Adds a `workspaces` property to the project configuration file. This will allow you to override your package manager's workspaces. This will also allow integrated monorepos to filter packages without adding a workspaces property to their package manager.

## 0.2.37

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commonalityco/utils-core",
"version": "0.2.37",
"version": "0.2.38",
"type": "module",
"description": "Contains the common constants used in all Commonality applications and packages",
"sideEffects": false,
Expand Down

0 comments on commit acf60d2

Please sign in to comment.