Skip to content

Commit 9b9ae37

Browse files
committed
bumped versions
1 parent fbb6180 commit 9b9ae37

17 files changed

Lines changed: 23 additions & 25 deletions

File tree

packages/contentstack-audit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919
$ csdx COMMAND
2020
running command...
2121
$ csdx (--version|-v)
22-
@contentstack/cli-audit/1.19.0 darwin-arm64 node-v22.13.1
22+
@contentstack/cli-audit/1.19.1 darwin-arm64 node-v22.13.1
2323
$ csdx --help [COMMAND]
2424
USAGE
2525
$ csdx COMMAND

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -26,7 +26,7 @@
2626
"chalk": "^4.1.2",
2727
"fast-csv": "^4.3.6",
2828
"fs-extra": "^11.3.0",
29-
"lodash": "^4.17.23",
29+
"lodash": "4.18.1",
3030
"uuid": "^9.0.1",
3131
"winston": "^3.17.0"
3232
},

packages/contentstack-branches/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ npm install -g @contentstack/cli-cm-branches
3737
$ csdx COMMAND
3838
running command...
3939
$ csdx (--version)
40-
@contentstack/cli-cm-branches/1.7.0 darwin-arm64 node-v22.13.1
40+
@contentstack/cli-cm-branches/1.7.1 darwin-arm64 node-v22.13.1
4141
$ csdx --help [COMMAND]
4242
USAGE
4343
$ csdx COMMAND

packages/contentstack-branches/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -11,7 +11,7 @@
1111
"@contentstack/cli-utilities": "~1.18.0",
1212
"chalk": "^4.1.2",
1313
"just-diff": "^6.0.2",
14-
"lodash": "^4.17.23"
14+
"lodash": "4.18.1"
1515
},
1616
"devDependencies": {
1717
"@contentstack/cli-dev-dependencies": "^1.3.1",

packages/contentstack-bulk-publish/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-cm-bulk-publish
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-cm-bulk-publish/1.11.0 darwin-arm64 node-v22.13.1
21+
@contentstack/cli-cm-bulk-publish/1.11.1 darwin-arm64 node-v22.13.1
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-bulk-publish/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-bulk-publish",
33
"description": "Contentstack CLI plugin for bulk publish actions",
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -13,7 +13,7 @@
1313
"chalk": "^4.1.2",
1414
"dotenv": "^16.5.0",
1515
"inquirer": "8.2.7",
16-
"lodash": "^4.17.23",
16+
"lodash": "4.18.1",
1717
"winston": "^3.17.0"
1818
},
1919
"devDependencies": {

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.21.0 darwin-arm64 node-v22.13.1
19+
@contentstack/cli-cm-clone/1.21.1 darwin-arm64 node-v22.13.1
2020
$ csdx --help [COMMAND]
2121
USAGE
2222
$ csdx COMMAND

packages/contentstack-clone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.21.0",
4+
"version": "1.21.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
@@ -14,7 +14,7 @@
1414
"@oclif/plugin-help": "^6.2.28",
1515
"chalk": "^4.1.2",
1616
"inquirer": "8.2.7",
17-
"lodash": "^4.17.23",
17+
"lodash": "4.18.1",
1818
"merge": "^2.1.1",
1919
"ora": "^5.4.1",
2020
"prompt": "^1.3.0",

packages/contentstack-export/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ npm install -g @contentstack/cli-cm-export
4848
$ csdx COMMAND
4949
running command...
5050
$ csdx (--version)
51-
@contentstack/cli-cm-export/1.24.0 darwin-arm64 node-v22.13.1
51+
@contentstack/cli-cm-export/1.24.1 darwin-arm64 node-v22.13.1
5252
$ csdx --help [COMMAND]
5353
USAGE
5454
$ csdx COMMAND

packages/contentstack-export/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-export",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "1.24.0",
4+
"version": "1.24.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -13,7 +13,7 @@
1313
"big-json": "^3.2.0",
1414
"bluebird": "^3.7.2",
1515
"chalk": "^4.1.2",
16-
"lodash": "^4.17.23",
16+
"lodash": "4.18.1",
1717
"merge": "^2.1.1",
1818
"mkdirp": "^1.0.4",
1919
"progress-stream": "^2.0.0",

0 commit comments

Comments
 (0)