From 0006212f9f7da2245542a0aca9ea2e0476a346ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Sep 2024 16:31:46 +0000 Subject: [PATCH] Version Packages --- .changeset/dry-crews-raise.md | 5 ----- .changeset/young-donuts-heal.md | 6 ------ packages/cli/CHANGELOG.md | 12 ++++++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- packages/history/CHANGELOG.md | 8 ++++++++ packages/history/package.json | 2 +- 8 files changed, 33 insertions(+), 14 deletions(-) delete mode 100644 .changeset/dry-crews-raise.md delete mode 100644 .changeset/young-donuts-heal.md diff --git a/.changeset/dry-crews-raise.md b/.changeset/dry-crews-raise.md deleted file mode 100644 index 543d3ee..0000000 --- a/.changeset/dry-crews-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": patch ---- - -Update TypeScript and @types/node diff --git a/.changeset/young-donuts-heal.md b/.changeset/young-donuts-heal.md deleted file mode 100644 index c11a0b6..0000000 --- a/.changeset/young-donuts-heal.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@arethetypeswrong/core": minor -"@arethetypeswrong/cli": minor ---- - -New problem kind: **Named exports cannot be detected by Node.js**. Thanks @laverdet! diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 92a7762..50d35ea 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @arethetypeswrong/cli +## 0.16.0 + +### Minor Changes + +- d480f1c: New problem kind: **Named exports cannot be detected by Node.js**. Thanks @laverdet! + +### Patch Changes + +- Updated dependencies [970b141] +- Updated dependencies [d480f1c] + - @arethetypeswrong/core@0.16.0 + ## 0.15.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 85ff8af..33b869d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/cli", - "version": "0.15.4", + "version": "0.16.0", "description": "A CLI tool for arethetypeswrong.github.io", "author": "Andrew Branch & ej-shafran", "contributors": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 09c0e00..59a284a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @arethetypeswrong/core +## 0.16.0 + +### Minor Changes + +- d480f1c: New problem kind: **Named exports cannot be detected by Node.js**. Thanks @laverdet! + +### Patch Changes + +- 970b141: Update TypeScript and @types/node + ## 0.15.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 2683f9d..13bc56c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/core", - "version": "0.15.1", + "version": "0.16.0", "description": "The API behind arethetypeswrong.github.io", "author": "Andrew Branch", "license": "MIT", diff --git a/packages/history/CHANGELOG.md b/packages/history/CHANGELOG.md index 35cc395..af4879f 100644 --- a/packages/history/CHANGELOG.md +++ b/packages/history/CHANGELOG.md @@ -1,5 +1,13 @@ # @arethetypeswrong/history +## 0.6.9 + +### Patch Changes + +- Updated dependencies [970b141] +- Updated dependencies [d480f1c] + - @arethetypeswrong/core@0.16.0 + ## 0.6.8 ### Patch Changes diff --git a/packages/history/package.json b/packages/history/package.json index d8822fe..c9cec28 100644 --- a/packages/history/package.json +++ b/packages/history/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/history", - "version": "0.6.8", + "version": "0.6.9", "license": "MIT", "author": "Andrew Branch", "repository": {