From ed2ddc9aa8b29d7e50f24538d530d32ba4501929 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 24 Jul 2026 16:43:18 +0530 Subject: [PATCH 1/3] bumped cli version --- packages/contentstack-command/package.json | 4 ++-- packages/contentstack-config/package.json | 4 ++-- packages/contentstack-utilities/package.json | 4 ++-- packages/contentstack/package.json | 10 +++++----- pnpm-lock.yaml | 12 ++++++------ 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/contentstack-command/package.json b/packages/contentstack-command/package.json index 31be2e817a..6c4080bf53 100644 --- a/packages/contentstack-command/package.json +++ b/packages/contentstack-command/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-command", "description": "Contentstack CLI plugin for configuration", - "version": "1.8.4", + "version": "1.8.5", "author": "Contentstack", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -62,4 +62,4 @@ "repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-command/<%- commandPath %>" }, "repository": "contentstack/cli" -} +} \ No newline at end of file diff --git a/packages/contentstack-config/package.json b/packages/contentstack-config/package.json index d5e8f706c4..77b9f3b1cc 100644 --- a/packages/contentstack-config/package.json +++ b/packages/contentstack-config/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-config", "description": "Contentstack CLI plugin for configuration", - "version": "1.20.5", + "version": "1.21.0", "author": "Contentstack", "scripts": { "build": "pnpm compile && oclif manifest && oclif readme", @@ -91,4 +91,4 @@ } }, "repository": "contentstack/cli" -} +} \ No newline at end of file diff --git a/packages/contentstack-utilities/package.json b/packages/contentstack-utilities/package.json index 0160f448b9..88051977e6 100644 --- a/packages/contentstack-utilities/package.json +++ b/packages/contentstack-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/cli-utilities", - "version": "1.18.5", + "version": "1.19.0", "description": "Utilities for contentstack projects", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -83,4 +83,4 @@ "ts-node": "^10.9.2", "typescript": "^4.9.5" } -} +} \ No newline at end of file diff --git a/packages/contentstack/package.json b/packages/contentstack/package.json index 84c87c8e95..075ff0f80c 100755 --- a/packages/contentstack/package.json +++ b/packages/contentstack/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli", "description": "Command-line tool (CLI) to interact with Contentstack", - "version": "1.65.0", + "version": "1.66.0", "author": "Contentstack", "bin": { "csdx": "./bin/run.js" @@ -31,11 +31,11 @@ "@contentstack/cli-cm-import-setup": "~1.8.6", "@contentstack/cli-cm-migrate-rte": "~1.7.2", "@contentstack/cli-cm-seed": "~1.15.8", - "@contentstack/cli-command": "~1.8.4", - "@contentstack/cli-config": "~1.20.5", + "@contentstack/cli-command": "~1.8.5", + "@contentstack/cli-config": "~1.21.0", "@contentstack/cli-launch": "^1.11.1", "@contentstack/cli-migration": "~1.12.4", - "@contentstack/cli-utilities": "~1.18.5", + "@contentstack/cli-utilities": "~1.19.0", "@contentstack/cli-variants": "~1.6.0", "@oclif/core": "^4.11.4", "@oclif/plugin-help": "^6.2.28", @@ -162,4 +162,4 @@ } }, "repository": "https://github.com/contentstack/cli" -} +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f818f0bd1..b41476ddc5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,10 +60,10 @@ importers: specifier: ~1.15.8 version: 1.15.8(@types/node@14.18.63) '@contentstack/cli-command': - specifier: ~1.8.4 + specifier: ~1.8.5 version: link:../contentstack-command '@contentstack/cli-config': - specifier: ~1.20.5 + specifier: ~1.21.0 version: link:../contentstack-config '@contentstack/cli-launch': specifier: ^1.11.1 @@ -72,7 +72,7 @@ importers: specifier: ~1.12.4 version: 1.12.4(@types/node@14.18.63) '@contentstack/cli-utilities': - specifier: ~1.18.5 + specifier: ~1.19.0 version: link:../contentstack-utilities '@contentstack/cli-variants': specifier: ~1.6.0 @@ -173,7 +173,7 @@ importers: version: link:../contentstack-command '@contentstack/cli-utilities': specifier: ~1.18.5 - version: link:../contentstack-utilities + version: 1.18.5(@types/node@14.18.63)(debug@4.4.3) '@oclif/core': specifier: ^4.11.4 version: 4.11.14 @@ -237,7 +237,7 @@ importers: dependencies: '@contentstack/cli-utilities': specifier: ~1.18.5 - version: link:../contentstack-utilities + version: 1.18.5(@types/node@14.18.63)(debug@4.4.3) '@oclif/core': specifier: ^4.11.4 version: 4.11.14 @@ -283,7 +283,7 @@ importers: version: link:../contentstack-command '@contentstack/cli-utilities': specifier: ~1.18.5 - version: link:../contentstack-utilities + version: 1.18.5(@types/node@14.18.63)(debug@4.4.3) '@contentstack/utils': specifier: ~1.9.1 version: 1.9.1 From 3414018c4dbab333d3ffc2321397e67d5c1f4f1f Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 24 Jul 2026 17:39:18 +0530 Subject: [PATCH 2/3] bumped cli uitlties version in dependencies --- packages/contentstack-command/package.json | 4 ++-- packages/contentstack-config/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/contentstack-command/package.json b/packages/contentstack-command/package.json index 31be2e817a..c38e77f8a4 100644 --- a/packages/contentstack-command/package.json +++ b/packages/contentstack-command/package.json @@ -14,7 +14,7 @@ "lint": "eslint src/**/*.ts" }, "dependencies": { - "@contentstack/cli-utilities": "~1.18.5", + "@contentstack/cli-utilities": "~1.19.0", "contentstack": "^3.27.0", "@oclif/core": "^4.11.4" }, @@ -62,4 +62,4 @@ "repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-command/<%- commandPath %>" }, "repository": "contentstack/cli" -} +} \ No newline at end of file diff --git a/packages/contentstack-config/package.json b/packages/contentstack-config/package.json index d5e8f706c4..23c6c59a6b 100644 --- a/packages/contentstack-config/package.json +++ b/packages/contentstack-config/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@contentstack/cli-command": "~1.8.4", - "@contentstack/cli-utilities": "~1.18.5", + "@contentstack/cli-utilities": "~1.19.0", "@contentstack/utils": "~1.9.1", "@oclif/core": "^4.11.4" }, @@ -91,4 +91,4 @@ } }, "repository": "contentstack/cli" -} +} \ No newline at end of file From ab5bc9d3c4bc87fc1508a46160ffb0572f95b492 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 24 Jul 2026 17:41:29 +0530 Subject: [PATCH 3/3] updated lock file --- pnpm-lock.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b41476ddc5..33d1e88786 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -236,8 +236,8 @@ importers: packages/contentstack-command: dependencies: '@contentstack/cli-utilities': - specifier: ~1.18.5 - version: 1.18.5(@types/node@14.18.63)(debug@4.4.3) + specifier: ~1.19.0 + version: link:../contentstack-utilities '@oclif/core': specifier: ^4.11.4 version: 4.11.14 @@ -282,8 +282,8 @@ importers: specifier: ~1.8.4 version: link:../contentstack-command '@contentstack/cli-utilities': - specifier: ~1.18.5 - version: 1.18.5(@types/node@14.18.63)(debug@4.4.3) + specifier: ~1.19.0 + version: link:../contentstack-utilities '@contentstack/utils': specifier: ~1.9.1 version: 1.9.1