Skip to content

Commit 3b672f9

Browse files
Merge pull request #2507 from contentstack/bump-core-version
bumped core version
2 parents 873e5a5 + 54aa9bb commit 3b672f9

File tree

3 files changed

+180
-166
lines changed

3 files changed

+180
-166
lines changed

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ fileignoreconfig:
22
- filename: .github/workflows/release-production-pipeline.yml
33
checksum: 48264fdeb61cbbed348c7271aae5e155651f490aca063dbb1d54f2c15a154090
44
- filename: pnpm-lock.yaml
5-
checksum: 3143f78aa6c83f0d41ec24a2bb7f25dce0ae25d969ee9fb6bf0787a85773e60a
5+
checksum: c64bb59690952523cb0c314de42499c168d3e08b1810e4583a546c5773bd89fc
66
version: '1.0'

packages/contentstack/package.json

Lines changed: 17 additions & 17 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.59.0",
4+
"version": "1.60.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.18.0",
23-
"@contentstack/cli-cm-export": "~1.23.2",
24-
"@contentstack/cli-cm-import": "~1.31.3",
25-
"@contentstack/cli-auth": "~1.7.3",
26-
"@contentstack/cli-cm-bootstrap": "~1.18.4",
27-
"@contentstack/cli-cm-branches": "~1.6.3",
28-
"@contentstack/cli-cm-bulk-publish": "~1.10.7",
29-
"@contentstack/cli-cm-clone": "~1.20.1",
30-
"@contentstack/cli-cm-export-to-csv": "~1.11.0",
31-
"@contentstack/cli-cm-import-setup": "~1.7.3",
22+
"@contentstack/cli-audit": "~1.19.0",
23+
"@contentstack/cli-cm-export": "~1.24.0",
24+
"@contentstack/cli-cm-import": "~1.32.0",
25+
"@contentstack/cli-auth": "~1.8.0",
26+
"@contentstack/cli-cm-bootstrap": "~1.19.0",
27+
"@contentstack/cli-cm-branches": "~1.7.0",
28+
"@contentstack/cli-cm-bulk-publish": "~1.11.0",
29+
"@contentstack/cli-cm-clone": "~1.21.0",
30+
"@contentstack/cli-cm-export-to-csv": "~1.12.0",
31+
"@contentstack/cli-cm-import-setup": "~1.8.0",
3232
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
33-
"@contentstack/cli-cm-seed": "~1.14.3",
34-
"@contentstack/cli-command": "~1.7.2",
35-
"@contentstack/cli-config": "~1.19.0",
33+
"@contentstack/cli-cm-seed": "~1.15.0",
34+
"@contentstack/cli-command": "~1.8.0",
35+
"@contentstack/cli-config": "~1.20.0",
3636
"@contentstack/cli-launch": "^1.9.6",
37-
"@contentstack/cli-migration": "~1.11.0",
38-
"@contentstack/cli-utilities": "~1.17.4",
39-
"@contentstack/cli-variants": "~1.3.8",
37+
"@contentstack/cli-migration": "~1.12.0",
38+
"@contentstack/cli-utilities": "~1.18.0",
39+
"@contentstack/cli-variants": "~1.4.0",
4040
"@contentstack/management": "~1.27.5",
4141
"@oclif/core": "^4.8.3",
4242
"@oclif/plugin-help": "^6.2.28",

0 commit comments

Comments
 (0)