Skip to content

Commit 95da368

Browse files
authored
Merge pull request #884 from contentstack/staging
Merge Staging to Main
2 parents d0962b3 + 19110fb commit 95da368

File tree

9 files changed

+167
-151
lines changed

9 files changed

+167
-151
lines changed

package-lock.json

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

packages/contentstack-bootstrap/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-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "1.4.10",
4+
"version": "1.4.11",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -17,7 +17,7 @@
1717
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-cm-seed": "^1.4.10",
20+
"@contentstack/cli-cm-seed": "^1.4.11",
2121
"@contentstack/cli-command": "^1.2.9",
2222
"@contentstack/cli-utilities": "^1.4.5",
2323
"inquirer": "8.2.4",

packages/contentstack-branches/package.json

Lines changed: 3 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.0.7",
4+
"version": "1.0.8",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -92,7 +92,8 @@
9292
"cm:branches:create": "BRCR",
9393
"cm:branches:delete": "BRDEL",
9494
"cm:branches:diff": "BRDIF",
95-
"cm:branches:merge": "BRMRG"
95+
"cm:branches:merge": "BRMRG",
96+
"cm:branches": "BRLS"
9697
}
9798
},
9899
"repository": "https://github.com/contentstack/cli"

packages/contentstack-clone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.4.10",
4+
"version": "1.4.11",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.5.0",
99
"@contentstack/cli-cm-export": "^1.5.9",
10-
"@contentstack/cli-cm-import": "^1.5.10",
10+
"@contentstack/cli-cm-import": "^1.5.11",
1111
"@contentstack/cli-command": "^1.2.9",
1212
"@contentstack/cli-utilities": "^1.4.5",
1313
"async": "^3.2.4",

packages/contentstack-import/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-cm-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "1.5.10",
4+
"version": "1.5.11",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)