From e7b743cb87a1b85df2f0c40509f7957d5199193e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Sep 2024 16:55:02 +0000 Subject: [PATCH] Version Packages --- .changeset/beige-gorillas-cross.md | 5 ----- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .changeset/beige-gorillas-cross.md diff --git a/.changeset/beige-gorillas-cross.md b/.changeset/beige-gorillas-cross.md deleted file mode 100644 index ff2aaec..0000000 --- a/.changeset/beige-gorillas-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arethetypeswrong/core": patch ---- - -Changed version of lru-cache dependency to ^10.4.3 in order to fix compatibility with Node.js 18. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 82edd5c..100c3c1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @arethetypeswrong/cli +## 0.16.2 + +### Patch Changes + +- Updated dependencies [622b71f] + - @arethetypeswrong/core@0.16.2 + ## 0.16.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 701f3e3..f47092c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/cli", - "version": "0.16.1", + "version": "0.16.2", "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 59a284a..4c630a6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @arethetypeswrong/core +## 0.16.2 + +### Patch Changes + +- 622b71f: Changed version of lru-cache dependency to ^10.4.3 in order to fix compatibility with Node.js 18. + ## 0.16.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5d9acbf..c9ad4f2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/core", - "version": "0.16.0", + "version": "0.16.2", "description": "The API behind arethetypeswrong.github.io", "author": "Andrew Branch", "license": "MIT",