From a989c500518a891bb32eb56beb738b3f01b183b3 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 7 Jan 2025 10:52:44 +0200 Subject: [PATCH] chore: fix version number in tsdocs (#10856) --- packages/core/framework/src/http/types.ts | 2 +- packages/core/framework/src/types/container.ts | 2 +- packages/core/utils/src/common/container.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/framework/src/http/types.ts b/packages/core/framework/src/http/types.ts index c5d6b4f0d9..3e4fdb3dd2 100644 --- a/packages/core/framework/src/http/types.ts +++ b/packages/core/framework/src/http/types.ts @@ -112,7 +112,7 @@ export interface MedusaRequest< /** * An object containing fields and variables to be used with the remoteQuery * - * @version 2.1.4 + * @version 2.2.0 */ queryConfig: { fields: string[] diff --git a/packages/core/framework/src/types/container.ts b/packages/core/framework/src/types/container.ts index 62f29ecc58..0c3ffad645 100644 --- a/packages/core/framework/src/types/container.ts +++ b/packages/core/framework/src/types/container.ts @@ -40,7 +40,7 @@ declare module "@medusajs/types" { */ [ContainerRegistrationKeys.REMOTE_LINK]: Link /** - * @version 2.1.4 + * @version 2.2.0 */ [ContainerRegistrationKeys.LINK]: Link [ContainerRegistrationKeys.CONFIG_MODULE]: ConfigModule diff --git a/packages/core/utils/src/common/container.ts b/packages/core/utils/src/common/container.ts index c6af4b9c18..da778c1a6f 100644 --- a/packages/core/utils/src/common/container.ts +++ b/packages/core/utils/src/common/container.ts @@ -10,7 +10,7 @@ export const ContainerRegistrationKeys = { */ REMOTE_LINK: "remoteLink", /** - * @version 2.1.4 + * @version 2.2.0 */ LINK: "link", FEATURE_FLAG_ROUTER: "featureFlagRouter",