Skip to content

Commit 0224946

Browse files
authored
Merge pull request #134 from arethetypeswrong/changeset-release/main
Version Packages
2 parents 17e24c4 + 99f767d commit 0224946

File tree

9 files changed

+30
-17
lines changed

9 files changed

+30
-17
lines changed

.changeset/sharp-shrimps-try.md

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

.changeset/wet-birds-marry.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.13.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c5923a7]
8+
- Updated dependencies [406fc66]
9+
- @arethetypeswrong/core@0.13.6
10+
311
## 0.13.5
412

513
### 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.5",
3+
"version": "0.13.6",
44
"description": "A CLI tool for arethetypeswrong.github.io",
55
"author": "Andrew Branch & ej-shafran",
66
"contributors": [
@@ -46,7 +46,7 @@
4646
"typescript": "5.3.2"
4747
},
4848
"dependencies": {
49-
"@arethetypeswrong/core": "0.13.5",
49+
"@arethetypeswrong/core": "0.13.6",
5050
"chalk": "^4.1.2",
5151
"cli-table3": "^0.6.3",
5252
"commander": "^10.0.1",

packages/core/CHANGELOG.md

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

3+
## 0.13.6
4+
5+
### Patch Changes
6+
7+
- c5923a7: When detecting proxy directories, exclude vendored packages by filtering by package.json name
8+
- 406fc66: Fix bugs in createPackageFromNpm, allow resolveImplementationPackageForTypesPackage to accept a range
9+
310
## 0.13.5
411

512
### 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.5",
3+
"version": "0.13.6",
44
"description": "The API behind arethetypeswrong.github.io",
55
"author": "Andrew Branch",
66
"license": "MIT",

packages/history/CHANGELOG.md

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

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c5923a7]
8+
- Updated dependencies [406fc66]
9+
- @arethetypeswrong/core@0.13.6
10+
311
## 0.6.2
412

513
### 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.2",
3+
"version": "0.6.3",
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.5"
36+
"@arethetypeswrong/core": "0.13.6"
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)