Skip to content

Commit 83c6d60

Browse files
Merge pull request #2469 from contentstack/chore/version-bumps
chore: version bumps
2 parents 302bb90 + 6958177 commit 83c6d60

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

packages/contentstack-auth/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-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "2.0.0-beta.7",
4+
"version": "2.0.0-beta.8",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -22,8 +22,8 @@
2222
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
2323
},
2424
"dependencies": {
25-
"@contentstack/cli-command": "~2.0.0-beta.2",
26-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
25+
"@contentstack/cli-command": "~2.0.0-beta.3",
26+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28",
2929
"otplib": "^12.0.1"
@@ -81,4 +81,4 @@
8181
}
8282
},
8383
"repository": "contentstack/cli"
84-
}
84+
}

packages/contentstack-command/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-command",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "2.0.0-beta.2",
4+
"version": "2.0.0-beta.3",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
2020
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
2121
},
2222
"dependencies": {
23-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
23+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
2424
"contentstack": "^3.25.3",
2525
"@oclif/core": "^4.3.0",
2626
"@oclif/plugin-help": "^6.2.28"
@@ -65,4 +65,4 @@
6565
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-command/<%- commandPath %>"
6666
},
6767
"repository": "contentstack/cli"
68-
}
68+
}

packages/contentstack-config/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-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "2.0.0-beta.3",
4+
"version": "2.0.0-beta.4",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "pnpm compile && oclif manifest && oclif readme",
@@ -21,8 +21,8 @@
2121
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
2222
},
2323
"dependencies": {
24-
"@contentstack/cli-command": "~2.0.0-beta.2",
25-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
24+
"@contentstack/cli-command": "~2.0.0-beta.3",
25+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
2626
"@contentstack/utils": "~1.7.0",
2727
"@oclif/core": "^4.8.1",
2828
"@oclif/plugin-help": "^6.2.28",
@@ -81,4 +81,4 @@
8181
}
8282
},
8383
"repository": "contentstack/cli"
84-
}
84+
}

packages/contentstack-utilities/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-utilities",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "Utilities for contentstack projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -82,4 +82,4 @@
8282
"ts-node": "^10.9.2",
8383
"typescript": "^5.0.0"
8484
}
85-
}
85+
}

packages/contentstack/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@
2525
"@contentstack/cli-audit": "~2.0.0-beta.6",
2626
"@contentstack/cli-cm-export": "~2.0.0-beta.11",
2727
"@contentstack/cli-cm-import": "~2.0.0-beta.11",
28-
"@contentstack/cli-auth": "~2.0.0-beta.7",
28+
"@contentstack/cli-auth": "~2.0.0-beta.8",
2929
"@contentstack/cli-bulk-operations": "^1.0.0",
3030
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.11",
3131
"@contentstack/cli-cm-branches": "~2.0.0-beta.2",
3232
"@contentstack/cli-cm-clone": "~2.0.0-beta.12",
3333
"@contentstack/cli-cm-export-to-csv": "~2.0.0-beta.2",
3434
"@contentstack/cli-cm-import-setup": "~2.0.0-beta.6",
3535
"@contentstack/cli-cm-seed": "~2.0.0-beta.10",
36-
"@contentstack/cli-command": "~2.0.0-beta.2",
37-
"@contentstack/cli-config": "~2.0.0-beta.3",
36+
"@contentstack/cli-command": "~2.0.0-beta.3",
37+
"@contentstack/cli-config": "~2.0.0-beta.4",
3838
"@contentstack/cli-launch": "^1.9.6",
3939
"@contentstack/cli-migration": "~2.0.0-beta.7",
40-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
40+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
4141
"@contentstack/cli-variants": "~2.0.0-beta.8",
4242
"@contentstack/management": "~1.27.6",
4343
"@contentstack/utils": "~1.7.0",
@@ -168,4 +168,4 @@
168168
}
169169
},
170170
"repository": "https://github.com/contentstack/cli"
171-
}
171+
}

0 commit comments

Comments
 (0)