Skip to content

Commit 7550747

Browse files
Version Packages
1 parent 9a6bb75 commit 7550747

File tree

8 files changed

+27
-12
lines changed

8 files changed

+27
-12
lines changed

.changeset/clean-ligers-exist.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @arethetypeswrong/cli
22

3+
## 0.14.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b293c99]
8+
- @arethetypeswrong/core@0.14.0
9+
310
## 0.13.10
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arethetypeswrong/cli",
3-
"version": "0.13.10",
3+
"version": "0.14.0",
44
"description": "A CLI tool for arethetypeswrong.github.io",
55
"author": "Andrew Branch & ej-shafran",
66
"contributors": [
@@ -53,7 +53,7 @@
5353
"typescript": "5.3.3"
5454
},
5555
"dependencies": {
56-
"@arethetypeswrong/core": "0.13.9",
56+
"@arethetypeswrong/core": "0.14.0",
5757
"chalk": "^4.1.2",
5858
"cli-table3": "^0.6.3",
5959
"commander": "^10.0.1",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @arethetypeswrong/core
22

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- b293c99: Improve detection for MissingExportEquals and FalseExportDefault
8+
39
## 0.13.9
410

511
### Patch Changes

packages/core/package.json

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

packages/history/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @arethetypeswrong/history
22

3+
## 0.6.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b293c99]
8+
- @arethetypeswrong/core@0.14.0
9+
310
## 0.6.4
411

512
### Patch Changes

packages/history/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arethetypeswrong/history",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"license": "MIT",
55
"author": "Andrew Branch",
66
"repository": {
@@ -33,7 +33,7 @@
3333
"prepublishOnly": "pnpm tsc && pnpm generate"
3434
},
3535
"dependencies": {
36-
"@arethetypeswrong/core": "0.13.9"
36+
"@arethetypeswrong/core": "0.14.0"
3737
},
3838
"devDependencies": {
3939
"@arethetypeswrong/core": "file:../core",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)