Skip to content

Commit 094b115

Browse files
authored
Merge pull request #2407 from contentstack/fix/beta-release
fix: updated the cli-utilites and added prepack steps for clone
2 parents dcb7a3a + fb9bacc commit 094b115

File tree

14 files changed

+577
-660
lines changed

14 files changed

+577
-660
lines changed

.talismanrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ fileignoreconfig:
33
- filename: packages/contentstack-import/src/import/modules/environments.ts
44
checksum: f61c635eaec8026e0cfa80a5ab8272f7946531f6d89505dc0d247b4c7ab0eab7
55
- filename: pnpm-lock.yaml
6-
checksum: 0b3c36327f58da95cce698d23a5321d86bb4908f3310b57167a8e206c653e3fa
6+
checksum: 2fd43b3eef46720de65d8c5f6ff782d5db78b73a49f106222a40d8c0a4ccf78a
77
- filename: package-lock.json
8-
checksum: 270916294e02bdf230fbdd3f6d7c370ff326697ff7a98754c3a9904420b8c7f4
8+
checksum: 73a5607658267002cdece1123c08fd201cb4b78d31ff889488adc7be7ccf30ad
99
- filename: packages/contentstack-bootstrap/src/bootstrap/utils.ts
1010
checksum: 5ab20e057fa9c4c300f7a882d30e1c68bbc91ed19de520488107e8c37239682a
1111
- filename: packages/contentstack-migration/README.md

package-lock.json

Lines changed: 375 additions & 474 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@contentstack/cli-command": "~1.7.2",
22-
"@contentstack/cli-utilities": "~1.17.2",
22+
"@contentstack/cli-utilities": "~1.17.3",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.28",
2525
"chalk": "^4.1.2",

packages/contentstack-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@contentstack/cli-cm-seed": "~2.0.0-beta.7",
2020
"@contentstack/cli-command": "~1.7.2",
21-
"@contentstack/cli-utilities": "~1.17.2",
21+
"@contentstack/cli-utilities": "~1.17.3",
2222
"@oclif/core": "^4.3.0",
2323
"@oclif/plugin-help": "^6.2.37",
2424
"inquirer": "8.2.7",

packages/contentstack-branches/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@contentstack/cli-command": "~1.7.2",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
11-
"@contentstack/cli-utilities": "~1.17.2",
11+
"@contentstack/cli-utilities": "~1.17.3",
1212
"chalk": "^4.1.2",
1313
"just-diff": "^6.0.2",
1414
"lodash": "^4.17.23"

packages/contentstack-clone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "2.0.0-beta.8",
4+
"version": "2.0.0-beta.9",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.6.0",
99
"@contentstack/cli-cm-export": "~2.0.0-beta.8",
1010
"@contentstack/cli-cm-import": "~2.0.0-beta.7",
1111
"@contentstack/cli-command": "~1.7.2",
12-
"@contentstack/cli-utilities": "~1.17.2",
12+
"@contentstack/cli-utilities": "~1.17.3",
1313
"@oclif/core": "^4.3.0",
1414
"@oclif/plugin-help": "^6.2.28",
1515
"chalk": "^4.1.2",

packages/contentstack-export-to-csv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.7.2",
9-
"@contentstack/cli-utilities": "~1.17.2",
9+
"@contentstack/cli-utilities": "~1.17.3",
1010
"@oclif/core": "^4.8.0",
1111
"@oclif/plugin-help": "^6.2.32",
1212
"fast-csv": "^4.3.6",

packages/contentstack-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.7.2",
9-
"@contentstack/cli-utilities": "~1.17.2",
9+
"@contentstack/cli-utilities": "~1.17.3",
1010
"@contentstack/cli-variants": "~2.0.0-beta.4",
1111
"@oclif/core": "^4.8.0",
1212
"async": "^3.2.6",

packages/contentstack-import-setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.7.2",
9-
"@contentstack/cli-utilities": "~1.17.2",
9+
"@contentstack/cli-utilities": "~1.17.3",
1010
"@oclif/core": "^4.3.0",
1111
"big-json": "^3.2.0",
1212
"chalk": "^4.1.2",

packages/contentstack-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@contentstack/cli-audit": "~2.0.0-beta.3",
99
"@contentstack/cli-command": "~1.7.2",
10-
"@contentstack/cli-utilities": "~1.17.2",
10+
"@contentstack/cli-utilities": "~1.17.3",
1111
"@contentstack/cli-variants": "~2.0.0-beta.4",
1212
"@oclif/core": "^4.3.0",
1313
"big-json": "^3.2.0",

0 commit comments

Comments
 (0)