Skip to content

Commit 1b4980a

Browse files
author
naman-contentstack
committed
version bump
1 parent ac1d659 commit 1b4980a

20 files changed

Lines changed: 72 additions & 72 deletions

File tree

packages/contentstack-apps-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/apps-cli",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "App ClI",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli-plugins/tree/main/packages/contentstack-apps-cli",
@@ -22,9 +22,9 @@
2222
],
2323
"dependencies": {
2424
"@apollo/client": "^3.14.1",
25-
"@contentstack/cli-command": "~1.8.4",
25+
"@contentstack/cli-command": "~1.8.5",
2626
"@contentstack/cli-launch": "^1.11.1",
27-
"@contentstack/cli-utilities": "~1.18.5",
27+
"@contentstack/cli-utilities": "~1.19.0",
2828
"adm-zip": "^0.5.17",
2929
"chalk": "^4.1.2",
3030
"lodash": "^4.18.1",

packages/contentstack-audit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "1.19.5",
3+
"version": "1.20.0",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -18,8 +18,8 @@
1818
"/oclif.manifest.json"
1919
],
2020
"dependencies": {
21-
"@contentstack/cli-command": "~1.8.4",
22-
"@contentstack/cli-utilities": "~1.18.5",
21+
"@contentstack/cli-command": "~1.8.5",
22+
"@contentstack/cli-utilities": "~1.19.0",
2323
"@oclif/core": "^4.11.4",
2424
"chalk": "^4.1.2",
2525
"fast-csv": "^4.3.6",

packages/contentstack-bootstrap/package.json

Lines changed: 5 additions & 5 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.19.7",
4+
"version": "1.19.8",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -17,10 +17,10 @@
1717
"lint": "eslint \"src/**/*.ts\""
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-cm-seed": "~1.15.7",
21-
"@contentstack/cli-command": "~1.8.4",
22-
"@contentstack/cli-config": "~1.20.5",
23-
"@contentstack/cli-utilities": "~1.18.5",
20+
"@contentstack/cli-cm-seed": "~1.15.9",
21+
"@contentstack/cli-command": "~1.8.5",
22+
"@contentstack/cli-config": "~1.21.0",
23+
"@contentstack/cli-utilities": "~1.19.0",
2424
"@oclif/core": "^4.11.4",
2525
"inquirer": "8.2.7",
2626
"mkdirp": "^2.1.6",

packages/contentstack-branches/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "1.8.3",
4+
"version": "1.8.4",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.8.4",
9-
"@contentstack/cli-utilities": "~1.18.5",
8+
"@contentstack/cli-command": "~1.8.5",
9+
"@contentstack/cli-utilities": "~1.19.0",
1010
"@oclif/core": "^4.11.4",
1111
"chalk": "^4.1.2",
1212
"just-diff": "^6.0.2",

packages/contentstack-bulk-operations/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-bulk-operations",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Contentstack CLI plugin for bulk operations",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli-plugins/tree/main/packages/contentstack-bulk-operations",
@@ -20,8 +20,8 @@
2020
"/oclif.manifest.json"
2121
],
2222
"dependencies": {
23-
"@contentstack/cli-command": "~1.8.4",
24-
"@contentstack/cli-utilities": "~1.18.5",
23+
"@contentstack/cli-command": "~1.8.5",
24+
"@contentstack/cli-utilities": "~1.19.0",
2525
"@contentstack/delivery-sdk": "^5.4.0",
2626
"@contentstack/management": "^1.30.3",
2727
"lodash": "^4.18.1",

packages/contentstack-bulk-publish/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@contentstack/cli-cm-bulk-publish",
33
"description": "Contentstack CLI plugin for bulk publish actions",
4-
"version": "1.12.1",
4+
"version": "1.12.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.8.4",
9-
"@contentstack/cli-config": "~1.20.5",
10-
"@contentstack/cli-utilities": "~1.18.5",
8+
"@contentstack/cli-command": "~1.8.5",
9+
"@contentstack/cli-config": "~1.21.0",
10+
"@contentstack/cli-utilities": "~1.19.0",
1111
"@oclif/core": "^4.11.4",
1212
"chalk": "^4.1.2",
1313
"dotenv": "^16.6.1",

packages/contentstack-cli-cm-regex-validate/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-regex-validate",
33
"description": "Validate Fields with Regex Property of Content Type and Global Field in a Stack",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli-cm-regex-validate/issues",
77
"devDependencies": {
@@ -65,8 +65,8 @@
6565
"lint": "eslint \"src/**/*.ts\""
6666
},
6767
"dependencies": {
68-
"@contentstack/cli-command": "^1.8.4",
69-
"@contentstack/cli-utilities": "^1.18.5",
68+
"@contentstack/cli-command": "^1.8.5",
69+
"@contentstack/cli-utilities": "^1.19.0",
7070
"@contentstack/management": "^1.30.4",
7171
"cli-table3": "^0.6.5",
7272
"cli-ux": "^6.0.9",

packages/contentstack-cli-tsgen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "contentstack-cli-tsgen",
33
"description": "Generate TypeScript typings from a Stack.",
4-
"version": "4.10.1",
4+
"version": "4.10.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli-plugins/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.8.4",
9-
"@contentstack/cli-utilities": "~1.18.5",
8+
"@contentstack/cli-command": "~1.8.5",
9+
"@contentstack/cli-utilities": "~1.19.0",
1010
"@contentstack/types-generator": "^3.10.2"
1111
},
1212
"devDependencies": {

packages/contentstack-clone/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.21.9",
4+
"version": "1.21.10",
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.25.3",
10-
"@contentstack/cli-cm-import": "~1.33.5",
11-
"@contentstack/cli-command": "~1.8.4",
12-
"@contentstack/cli-utilities": "~1.18.5",
9+
"@contentstack/cli-cm-export": "~1.26.0",
10+
"@contentstack/cli-cm-import": "~1.34.0",
11+
"@contentstack/cli-command": "~1.8.5",
12+
"@contentstack/cli-utilities": "~1.19.0",
1313
"@oclif/core": "^4.11.4",
1414
"chalk": "^4.1.2",
1515
"inquirer": "8.2.7",

packages/contentstack-content-type/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "contentstack-cli-content-type",
33
"description": "Retrieve information about Content Types in a Stack.",
4-
"version": "1.5.2",
4+
"version": "1.5.3",
55
"author": "Contentstack Developer",
66
"bugs": "https://github.com/contentstack/cli-plugins/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "^1.8.4",
9-
"@contentstack/cli-utilities": "^1.18.5",
8+
"@contentstack/cli-command": "^1.8.5",
9+
"@contentstack/cli-utilities": "^1.19.0",
1010
"@types/diff2html": "^3.0.3",
1111
"@types/git-diff": "^2.0.7",
1212
"@types/hogan.js": "^3.0.5",

0 commit comments

Comments
 (0)