Skip to content

Commit

Permalink
Merge pull request #1788 from contentstack/fix/version-bump
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
harshithad0703 authored Feb 27, 2025
2 parents 2c1e345 + dab8bb5 commit d0970bd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/contentstack-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-auth/1.3.23 darwin-arm64 node-v22.14.0
@contentstack/cli-auth/1.3.24 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-auth",
"description": "Contentstack CLI plugin for authentication activities",
"version": "1.3.23",
"version": "1.3.24",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"winston": "^3.17.0"
},
"devDependencies": {
"@contentstack/cli-auth": "~1.3.23",
"@contentstack/cli-auth": "~1.3.24",
"@contentstack/cli-config": "~1.9.1",
"@contentstack/cli-dev-dependencies": "~1.2.4",
"@oclif/plugin-help": "^5.2.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
$ csdx COMMAND
running command...
$ csdx (--version|-v)
@contentstack/cli/1.36.0 darwin-arm64 node-v22.14.0
@contentstack/cli/1.35.4 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli",
"description": "Command-line tool (CLI) to interact with Contentstack",
"version": "1.36.0",
"version": "1.35.4",
"author": "Contentstack",
"bin": {
"csdx": "./bin/run.js"
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@contentstack/cli-audit": "~1.7.5",
"@contentstack/cli-auth": "~1.3.23",
"@contentstack/cli-auth": "~1.3.24",
"@contentstack/cli-cm-bootstrap": "~1.13.1",
"@contentstack/cli-cm-branches": "~1.2.1",
"@contentstack/cli-cm-bulk-publish": "~1.7.2",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0970bd

Please sign in to comment.