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 Dec 3, 2023
1 parent 8de8306 commit 43f7c2f
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-sheep-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-monkeys-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-rocks-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-pillows-check.md

This file was deleted.

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

## 0.13.3

### Patch Changes

- 3cc28dc: Fix `--pack` with pre/post scripts that write to STDOUT
- Updated dependencies [0055de6]
- Updated dependencies [8de8306]
- @arethetypeswrong/core@0.13.3

## 0.13.2

### 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.2",
"version": "0.13.3",
"description": "A CLI tool for arethetypeswrong.github.io",
"author": "Andrew Branch & ej-shafran",
"contributors": [
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "5.3.2"
},
"dependencies": {
"@arethetypeswrong/core": "0.13.2",
"@arethetypeswrong/core": "0.13.3",
"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.13.3

### Patch Changes

- 0055de6: Fix occasional crash
- 8de8306: Add tshy and rspack to build tools list

## 0.13.2

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

## 0.6.0

### Minor Changes

- 8de8306: December 1 data

### Patch Changes

- Updated dependencies [0055de6]
- Updated dependencies [8de8306]
- @arethetypeswrong/core@0.13.3

## 0.5.1

### 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.5.1",
"version": "0.6.0",
"license": "MIT",
"author": "Andrew Branch",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"prepublishOnly": "pnpm tsc && pnpm generate"
},
"dependencies": {
"@arethetypeswrong/core": "0.13.2"
"@arethetypeswrong/core": "0.13.3"
},
"devDependencies": {
"@arethetypeswrong/core": "file:../core",
Expand Down

0 comments on commit 43f7c2f

Please sign in to comment.