Skip to content

Commit 22e4400

Browse files
authored
Merge branch 'v2-dev' into fix/DX-5326
2 parents 5345b14 + a0509e7 commit 22e4400

File tree

14 files changed

+194
-261
lines changed

14 files changed

+194
-261
lines changed

.github/workflows/release-v2-beta-plugins.yml

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

2828
- name: Install root dependencies
29-
run: pnpm install --frozen-lockfile
29+
run: pnpm install --no-frozen-lockfile
3030

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

.talismanrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fileignoreconfig:
2+
- filename: pnpm-lock.yaml
3+
checksum: 901fcf828dc9d8d85277c767cd468791388a4a3b0cb30525bcdcb86d009be6f4
4+
version: '1.0'

packages/contentstack-audit/package.json

Lines changed: 4 additions & 4 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.6",
3+
"version": "2.0.0-beta.7",
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": "~2.0.0-beta.2",
22-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
21+
"@contentstack/cli-command": "~2.0.0-beta.3",
22+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.28",
2525
"chalk": "^4.1.2",
@@ -83,4 +83,4 @@
8383
"keywords": [
8484
"oclif"
8585
]
86-
}
86+
}

packages/contentstack-bootstrap/package.json

Lines changed: 6 additions & 6 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.11",
4+
"version": "2.0.0-beta.12",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -16,10 +16,10 @@
1616
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1717
},
1818
"dependencies": {
19-
"@contentstack/cli-cm-seed": "~2.0.0-beta.10",
20-
"@contentstack/cli-command": "~2.0.0-beta.2",
21-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
22-
"@contentstack/cli-config": "~2.0.0-beta.3",
19+
"@contentstack/cli-cm-seed": "~2.0.0-beta.11",
20+
"@contentstack/cli-command": "~2.0.0-beta.3",
21+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
22+
"@contentstack/cli-config": "~2.0.0-beta.4",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.37",
2525
"inquirer": "12.11.1",
@@ -73,4 +73,4 @@
7373
}
7474
},
7575
"repository": "contentstack/cli"
76-
}
76+
}

packages/contentstack-branches/package.json

Lines changed: 4 additions & 4 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": "2.0.0-beta.2",
4+
"version": "2.0.0-beta.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~2.0.0-beta.2",
8+
"@contentstack/cli-command": "~2.0.0-beta.3",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
11-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
11+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
1212
"chalk": "^4.1.2",
1313
"just-diff": "^6.0.2",
1414
"lodash": "^4.17.23"
@@ -79,4 +79,4 @@
7979
}
8080
},
8181
"repository": "https://github.com/contentstack/cli"
82-
}
82+
}

packages/contentstack-clone/package.json

Lines changed: 6 additions & 6 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.12",
4+
"version": "2.0.0-beta.13",
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.11",
10-
"@contentstack/cli-cm-import": "~2.0.0-beta.11",
11-
"@contentstack/cli-command": "~2.0.0-beta.2",
12-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
9+
"@contentstack/cli-cm-export": "~2.0.0-beta.12",
10+
"@contentstack/cli-cm-import": "~2.0.0-beta.12",
11+
"@contentstack/cli-command": "~2.0.0-beta.3",
12+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
1313
"@oclif/core": "^4.3.0",
1414
"@oclif/plugin-help": "^6.2.28",
1515
"chalk": "^4.1.2",
@@ -78,4 +78,4 @@
7878
"cm:stacks:clone": "CLN"
7979
}
8080
}
81-
}
81+
}

packages/contentstack-export-to-csv/package.json

Lines changed: 4 additions & 4 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": "2.0.0-beta.2",
4+
"version": "2.0.0-beta.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~2.0.0-beta.2",
9-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
8+
"@contentstack/cli-command": "~2.0.0-beta.3",
9+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
1010
"@oclif/core": "^4.8.0",
1111
"@oclif/plugin-help": "^6.2.32",
1212
"fast-csv": "^4.3.6"
@@ -73,4 +73,4 @@
7373
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
7474
"version": "oclif readme && git add README.md"
7575
}
76-
}
76+
}

packages/contentstack-export/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@contentstack/cli-cm-export",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "2.0.0-beta.11",
4+
"version": "2.0.0-beta.12",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~2.0.0-beta.2",
9-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
10-
"@contentstack/cli-variants": "~2.0.0-beta.8",
8+
"@contentstack/cli-command": "~2.0.0-beta.3",
9+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
10+
"@contentstack/cli-variants": "~2.0.0-beta.9",
1111
"@oclif/core": "^4.8.0",
1212
"async": "^3.2.6",
1313
"big-json": "^3.2.0",
@@ -94,4 +94,4 @@
9494
}
9595
},
9696
"repository": "https://github.com/contentstack/cli"
97-
}
97+
}

packages/contentstack-import-setup/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-import-setup",
33
"description": "Contentstack CLI plugin to setup the mappers and configurations for the import command",
4-
"version": "2.0.0-beta.6",
4+
"version": "2.0.0-beta.7",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~2.0.0-beta.2",
9-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
8+
"@contentstack/cli-command": "~2.0.0-beta.3",
9+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
1010
"@oclif/core": "^4.3.0",
1111
"big-json": "^3.2.0",
1212
"chalk": "^4.1.2",
@@ -85,4 +85,4 @@
8585
}
8686
},
8787
"repository": "https://github.com/contentstack/cli"
88-
}
88+
}

packages/contentstack-import/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "2.0.0-beta.11",
4+
"version": "2.0.0-beta.12",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-audit": "~2.0.0-beta.6",
9-
"@contentstack/cli-command": "~2.0.0-beta.2",
10-
"@contentstack/cli-utilities": "~2.0.0-beta.2",
11-
"@contentstack/cli-variants": "~2.0.0-beta.8",
8+
"@contentstack/cli-audit": "~2.0.0-beta.7",
9+
"@contentstack/cli-command": "~2.0.0-beta.3",
10+
"@contentstack/cli-utilities": "~2.0.0-beta.3",
11+
"@contentstack/cli-variants": "~2.0.0-beta.9",
1212
"@oclif/core": "^4.3.0",
1313
"big-json": "^3.2.0",
1414
"bluebird": "^3.7.2",
@@ -90,4 +90,4 @@
9090
}
9191
},
9292
"repository": "https://github.com/contentstack/cli"
93-
}
93+
}

0 commit comments

Comments
 (0)