Skip to content

Commit ccd7bda

Browse files
committed
clone version bump
1 parent 3616fc9 commit ccd7bda

File tree

5 files changed

+130
-210
lines changed

5 files changed

+130
-210
lines changed

package-lock.json

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

packages/contentstack-clone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone
1616
$ csdx COMMAND
1717
running command...
1818
$ csdx (--version)
19-
@contentstack/cli-cm-clone/1.12.0 darwin-arm64 node-v22.2.0
19+
@contentstack/cli-cm-clone/1.13.0 darwin-arm64 node-v22.2.0
2020
$ csdx --help [COMMAND]
2121
USAGE
2222
$ csdx COMMAND

packages/contentstack-clone/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.12.0",
4+
"version": "1.13.0",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.5.0",
9-
"@contentstack/cli-cm-export": "~1.13.0",
10-
"@contentstack/cli-cm-import": "~1.18.0",
9+
"@contentstack/cli-cm-export": "~1.14.0",
10+
"@contentstack/cli-cm-import": "~1.19.0",
1111
"@contentstack/cli-command": "~1.3.0",
1212
"@contentstack/cli-utilities": "~1.8.0",
1313
"async": "^3.2.4",

packages/contentstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@contentstack/cli-cm-branches": "~1.1.3",
2929
"@contentstack/cli-cm-bulk-publish": "~1.4.8",
3030
"@contentstack/cli-cm-export": "~1.14.0",
31-
"@contentstack/cli-cm-clone": "~1.12.0",
31+
"@contentstack/cli-cm-clone": "~1.13.0",
3232
"@contentstack/cli-cm-export-to-csv": "~1.7.2",
3333
"@contentstack/cli-cm-import": "~1.19.0",
3434
"@contentstack/cli-cm-migrate-rte": "~1.4.19",

0 commit comments

Comments
 (0)