Skip to content

Commit

Permalink
Merge pull request #1002 from contentstack/refactor/CS-40857-version-…
Browse files Browse the repository at this point in the history
…bump

refactor: version bump
  • Loading branch information
abhinav-from-contentstack authored Aug 24, 2023
2 parents 7902522 + 5e12e97 commit fe686de
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 52 deletions.
48 changes: 24 additions & 24 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-branches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ npm install -g @contentstack/cli-cm-branches
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-branches/1.0.10 darwin-arm64 node-v20.3.1
@contentstack/cli-cm-branches/1.0.11 darwin-arm64 node-v20.3.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-branches/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-branches",
"description": "Contentstack CLI plugin to do branches operations",
"version": "1.0.10",
"version": "1.0.11",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ npm install -g @contentstack/cli-cm-import
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-import/1.8.1 darwin-arm64 node-v20.3.1
@contentstack/cli-cm-import/1.8.2 darwin-arm64 node-v20.3.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-import",
"description": "Contentstack CLI plugin to import content into stack",
"version": "1.8.1",
"version": "1.8.2",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @contentstack/cli-migration
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-migration/1.3.10 darwin-arm64 node-v20.3.1
@contentstack/cli-migration/1.3.11 darwin-arm64 node-v20.3.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-migration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-migration",
"version": "1.3.10",
"version": "1.3.11",
"author": "@contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
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.8.1 darwin-arm64 node-v20.3.1
@contentstack/cli/1.8.2 darwin-arm64 node-v20.3.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
22 changes: 11 additions & 11 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.8.1",
"version": "1.8.2",
"author": "Contentstack",
"bin": {
"csdx": "./bin/run"
Expand All @@ -27,17 +27,17 @@
"@contentstack/cli-cm-bulk-publish": "~1.3.10",
"@contentstack/cli-cm-clone": "~1.4.15",
"@contentstack/cli-cm-export": "~1.8.0",
"@contentstack/cli-cm-export-to-csv": "^1.4.0",
"@contentstack/cli-cm-import": "~1.8.1",
"@contentstack/cli-cm-migrate-rte": "^1.4.10",
"@contentstack/cli-cm-seed": "^1.4.14",
"@contentstack/cli-command": "^1.2.11",
"@contentstack/cli-config": "^1.4.10",
"@contentstack/cli-launch": "^1.0.10",
"@contentstack/cli-migration": "^1.3.10",
"@contentstack/cli-utilities": "^1.5.1",
"@contentstack/cli-cm-export-to-csv": "~1.4.0",
"@contentstack/cli-cm-import": "~1.8.2",
"@contentstack/cli-cm-migrate-rte": "~1.4.10",
"@contentstack/cli-cm-seed": "~1.4.14",
"@contentstack/cli-command": "~1.2.11",
"@contentstack/cli-config": "~1.4.10",
"@contentstack/cli-launch": "~1.0.10",
"@contentstack/cli-migration": "~1.3.11",
"@contentstack/cli-utilities": "~1.5.1",
"@contentstack/management": "~1.10.0",
"@contentstack/cli-cm-branches": "~1.0.10",
"@contentstack/cli-cm-branches": "~1.0.11",
"@oclif/plugin-help": "^5",
"@oclif/plugin-not-found": "^2.3.9",
"@oclif/plugin-plugins": "^2.1.7",
Expand Down
20 changes: 10 additions & 10 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 fe686de

Please sign in to comment.