Skip to content

Commit b9f9742

Browse files
author
naman-contentstack
committed
Merge branch 'v2-beta-dev' into enhancement/DX-4443
2 parents dd6d1ef + 255d0b4 commit b9f9742

File tree

22 files changed

+977
-845
lines changed

22 files changed

+977
-845
lines changed

.github/workflows/release-beta.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
with:
6767
token: ${{ secrets.NPM_TOKEN }}
6868
package: ./packages/contentstack-utilities/package.json
69+
tag: beta
6970

7071
# Variants
7172
- name: Installing dependencies of variants
@@ -102,6 +103,7 @@ jobs:
102103
with:
103104
token: ${{ secrets.NPM_TOKEN }}
104105
package: ./packages/contentstack-command/package.json
106+
tag: beta
105107

106108
# Config
107109
- name: Installing dependencies of config
@@ -243,6 +245,7 @@ jobs:
243245
with:
244246
token: ${{ secrets.NPM_TOKEN }}
245247
package: ./packages/contentstack-export-to-csv/package.json
248+
tag: beta
246249

247250
# Migration
248251
- name: Installing dependencies of migration
@@ -311,6 +314,7 @@ jobs:
311314
token: ${{ secrets.NPM_TOKEN }}
312315
package: ./packages/contentstack-branches/package.json
313316
access: public
317+
tag: beta
314318

315319
# Core CLI
316320
- name: Installing dependencies of core

.talismanrc

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
fileignoreconfig:
2-
- filename: packages/contentstack-import/src/import/modules/environments.ts
3-
checksum: f61c635eaec8026e0cfa80a5ab8272f7946531f6d89505dc0d247b4c7ab0eab7
42
- filename: pnpm-lock.yaml
5-
checksum: 2fd43b3eef46720de65d8c5f6ff782d5db78b73a49f106222a40d8c0a4ccf78a
3+
checksum: 113f9187b27a5c8fe0bb5b923e045cc129ef663b7d87b0aa1ba610c0e4429ffa
64
- filename: package-lock.json
7-
checksum: fd21f6efef2abd10a22c2511ac61c7a3fa58ad47e33130bc76a6ed5f6c99f5b2
8-
- filename: packages/contentstack-bootstrap/src/bootstrap/utils.ts
9-
checksum: 5ab20e057fa9c4c300f7a882d30e1c68bbc91ed19de520488107e8c37239682a
10-
- filename: packages/contentstack-migration/README.md
11-
checksum: 0deea9c8e43a89a4f20fb25ffe1a38cccd19020fe4fedae80f1ca24d34307f2b
12-
- filename: packages/contentstack-import/src/import/modules/taxonomies.ts
13-
checksum: f4f44b6031d2936ec2da98b39bb5f5c1bd0f3be34dbe498c75e64a35b7d25a33
14-
- filename: packages/contentstack/README.md
15-
checksum: 3a0fab964797476a71d2149ce261d265f410bd756eb9cde9400be9e5250fdc35
16-
- filename: packages/contentstack-config/src/utils/region-handler.ts
17-
checksum: 7fb77272b01e48e0cde7a0b25d18a6a237bd59a8e2156aed8a8de5acd27f2465
5+
checksum: 2a0dbf3e678f730f1bbfe8b89de87fa7986246034da88678ca6cf547a97eefc0
186
version: '1.0'

package-lock.json

Lines changed: 670 additions & 510 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: 5 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.9",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -16,9 +16,10 @@
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",
22+
"@contentstack/cli-config": "~2.0.0-beta.1",
2223
"@oclif/core": "^4.3.0",
2324
"@oclif/plugin-help": "^6.2.37",
2425
"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.9",
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",

0 commit comments

Comments
 (0)