Skip to content

Commit c1a910f

Browse files
Version Packages
1 parent 29d5811 commit c1a910f

File tree

8 files changed

+31
-13
lines changed

8 files changed

+31
-13
lines changed

.changeset/violet-bananas-own.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- ab6cd95: add `--entrypoints-legacy` option
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [ab6cd95]
12+
- @arethetypeswrong/core@0.15.0
13+
314
## 0.14.1
415

516
### 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.14.1",
3+
"version": "0.15.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.14.1",
56+
"@arethetypeswrong/core": "0.15.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.15.0
4+
5+
### Minor Changes
6+
7+
- ab6cd95: add `--entrypoints-legacy` option
8+
39
## 0.14.1
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.14.1",
3+
"version": "0.15.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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ab6cd95]
8+
- @arethetypeswrong/core@0.15.0
9+
310
## 0.6.6
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.6",
3+
"version": "0.6.7",
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.14.1"
36+
"@arethetypeswrong/core": "0.15.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)