Skip to content

Commit d0970bd

Browse files
Merge pull request #1788 from contentstack/fix/version-bump
bump version
2 parents 2c1e345 + dab8bb5 commit d0970bd

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

package-lock.json

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

packages/contentstack-auth/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-auth
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-auth/1.3.23 darwin-arm64 node-v22.14.0
21+
@contentstack/cli-auth/1.3.24 darwin-arm64 node-v22.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.3.23",
4+
"version": "1.3.24",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {

packages/contentstack-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"winston": "^3.17.0"
2222
},
2323
"devDependencies": {
24-
"@contentstack/cli-auth": "~1.3.23",
24+
"@contentstack/cli-auth": "~1.3.24",
2525
"@contentstack/cli-config": "~1.9.1",
2626
"@contentstack/cli-dev-dependencies": "~1.2.4",
2727
"@oclif/plugin-help": "^5.2.20",

packages/contentstack/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
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version|-v)
21-
@contentstack/cli/1.36.0 darwin-arm64 node-v22.14.0
21+
@contentstack/cli/1.35.4 darwin-arm64 node-v22.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack/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",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.36.0",
4+
"version": "1.35.4",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-audit": "~1.7.5",
26-
"@contentstack/cli-auth": "~1.3.23",
26+
"@contentstack/cli-auth": "~1.3.24",
2727
"@contentstack/cli-cm-bootstrap": "~1.13.1",
2828
"@contentstack/cli-cm-branches": "~1.2.1",
2929
"@contentstack/cli-cm-bulk-publish": "~1.7.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)