Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
tstelzer committed May 16, 2024
1 parent 83deaf3 commit a6bb822
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
8 changes: 8 additions & 0 deletions workspace/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies
- @creative-introvert/tons-of-tests@0.4.1
- @creative-introvert/tons-of-tests-cli@0.5.1

## null

### Patch Changes

- Updated dependencies
- @creative-introvert/tons-of-tests-cli@0.5.0

Expand Down
8 changes: 8 additions & 0 deletions workspace/tons-of-tests-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @creative-introvert/tons-of-tests-cli

## 0.5.1

### Patch Changes

- Fix: Properly clear stale runs.
- Updated dependencies
- @creative-introvert/tons-of-tests@0.4.1

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/tons-of-tests-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@creative-introvert/tons-of-tests-cli",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"license": "MIT",
"sideEffects": [],
Expand Down
2 changes: 1 addition & 1 deletion workspace/tons-of-tests-cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.5.0';
export const VERSION = '0.5.1';
6 changes: 6 additions & 0 deletions workspace/tons-of-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @creative-introvert/tons-of-tests

## 0.4.1

### Patch Changes

- Fix: Properly clear stale runs.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspace/tons-of-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@creative-introvert/tons-of-tests",
"version": "0.4.0",
"version": "0.4.1",
"type": "module",
"license": "MIT",
"sideEffects": [],
Expand Down

0 comments on commit a6bb822

Please sign in to comment.