Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curly-eels-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-dancers-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-moles-sort.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @arethetypeswrong/cli

## 0.9.0

### Minor Changes

- b2a3251: Report relevant build tools detected in package.json `devDependencies`

### Patch Changes

- Updated dependencies [c3a69f7]
- Updated dependencies [2c67f2d]
- @arethetypeswrong/[email protected]

## 0.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arethetypeswrong/cli",
"version": "0.8.0",
"version": "0.9.0",
"description": "A CLI tool for arethetypeswrong.github.io",
"author": "Andrew Branch & ej-shafran",
"contributors": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "^5.0.0-dev.20230207"
},
"dependencies": {
"@arethetypeswrong/core": "0.8.0",
"@arethetypeswrong/core": "0.9.0",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @arethetypeswrong/core

## 0.9.0

### Minor Changes

- c3a69f7: Package creation API changes to support @arethetypeswrong/history better. `createPackageFromNpm` options now take a `before` property similar to `npm install --before date`.
- 2c67f2d: Add `buildTools` property to `Analysis` (a pick of `devDependencies`)

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arethetypeswrong/core",
"version": "0.8.0",
"version": "0.9.0",
"description": "The API behind arethetypeswrong.github.io",
"author": "Andrew Branch",
"license": "MIT",
Expand Down