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 21, 2024
1 parent f95f1a4 commit 0e4a6e2
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-carrots-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-gorillas-repair.md

This file was deleted.

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

## 0.14.1

### Patch Changes

- Updated dependencies [a8acc95]
- Updated dependencies [e38ed65]
- @arethetypeswrong/core@0.14.1

## 0.14.0

### 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.14.0",
"version": "0.14.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.14.0",
"@arethetypeswrong/core": "0.14.1",
"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.14.1

### Patch Changes

- a8acc95: Add `allowDeprecated` to options accepted by `createPackageFromNpm` API
- e38ed65: Fix false positive MissingExportEquals that can occur when `--moduleResolution bundler` resolves to ESM JS

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

## 0.6.6

### Patch Changes

- Updated dependencies [a8acc95]
- Updated dependencies [e38ed65]
- @arethetypeswrong/core@0.14.1

## 0.6.5

### 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.5",
"version": "0.6.6",
"license": "MIT",
"author": "Andrew Branch",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"prepublishOnly": "pnpm tsc && pnpm generate"
},
"dependencies": {
"@arethetypeswrong/core": "0.14.0"
"@arethetypeswrong/core": "0.14.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 0e4a6e2

Please sign in to comment.