Skip to content

Commit 71baf9a

Browse files
committed
Fix Version bump
1 parent 19fe39d commit 71baf9a

File tree

19 files changed

+153
-153
lines changed

19 files changed

+153
-153
lines changed

package-lock.json

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

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -18,7 +18,7 @@
1818
"/oclif.manifest.json"
1919
],
2020
"dependencies": {
21-
"@contentstack/cli-command": "~1.3.3",
21+
"@contentstack/cli-command": "~1.3.4",
2222
"@contentstack/cli-utilities": "~1.9.0",
2323
"@oclif/plugin-help": "^5.2.20",
2424
"@oclif/plugin-plugins": "^5.4.34",

packages/contentstack-auth/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-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.3.24",
4+
"version": "1.3.25",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -22,7 +22,7 @@
2222
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
2323
},
2424
"dependencies": {
25-
"@contentstack/cli-command": "~1.3.3",
25+
"@contentstack/cli-command": "~1.3.4",
2626
"@contentstack/cli-utilities": "~1.9.0"
2727
},
2828
"devDependencies": {

packages/contentstack-bootstrap/package.json

Lines changed: 3 additions & 3 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.13.2",
4+
"version": "1.13.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -17,8 +17,8 @@
1717
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-cm-seed": "~1.10.2",
21-
"@contentstack/cli-command": "~1.3.3",
20+
"@contentstack/cli-cm-seed": "~1.10.3",
21+
"@contentstack/cli-command": "~1.3.4",
2222
"@contentstack/cli-utilities": "~1.9.0",
2323
"inquirer": "8.2.6",
2424
"mkdirp": "^1.0.4",

packages/contentstack-branches/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-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.3.3",
8+
"@contentstack/cli-command": "~1.3.4",
99
"@contentstack/cli-utilities": "~1.9.0",
1010
"@oclif/core": "^3.27.0",
1111
"chalk": "^4.1.2",

packages/contentstack-bulk-publish/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-bulk-publish",
33
"description": "Contentstack CLI plugin for bulk publish actions",
4-
"version": "1.7.3",
4+
"version": "1.7.4",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.3.3",
8+
"@contentstack/cli-command": "~1.3.4",
99
"@contentstack/cli-utilities": "~1.9.0",
1010
"chalk": "^4.1.2",
1111
"dotenv": "^16.4.7",

packages/contentstack-clone/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.13.2",
4+
"version": "1.13.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.6.0",
9-
"@contentstack/cli-cm-export": "~1.15.0",
10-
"@contentstack/cli-cm-import": "~1.20.0",
11-
"@contentstack/cli-command": "~1.3.3",
9+
"@contentstack/cli-cm-export": "~1.15.2",
10+
"@contentstack/cli-cm-import": "~1.20.1",
11+
"@contentstack/cli-command": "~1.3.4",
1212
"@contentstack/cli-utilities": "~1.9.0",
1313
"chalk": "^4.1.2",
1414
"inquirer": "8.2.6",

packages/contentstack-command/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-command",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)