From 68eabcf8bf072ffe4c9792b2197b0ceeb03a7010 Mon Sep 17 00:00:00 2001 From: Daniel Del Core Date: Wed, 9 Jul 2025 09:38:02 +1000 Subject: [PATCH] force-bumps cli packages --- .changeset/grumpy-jeans-change.md | 12 ++++++++++++ package.json | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .changeset/grumpy-jeans-change.md diff --git a/.changeset/grumpy-jeans-change.md b/.changeset/grumpy-jeans-change.md new file mode 100644 index 000000000..69edb2b3f --- /dev/null +++ b/.changeset/grumpy-jeans-change.md @@ -0,0 +1,12 @@ +--- +'@hypermod/cli': minor +'@codeshift/cli': minor +'@hypermod/core': minor +'@hypermod/fetcher': minor +'@hypermod/initializer': minor +'@hypermod/types': minor +'@hypermod/utils': minor +'@hypermod/validator': minor +--- + +Bump CLI to surface changes to App package downloads diff --git a/package.json b/package.json index b8a0e92ae..34da77c5f 100644 --- a/package.json +++ b/package.json @@ -85,5 +85,6 @@ "workspaces": [ "packages/*", "community/*" - ] + ], + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }