Skip to content

Commit f4729b8

Browse files
authored
Merge pull request #225 from arethetypeswrong/changeset-release/main
Version Packages
2 parents b9cf960 + 1d95b42 commit f4729b8

9 files changed

+24
-29
lines changed

.changeset/breezy-avocados-deny.md

-5
This file was deleted.

.changeset/dry-jokes-accept.md

-5
This file was deleted.

.changeset/eight-turkeys-crash.md

-6
This file was deleted.

.changeset/kind-eagles-pay.md

-6
This file was deleted.

.changeset/polite-gifts-judge.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @arethetypeswrong/cli
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- 1bfc877: Fix typo in MissingExportEquals message
8+
- db6464d: Fix minor typos
9+
- 55544ac: Fix truncated stdout when piping more than 64kb to another process
10+
- Updated dependencies [5f96cdc]
11+
- Updated dependencies [def786e]
12+
- Updated dependencies [1bfc877]
13+
- Updated dependencies [db6464d]
14+
- @arethetypeswrong/core@0.17.1
15+
316
## 0.17.0
417

518
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arethetypeswrong/cli",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "A CLI tool for arethetypeswrong.github.io",
55
"author": "Andrew Branch & ej-shafran",
66
"contributors": [

packages/core/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @arethetypeswrong/core
22

3+
## 0.17.1
4+
5+
### Patch Changes
6+
7+
- 5f96cdc: Filter `prototype` from expected named exports
8+
- def786e: Fix named exports check crash when resolution is JS-only
9+
- 1bfc877: Fix typo in MissingExportEquals message
10+
- db6464d: Fix minor typos
11+
312
## 0.17.0
413

514
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arethetypeswrong/core",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "The API behind arethetypeswrong.github.io",
55
"author": "Andrew Branch",
66
"license": "MIT",

0 commit comments

Comments
 (0)