Skip to content

Commit

Permalink
Merge pull request arethetypeswrong#160 from arethetypeswrong/changes…
Browse files Browse the repository at this point in the history
…et-release/main

Version Packages
  • Loading branch information
andrewbranch authored Mar 8, 2024
2 parents 9f222c4 + 4674d7d commit d0aaf78
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-queens-clean.md

This file was deleted.

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

## 0.15.1

### Patch Changes

- Updated dependencies [d93848f]
- @arethetypeswrong/core@0.15.1

## 0.15.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.15.0",
"version": "0.15.1",
"description": "A CLI tool for arethetypeswrong.github.io",
"author": "Andrew Branch & ej-shafran",
"contributors": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"typescript": "5.3.3"
},
"dependencies": {
"@arethetypeswrong/core": "0.15.0",
"@arethetypeswrong/core": "0.15.1",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"commander": "^10.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @arethetypeswrong/core

## 0.15.1

### Patch Changes

- d93848f: API: distinguish between npm 404s and other thrown errors

## 0.15.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.15.0",
"version": "0.15.1",
"description": "The API behind arethetypeswrong.github.io",
"author": "Andrew Branch",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/history/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @arethetypeswrong/history

## 0.6.8

### Patch Changes

- Updated dependencies [d93848f]
- @arethetypeswrong/core@0.15.1

## 0.6.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/history/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arethetypeswrong/history",
"version": "0.6.7",
"version": "0.6.8",
"license": "MIT",
"author": "Andrew Branch",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"prepublishOnly": "pnpm tsc && pnpm generate"
},
"dependencies": {
"@arethetypeswrong/core": "0.15.0"
"@arethetypeswrong/core": "0.15.1"
},
"devDependencies": {
"@arethetypeswrong/core": "file:../core",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0aaf78

Please sign in to comment.