Skip to content

Commit da87fd8

Browse files
Merge pull request #2538 from contentstack/update/core-version
chore: update core version
2 parents 5147dda + afe9825 commit da87fd8

3 files changed

Lines changed: 459 additions & 501 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: e118b2ebbc7fdd1e6eaa50f022b754506c3848b8e08c69fc3539b6b56856a926
3+
checksum: b4b7cc7f54f34037274c5b3f6f563e21f49d717ddc625218cb6497b27a9114a6
44
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": "2.0.0-beta.19",
4+
"version": "2.0.0-beta.20",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -19,23 +19,23 @@
1919
"prepack": "pnpm compile && oclif manifest && oclif readme"
2020
},
2121
"dependencies": {
22-
"@contentstack/cli-audit": "~2.0.0-beta.9",
23-
"@contentstack/cli-cm-export": "~2.0.0-beta.14",
24-
"@contentstack/cli-cm-import": "~2.0.0-beta.14",
25-
"@contentstack/cli-auth": "~2.0.0-beta.10",
22+
"@contentstack/cli-audit": "~2.0.0-beta.10",
23+
"@contentstack/cli-cm-export": "~2.0.0-beta.15",
24+
"@contentstack/cli-cm-import": "~2.0.0-beta.15",
25+
"@contentstack/cli-auth": "~2.0.0-beta.11",
2626
"@contentstack/cli-bulk-operations": "^1.0.1",
27-
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.14",
28-
"@contentstack/cli-cm-branches": "~2.0.0-beta.5",
29-
"@contentstack/cli-cm-clone": "~2.0.0-beta.15",
30-
"@contentstack/cli-cm-export-to-csv": "~2.0.0-beta.5",
31-
"@contentstack/cli-cm-import-setup": "~2.0.0-beta.9",
32-
"@contentstack/cli-cm-seed": "~2.0.0-beta.13",
33-
"@contentstack/cli-command": "~2.0.0-beta.5",
34-
"@contentstack/cli-config": "~2.0.0-beta.7",
27+
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.15",
28+
"@contentstack/cli-cm-branches": "~2.0.0-beta.6",
29+
"@contentstack/cli-cm-clone": "~2.0.0-beta.16",
30+
"@contentstack/cli-cm-export-to-csv": "~2.0.0-beta.6",
31+
"@contentstack/cli-cm-import-setup": "~2.0.0-beta.10",
32+
"@contentstack/cli-cm-seed": "~2.0.0-beta.14",
33+
"@contentstack/cli-command": "~2.0.0-beta.6",
34+
"@contentstack/cli-config": "~2.0.0-beta.8",
3535
"@contentstack/cli-launch": "^1.9.7",
36-
"@contentstack/cli-migration": "~2.0.0-beta.10",
37-
"@contentstack/cli-utilities": "~2.0.0-beta.6",
38-
"@contentstack/cli-variants": "~2.0.0-beta.11",
36+
"@contentstack/cli-migration": "~2.0.0-beta.11",
37+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
38+
"@contentstack/cli-variants": "~2.0.0-beta.12",
3939
"@contentstack/management": "~1.30.1",
4040
"@contentstack/utils": "~1.9.1",
4141
"@oclif/core": "^4.10.5",
@@ -170,4 +170,4 @@
170170
}
171171
},
172172
"repository": "https://github.com/contentstack/cli"
173-
}
173+
}

0 commit comments

Comments
 (0)