From c950763a4d10c50fea90a98be28ac59a7d4c475b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 22:03:04 +0000 Subject: [PATCH] chore: Versions packages for latest changesets --- .changeset/sour-garlics-punch.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sour-garlics-punch.md diff --git a/.changeset/sour-garlics-punch.md b/.changeset/sour-garlics-punch.md deleted file mode 100644 index bbd0ba3..0000000 --- a/.changeset/sour-garlics-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@taskless/pack": patch ---- - -Renames to @taskless/pack to support check and publish operations diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be3ec8..3d69b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @taskless/packcheck +## 0.0.6 + +### Patch Changes + +- fa9a1f1: Renames to @taskless/pack to support check and publish operations + ## 0.0.5 ### Patch Changes diff --git a/package.json b/package.json index 5623b90..055d0bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@taskless/pack", "description": "CLI for working with Taskless packs", - "version": "0.0.5", + "version": "0.0.6", "author": "Taskless", "license": "Apache-2.0", "repository": "taskless/pack",