Skip to content

Commit 09b558e

Browse files
Merge pull request #2367 from contentstack/fix/version-bump-to-beta
Fix/version bump to beta
2 parents 457f293 + e18e906 commit 09b558e

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

package-lock.json

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

packages/contentstack-auth/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-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "2.0.0-beta.3",
4+
"version": "2.0.0-beta.4",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {

packages/contentstack-clone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "2.0.0-beta.6",
4+
"version": "2.0.0-beta.7",
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": "~2.0.0-beta.5",
9+
"@contentstack/cli-cm-export": "~2.0.0-beta.6",
1010
"@contentstack/cli-cm-import": "~2.0.0-beta.5",
1111
"@contentstack/cli-command": "~1.7.2",
1212
"@contentstack/cli-utilities": "~1.17.1",

packages/contentstack-export/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-export",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "2.0.0-beta.5",
4+
"version": "2.0.0-beta.6",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -21,7 +21,7 @@
2121
"winston": "^3.17.0"
2222
},
2323
"devDependencies": {
24-
"@contentstack/cli-auth": "~2.0.0-beta.3",
24+
"@contentstack/cli-auth": "~2.0.0-beta.4",
2525
"@contentstack/cli-config": "~1.18.0",
2626
"@contentstack/cli-dev-dependencies": "~1.3.1",
2727
"@oclif/plugin-help": "^6.2.28",

packages/contentstack/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",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "2.0.0-beta.7",
4+
"version": "2.0.0-beta.8",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -23,13 +23,13 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-audit": "~2.0.0-beta.2",
26-
"@contentstack/cli-cm-export": "~2.0.0-beta.5",
26+
"@contentstack/cli-cm-export": "~2.0.0-beta.6",
2727
"@contentstack/cli-cm-import": "~2.0.0-beta.5",
28-
"@contentstack/cli-auth": "~2.0.0-beta.3",
28+
"@contentstack/cli-auth": "~2.0.0-beta.4",
2929
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.5",
3030
"@contentstack/cli-cm-branches": "~1.6.3",
3131
"@contentstack/cli-cm-bulk-publish": "~1.10.6",
32-
"@contentstack/cli-cm-clone": "~2.0.0-beta.6",
32+
"@contentstack/cli-cm-clone": "~2.0.0-beta.7",
3333
"@contentstack/cli-cm-export-to-csv": "~1.11.0",
3434
"@contentstack/cli-cm-import-setup": "~2.0.0-beta.3",
3535
"@contentstack/cli-cm-seed": "~2.0.0-beta.5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)