From 7bf236bbbe6bf8b791ffefca9ad114378ee3d348 Mon Sep 17 00:00:00 2001 From: Andrew Branch Date: Wed, 3 Jul 2024 09:20:49 -0700 Subject: [PATCH] Revert "Version Packages" --- .changeset/real-points-carry.md | 5 +++++ packages/cli/CHANGELOG.md | 6 ------ packages/cli/package.json | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 .changeset/real-points-carry.md diff --git a/.changeset/real-points-carry.md b/.changeset/real-points-carry.md new file mode 100644 index 0000000..daaf911 --- /dev/null +++ b/.changeset/real-points-carry.md @@ -0,0 +1,5 @@ +--- +"@arethetypeswrong/cli": minor +--- + +Add support for multiple package managers like [pnpm](https://pnpm.io/) and [yarn](https://yarnpkg.com/) ([#173](https://github.com/arethetypeswrong/arethetypeswrong.github.io/issues/173)) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f281b44..0db8f25 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,11 +1,5 @@ # @arethetypeswrong/cli -## 0.16.0 - -### Minor Changes - -- f5cf8de: Add support for multiple package managers like [pnpm](https://pnpm.io/) and [yarn](https://yarnpkg.com/) ([#173](https://github.com/arethetypeswrong/arethetypeswrong.github.io/issues/173)) - ## 0.15.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 7a18b35..caea424 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@arethetypeswrong/cli", - "version": "0.16.0", + "version": "0.15.3", "description": "A CLI tool for arethetypeswrong.github.io", "author": "Andrew Branch & ej-shafran", "contributors": [