Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent c09df85 commit cca30d8
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-avocados-deny.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-turkeys-crash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-eagles-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-gifts-judge.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @arethetypeswrong/cli

## 0.17.1

### Patch Changes

- 1bfc877: Fix typo in MissingExportEquals message
- db6464d: Fix minor typos
- 55544ac: Fix truncated stdout when piping more than 64kb to another process
- Updated dependencies [5f96cdc]
- Updated dependencies [1bfc877]
- Updated dependencies [db6464d]
- @arethetypeswrong/core@0.17.1

## 0.17.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arethetypeswrong/cli",
"version": "0.17.0",
"version": "0.17.1",
"description": "A CLI tool for arethetypeswrong.github.io",
"author": "Andrew Branch & ej-shafran",
"contributors": [
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @arethetypeswrong/core

## 0.17.1

### Patch Changes

- 5f96cdc: Filter `prototype` from expected named exports
- 1bfc877: Fix typo in MissingExportEquals message
- db6464d: Fix minor typos

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arethetypeswrong/core",
"version": "0.17.0",
"version": "0.17.1",
"description": "The API behind arethetypeswrong.github.io",
"author": "Andrew Branch",
"license": "MIT",
Expand Down

0 comments on commit cca30d8

Please sign in to comment.