Skip to content

Commit bff380f

Browse files
Merge pull request #2474 from contentstack/v1-beta
Back merge
2 parents 2b48315 + c33813f commit bff380f

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/release-v1-beta-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pnpm run clean:all
2626

2727
- name: Install root dependencies
28-
run: pnpm install --frozen-lockfile
28+
run: pnpm install --no-frozen-lockfile
2929

3030
- name: Build all packages
3131
run: pnpm -r --sort run build

.github/workflows/release-v1-beta-platform-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pnpm run clean:all
2626

2727
- name: Install root dependencies
28-
run: pnpm install --frozen-lockfile
28+
run: pnpm install --no-frozen-lockfile
2929

3030
- name: Build all plugins
3131
run: pnpm -r --sort run build

packages/contentstack/package.json

Lines changed: 17 additions & 17 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 v1-beta",
4-
"version": "1.60.0-beta.6",
4+
"version": "1.60.0-beta.7",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -22,24 +22,24 @@
2222
"prepack": "pnpm compile && oclif manifest && oclif readme"
2323
},
2424
"dependencies": {
25-
"@contentstack/cli-audit": "~1.19.0-beta.0",
26-
"@contentstack/cli-cm-export": "~1.24.0-beta.0",
27-
"@contentstack/cli-cm-import": "~1.32.0-beta.0",
28-
"@contentstack/cli-auth": "~1.8.0-beta.0",
29-
"@contentstack/cli-cm-bootstrap": "~1.19.0-beta.0",
30-
"@contentstack/cli-cm-branches": "~1.7.0-beta.0",
31-
"@contentstack/cli-cm-bulk-publish": "~1.11.0-beta.0",
32-
"@contentstack/cli-cm-clone": "~1.21.0-beta.0",
33-
"@contentstack/cli-cm-export-to-csv": "~1.12.0-beta.0",
34-
"@contentstack/cli-cm-import-setup": "~1.8.0-beta.0",
25+
"@contentstack/cli-audit": "~1.19.0-beta.1",
26+
"@contentstack/cli-cm-export": "~1.24.0-beta.1",
27+
"@contentstack/cli-cm-import": "~1.32.0-beta.1",
28+
"@contentstack/cli-auth": "~1.8.0-beta.1",
29+
"@contentstack/cli-cm-bootstrap": "~1.19.0-beta.1",
30+
"@contentstack/cli-cm-branches": "~1.7.0-beta.1",
31+
"@contentstack/cli-cm-bulk-publish": "~1.11.0-beta.1",
32+
"@contentstack/cli-cm-clone": "~1.21.0-beta.1",
33+
"@contentstack/cli-cm-export-to-csv": "~1.12.0-beta.1",
34+
"@contentstack/cli-cm-import-setup": "~1.8.0-beta.1",
3535
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
36-
"@contentstack/cli-cm-seed": "~1.15.0-beta.0",
37-
"@contentstack/cli-command": "~1.8.0-beta.0",
38-
"@contentstack/cli-config": "~1.20.0-beta.0",
36+
"@contentstack/cli-cm-seed": "~1.15.0-beta.1",
37+
"@contentstack/cli-command": "~1.8.0-beta.1",
38+
"@contentstack/cli-config": "~1.20.0-beta.1",
3939
"@contentstack/cli-launch": "^1.9.6",
40-
"@contentstack/cli-migration": "~1.12.0-beta.0",
40+
"@contentstack/cli-migration": "~1.12.0-beta.1",
4141
"@contentstack/cli-utilities": "~1.19.0-beta.0",
42-
"@contentstack/cli-variants": "~1.4.0-beta.0",
42+
"@contentstack/cli-variants": "~1.4.0-beta.1",
4343
"@contentstack/management": "~1.27.5",
4444
"@oclif/core": "^4.3.0",
4545
"@oclif/plugin-help": "^6.2.28",
@@ -168,4 +168,4 @@
168168
}
169169
},
170170
"repository": "https://github.com/contentstack/cli"
171-
}
171+
}

0 commit comments

Comments
 (0)