Skip to content

Commit 58e81d7

Browse files
fix: updated versions according to branches release
1 parent c6cd1cd commit 58e81d7

16 files changed

Lines changed: 57 additions & 57 deletions

File tree

packages/contentstack-auth/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-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -21,8 +21,8 @@
2121
"test:unit": "mocha --forbid-only \"test/unit/*.test.ts\""
2222
},
2323
"dependencies": {
24-
"@contentstack/cli-command": "^1.2.3",
25-
"@contentstack/cli-utilities": "^1.3.3",
24+
"@contentstack/cli-command": "^1.2.4",
25+
"@contentstack/cli-utilities": "^1.4.1",
2626
"chalk": "^4.0.0",
2727
"debug": "^4.1.1",
2828
"inquirer": "8.2.4",

packages/contentstack-bootstrap/package.json

Lines changed: 4 additions & 4 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.2",
4+
"version": "1.4.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -17,9 +17,9 @@
1717
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-cm-seed": "^1.4.2",
21-
"@contentstack/cli-command": "^1.2.3",
22-
"@contentstack/cli-utilities": "^1.3.3",
20+
"@contentstack/cli-cm-seed": "^1.4.3",
21+
"@contentstack/cli-command": "^1.2.4",
22+
"@contentstack/cli-utilities": "^1.4.1",
2323
"inquirer": "8.2.4",
2424
"mkdirp": "^1.0.4",
2525
"tar": "^6.1.13"

packages/contentstack-bulk-publish/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-bulk-publish",
33
"description": "Contentstack CLI plugin for bulk publish actions",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "^1.2.3",
9-
"@contentstack/cli-utilities": "^1.3.3",
8+
"@contentstack/cli-command": "^1.2.4",
9+
"@contentstack/cli-utilities": "^1.4.1",
1010
"bluebird": "^3.7.2",
1111
"chalk": "^4.1.2",
1212
"inquirer": "8.2.4",

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.4.2",
4+
"version": "1.4.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@contentstack/cli-cm-export": "^1.5.3",
9-
"@contentstack/cli-cm-import": "^1.5.2",
10-
"@contentstack/cli-command": "^1.2.3",
11-
"@contentstack/cli-utilities": "^1.3.3",
9+
"@contentstack/cli-cm-import": "^1.5.3",
10+
"@contentstack/cli-command": "^1.2.4",
11+
"@contentstack/cli-utilities": "^1.4.1",
1212
"async": "^3.2.4",
1313
"chalk": "^4.1.0",
1414
"child_process": "^1.0.2",

packages/contentstack-command/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-command",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "./types/index.d.ts",
@@ -17,7 +17,7 @@
1717
"format": "eslint src/**/*.ts --fix"
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-utilities": "^1.3.3",
20+
"@contentstack/cli-utilities": "^1.4.1",
2121
"contentstack": "^3.10.1"
2222
},
2323
"devDependencies": {

packages/contentstack-config/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-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.3.2",
4+
"version": "1.4.1",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "npm run clean && npm run compile",
@@ -20,8 +20,8 @@
2020
"test:unit": "mocha --forbid-only \"test/unit/*.test.ts\" --unit-test"
2121
},
2222
"dependencies": {
23-
"@contentstack/cli-command": "^1.2.3",
24-
"@contentstack/cli-utilities": "^1.3.3",
23+
"@contentstack/cli-command": "^1.2.4",
24+
"@contentstack/cli-utilities": "^1.4.1",
2525
"chalk": "^4.0.0",
2626
"debug": "^4.1.1",
2727
"inquirer": "8.2.4",

packages/contentstack-dev-dependencies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-dev-dependencies",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Customized dev dependencies for ContentStack projects",
55
"main": "lib/index.js",
66
"types": "./types/index.d.ts",

packages/contentstack-export-to-csv/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-export-to-csv",
33
"description": "Export entities to csv",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"author": "Abhinav Gupta @abhinav-from-contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "^1.2.3",
9-
"@contentstack/cli-utilities": "^1.3.3",
8+
"@contentstack/cli-command": "^1.2.4",
9+
"@contentstack/cli-utilities": "^1.4.1",
1010
"chalk": "^4.1.0",
1111
"fast-csv": "^4.3.6",
1212
"inquirer": "8.2.4",

packages/contentstack-export/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "^1.2.3",
9-
"@contentstack/cli-utilities": "^1.3.3",
8+
"@contentstack/cli-command": "^1.2.4",
9+
"@contentstack/cli-utilities": "^1.4.1",
1010
"@oclif/command": "^1.8.16",
1111
"@oclif/config": "^1.18.3",
1212
"async": "^3.2.4",
@@ -23,9 +23,9 @@
2323
"winston": "^3.7.2"
2424
},
2525
"devDependencies": {
26-
"@contentstack/cli-auth": "^1.3.1",
27-
"@contentstack/cli-config": "^1.3.1",
28-
"@contentstack/cli-dev-dependencies": "^1.2.0",
26+
"@contentstack/cli-auth": "^1.3.3",
27+
"@contentstack/cli-config": "^1.4.1",
28+
"@contentstack/cli-dev-dependencies": "^1.2.2",
2929
"@oclif/plugin-help": "^5.1.19",
3030
"@oclif/test": "^1.2.6",
3131
"assert": "^2.0.0",

packages/contentstack-import/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-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "1.5.2",
4+
"version": "1.5.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "^1.2.3",
9-
"@contentstack/cli-utilities": "^1.3.3",
8+
"@contentstack/cli-command": "^1.2.4",
9+
"@contentstack/cli-utilities": "^1.4.1",
1010
"@oclif/config": "^1.18.3",
1111
"big-json": "^3.2.0",
1212
"bluebird": "^3.7.2",

0 commit comments

Comments
 (0)