Skip to content

Commit 1149af2

Browse files
authored
Merge pull request #81 from arethetypeswrong/changeset-release/main
Version Packages
2 parents c66461f + 83cb16d commit 1149af2

File tree

7 files changed

+22
-18
lines changed

7 files changed

+22
-18
lines changed

.changeset/curly-eels-reflect.md

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

.changeset/moody-dancers-nail.md

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

.changeset/thin-moles-sort.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- b2a3251: Report relevant build tools detected in package.json `devDependencies`
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [c3a69f7]
12+
- Updated dependencies [2c67f2d]
13+
- @arethetypeswrong/core@0.9.0
14+
315
## 0.8.0
416

517
### Minor 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.8.0",
3+
"version": "0.9.0",
44
"description": "A CLI tool for arethetypeswrong.github.io",
55
"author": "Andrew Branch & ej-shafran",
66
"contributors": [
@@ -45,7 +45,7 @@
4545
"typescript": "^5.0.0-dev.20230207"
4646
},
4747
"dependencies": {
48-
"@arethetypeswrong/core": "0.8.0",
48+
"@arethetypeswrong/core": "0.9.0",
4949
"chalk": "^4.1.2",
5050
"cli-table3": "^0.6.3",
5151
"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.9.0
4+
5+
### Minor Changes
6+
7+
- c3a69f7: Package creation API changes to support @arethetypeswrong/history better. `createPackageFromNpm` options now take a `before` property similar to `npm install --before date`.
8+
- 2c67f2d: Add `buildTools` property to `Analysis` (a pick of `devDependencies`)
9+
310
## 0.8.0
411

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

0 commit comments

Comments
 (0)