Skip to content

Commit

Permalink
Merge pull request #882 from contentstack/hotfix/cs-39972
Browse files Browse the repository at this point in the history
Hotfix/cs 39972
  • Loading branch information
netrajpatel authored Jul 6, 2023
2 parents ef1cf13 + 296a19c commit 56d8f7e
Show file tree
Hide file tree
Showing 9 changed files with 167 additions and 151 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/contentstack-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-bootstrap",
"description": "Bootstrap contentstack apps",
"version": "1.4.10",
"version": "1.4.11",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "^1.4.10",
"@contentstack/cli-cm-seed": "^1.4.11",
"@contentstack/cli-command": "^1.2.9",
"@contentstack/cli-utilities": "^1.4.5",
"inquirer": "8.2.4",
Expand Down
5 changes: 3 additions & 2 deletions 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.7",
"version": "1.0.8",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
Expand Down Expand Up @@ -92,7 +92,8 @@
"cm:branches:create": "BRCR",
"cm:branches:delete": "BRDEL",
"cm:branches:diff": "BRDIF",
"cm:branches:merge": "BRMRG"
"cm:branches:merge": "BRMRG",
"cm:branches": "BRLS"
}
},
"repository": "https://github.com/contentstack/cli"
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentstack/cli-cm-clone",
"description": "Contentstack stack clone plugin",
"version": "1.4.10",
"version": "1.4.11",
"author": "Contentstack",
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
"dependencies": {
"@colors/colors": "^1.5.0",
"@contentstack/cli-cm-export": "^1.5.9",
"@contentstack/cli-cm-import": "^1.5.10",
"@contentstack/cli-cm-import": "^1.5.11",
"@contentstack/cli-command": "^1.2.9",
"@contentstack/cli-utilities": "^1.4.5",
"async": "^3.2.4",
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.5.10",
"version": "1.5.11",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
Expand Down
Loading

0 comments on commit 56d8f7e

Please sign in to comment.