From d5b69b8c2426aeb2b8c2e24dc9076ee110c1eaeb Mon Sep 17 00:00:00 2001 From: Jacob Steves Date: Wed, 18 Dec 2024 15:17:58 -0500 Subject: [PATCH] bump function-runner version to v7.0.0 --- .changeset/eleven-rice-train.md | 5 +++++ packages/app/src/cli/services/function/binaries.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/eleven-rice-train.md diff --git a/.changeset/eleven-rice-train.md b/.changeset/eleven-rice-train.md new file mode 100644 index 00000000000..7f3eecd3f80 --- /dev/null +++ b/.changeset/eleven-rice-train.md @@ -0,0 +1,5 @@ +--- +'@shopify/app': minor +--- + +Bump function-runner version to v7.0.0 diff --git a/packages/app/src/cli/services/function/binaries.ts b/packages/app/src/cli/services/function/binaries.ts index 88b5ee9a386..dcc1ef53122 100644 --- a/packages/app/src/cli/services/function/binaries.ts +++ b/packages/app/src/cli/services/function/binaries.ts @@ -10,7 +10,7 @@ import fs from 'node:fs' import * as gzip from 'node:zlib' import {fileURLToPath} from 'node:url' -const FUNCTION_RUNNER_VERSION = 'v6.5.0' +const FUNCTION_RUNNER_VERSION = 'v7.0.0' const JAVY_VERSION = 'v4.0.0' // The Javy plugin version should match the plugin version used in the // function-runner version specified above.