Skip to content

Commit bf2513f

Browse files
Merge pull request #2622 from contentstack/fix/version-bumps-v1
Fix/version bumps v1
2 parents 66c35b3 + 0baafaa commit bf2513f

2 files changed

Lines changed: 206 additions & 152 deletions

File tree

packages/contentstack/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.63.1",
4+
"version": "1.64.0",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -19,24 +19,24 @@
1919
"prepack": "pnpm compile && oclif manifest && oclif readme"
2020
},
2121
"dependencies": {
22-
"@contentstack/cli-audit": "~1.19.4",
23-
"@contentstack/cli-cm-export": "~1.25.1",
24-
"@contentstack/cli-cm-import": "~1.33.3",
25-
"@contentstack/cli-auth": "~1.8.3",
26-
"@contentstack/cli-cm-bootstrap": "~1.19.6",
27-
"@contentstack/cli-cm-branches": "~1.8.2",
28-
"@contentstack/cli-cm-bulk-publish": "~1.12.0",
29-
"@contentstack/cli-cm-clone": "~1.21.7",
30-
"@contentstack/cli-cm-export-to-csv": "~1.12.4",
31-
"@contentstack/cli-cm-import-setup": "~1.8.4",
32-
"@contentstack/cli-cm-migrate-rte": "~1.7.0",
33-
"@contentstack/cli-cm-seed": "~1.15.6",
34-
"@contentstack/cli-command": "~1.8.3",
35-
"@contentstack/cli-config": "~1.20.4",
22+
"@contentstack/cli-audit": "~1.19.5",
23+
"@contentstack/cli-cm-export": "~1.25.2",
24+
"@contentstack/cli-cm-import": "~1.33.4",
25+
"@contentstack/cli-auth": "~1.8.4",
26+
"@contentstack/cli-cm-bootstrap": "~1.19.7",
27+
"@contentstack/cli-cm-branches": "~1.8.3",
28+
"@contentstack/cli-cm-bulk-publish": "~1.12.1",
29+
"@contentstack/cli-cm-clone": "~1.21.8",
30+
"@contentstack/cli-cm-export-to-csv": "~1.12.5",
31+
"@contentstack/cli-cm-import-setup": "~1.8.5",
32+
"@contentstack/cli-cm-migrate-rte": "~1.7.1",
33+
"@contentstack/cli-cm-seed": "~1.15.7",
34+
"@contentstack/cli-command": "~1.8.4",
35+
"@contentstack/cli-config": "~1.20.5",
3636
"@contentstack/cli-launch": "^1.11.1",
37-
"@contentstack/cli-migration": "~1.12.3",
38-
"@contentstack/cli-utilities": "~1.18.4",
39-
"@contentstack/cli-variants": "~1.5.1",
37+
"@contentstack/cli-migration": "~1.12.4",
38+
"@contentstack/cli-utilities": "~1.18.5",
39+
"@contentstack/cli-variants": "~1.5.2",
4040
"@oclif/core": "^4.11.4",
4141
"@oclif/plugin-help": "^6.2.28",
4242
"@oclif/plugin-not-found": "^3.2.53",

0 commit comments

Comments
 (0)