Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2024
1 parent 13d6195 commit fcf276b
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-clouds-bake.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.13.9

### Patch Changes

- Updated dependencies [66fa67b]
- @arethetypeswrong/core@0.13.9

## 0.13.8

### Patch 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.13.8",
"version": "0.13.9",
"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.13.6",
"@arethetypeswrong/core": "0.13.9",
"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.13.9

### Patch Changes

- 66fa67b: Fix extracting some non-compliant tarballs

## 0.13.6

### Patch 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.13.6",
"version": "0.13.9",
"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.4

### Patch Changes

- Updated dependencies [66fa67b]
- @arethetypeswrong/core@0.13.9

## 0.6.3

### 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.3",
"version": "0.6.4",
"license": "MIT",
"author": "Andrew Branch",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"prepublishOnly": "pnpm tsc && pnpm generate"
},
"dependencies": {
"@arethetypeswrong/core": "0.13.6"
"@arethetypeswrong/core": "0.13.9"
},
"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 fcf276b

Please sign in to comment.