Skip to content

Commit a38a788

Browse files
committed
Version bumped
1 parent 59e2cb5 commit a38a788

8 files changed

Lines changed: 47 additions & 46 deletions

File tree

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": {

packages/contentstack-seed/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@contentstack/cli-cm-seed",
33
"description": "create a Stack from existing content types, entries, assets, etc.",
4-
"version": "1.4.10",
4+
"version": "1.4.11",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-cm-import": "^1.5.10",
8+
"@contentstack/cli-cm-import": "^1.5.11",
99
"@contentstack/cli-command": "^1.2.9",
1010
"@contentstack/cli-utilities": "^1.4.5",
1111
"axios": "1.3.4",

packages/contentstack/package.json

Lines changed: 7 additions & 7 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.7.8",
4+
"version": "1.7.9",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run"
@@ -23,21 +23,21 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-auth": "^1.3.10",
26-
"@contentstack/cli-cm-bootstrap": "^1.4.10",
26+
"@contentstack/cli-cm-bootstrap": "^1.4.11",
2727
"@contentstack/cli-cm-bulk-publish": "^1.3.8",
28-
"@contentstack/cli-cm-clone": "^1.4.10",
28+
"@contentstack/cli-cm-clone": "^1.4.11",
2929
"@contentstack/cli-cm-export": "^1.5.9",
3030
"@contentstack/cli-cm-export-to-csv": "^1.3.10",
31-
"@contentstack/cli-cm-import": "^1.5.10",
31+
"@contentstack/cli-cm-import": "^1.5.11",
3232
"@contentstack/cli-cm-migrate-rte": "^1.4.8",
33-
"@contentstack/cli-cm-seed": "^1.4.10",
33+
"@contentstack/cli-cm-seed": "^1.4.11",
3434
"@contentstack/cli-command": "^1.2.9",
3535
"@contentstack/cli-config": "^1.4.8",
3636
"@contentstack/cli-launch": "^1.0.7",
3737
"@contentstack/cli-migration": "^1.3.8",
3838
"@contentstack/cli-utilities": "^1.4.5",
3939
"@contentstack/management": "^1.8.0",
40-
"@contentstack/cli-cm-branches": "^1.0.7",
40+
"@contentstack/cli-cm-branches": "^1.0.8",
4141
"@oclif/plugin-help": "^5",
4242
"@oclif/plugin-not-found": "^2.3.9",
4343
"@oclif/plugin-plugins": "^2.1.7",
@@ -157,4 +157,4 @@
157157
}
158158
},
159159
"repository": "https://github.com/contentstack/cli"
160-
}
160+
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)