Skip to content

Commit af63115

Browse files
authored
Merge pull request #2410 from contentstack/fix/release-utilities-beta
fix: Beta Version bump of Packages
2 parents cd7cd23 + efbd3c1 commit af63115

File tree

19 files changed

+539
-302
lines changed

19 files changed

+539
-302
lines changed

.talismanrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ fileignoreconfig:
33
- filename: packages/contentstack-import/src/import/modules/environments.ts
44
checksum: f61c635eaec8026e0cfa80a5ab8272f7946531f6d89505dc0d247b4c7ab0eab7
55
- filename: pnpm-lock.yaml
6-
checksum: 2fd43b3eef46720de65d8c5f6ff782d5db78b73a49f106222a40d8c0a4ccf78a
6+
checksum: 6df163ccaae9e827be512265902b23d7f5cb8d0ce0892e0fc0ae46cedae09a24
77
- filename: package-lock.json
8-
checksum: 73a5607658267002cdece1123c08fd201cb4b78d31ff889488adc7be7ccf30ad
8+
checksum: bb8dcd0506c32518d9bfa6e3212812a088ba5add0828c132d01841fb65797b17
99
- filename: packages/contentstack-bootstrap/src/bootstrap/utils.ts
1010
checksum: 5ab20e057fa9c4c300f7a882d30e1c68bbc91ed19de520488107e8c37239682a
1111
- filename: packages/contentstack-migration/README.md

package-lock.json

Lines changed: 346 additions & 109 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
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.7.2",
22-
"@contentstack/cli-utilities": "~1.17.3",
21+
"@contentstack/cli-command": "~2.0.0-beta",
22+
"@contentstack/cli-utilities": "~2.0.0-beta",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.28",
2525
"chalk": "^4.1.2",

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": "2.0.0-beta.4",
4+
"version": "2.0.0-beta.5",
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": "~1.7.2",
26-
"@contentstack/cli-utilities": "~1.17.3",
25+
"@contentstack/cli-command": "~2.0.0-beta",
26+
"@contentstack/cli-utilities": "~2.0.0-beta",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28",
2929
"otplib": "^12.0.1"

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": "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": {
@@ -16,9 +16,9 @@
1616
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1717
},
1818
"dependencies": {
19-
"@contentstack/cli-cm-seed": "~2.0.0-beta.7",
20-
"@contentstack/cli-command": "~1.7.2",
21-
"@contentstack/cli-utilities": "~1.17.3",
19+
"@contentstack/cli-cm-seed": "~2.0.0-beta.8",
20+
"@contentstack/cli-command": "~2.0.0-beta",
21+
"@contentstack/cli-utilities": "~2.0.0-beta",
2222
"@oclif/core": "^4.3.0",
2323
"@oclif/plugin-help": "^6.2.37",
2424
"inquirer": "8.2.7",

packages/contentstack-branches/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "1.6.3",
4+
"version": "2.0.0-beta",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.7.2",
8+
"@contentstack/cli-command": "~2.0.0-beta",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
11-
"@contentstack/cli-utilities": "~1.17.3",
11+
"@contentstack/cli-utilities": "~2.0.0-beta",
1212
"chalk": "^4.1.2",
1313
"just-diff": "^6.0.2",
1414
"lodash": "^4.17.23"

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": "2.0.0-beta.9",
4+
"version": "2.0.0-beta.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": "~2.0.0-beta.8",
10-
"@contentstack/cli-cm-import": "~2.0.0-beta.7",
11-
"@contentstack/cli-command": "~1.7.2",
12-
"@contentstack/cli-utilities": "~1.17.3",
9+
"@contentstack/cli-cm-export": "~2.0.0-beta.9",
10+
"@contentstack/cli-cm-import": "~2.0.0-beta.8",
11+
"@contentstack/cli-command": "~2.0.0-beta",
12+
"@contentstack/cli-utilities": "~2.0.0-beta",
1313
"@oclif/core": "^4.3.0",
1414
"@oclif/plugin-help": "^6.2.28",
1515
"chalk": "^4.1.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.7.2",
4+
"version": "2.0.0-beta",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -19,7 +19,7 @@
1919
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
2020
},
2121
"dependencies": {
22-
"@contentstack/cli-utilities": "~1.17.3",
22+
"@contentstack/cli-utilities": "~2.0.0-beta",
2323
"contentstack": "^3.25.3",
2424
"@oclif/core": "^4.3.0",
2525
"@oclif/plugin-help": "^6.2.28"

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": "2.0.0-beta",
4+
"version": "2.0.0-beta.1",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "npm run clean && npm run compile",
@@ -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": "~1.7.2",
25-
"@contentstack/cli-utilities": "~1.17.3",
24+
"@contentstack/cli-command": "~2.0.0-beta",
25+
"@contentstack/cli-utilities": "~2.0.0-beta",
2626
"@contentstack/utils": "~1.7.0",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28",

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 entries, taxonomies, terms, or organization users to CSV",
4-
"version": "1.11.0",
4+
"version": "2.0.0-beta",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.7.2",
9-
"@contentstack/cli-utilities": "~1.17.3",
8+
"@contentstack/cli-command": "~2.0.0-beta",
9+
"@contentstack/cli-utilities": "~2.0.0-beta",
1010
"@oclif/core": "^4.8.0",
1111
"@oclif/plugin-help": "^6.2.32",
1212
"fast-csv": "^4.3.6",

0 commit comments

Comments
 (0)