Skip to content

Commit 414b781

Browse files
Merge branch 'v2-dev' into fix/dx-4465-upgrade-chalk-to-v5
2 parents ecd96eb + a0509e7 commit 414b781

File tree

13 files changed

+37
-37
lines changed

13 files changed

+37
-37
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

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 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.7",
3+
"version": "2.0.0-beta.8",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -83,4 +83,4 @@
8383
"keywords": [
8484
"oclif"
8585
]
86-
}
86+
}

packages/contentstack-bootstrap/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-cm-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "2.0.0-beta.12",
4+
"version": "2.0.0-beta.13",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -16,7 +16,7 @@
1616
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1717
},
1818
"dependencies": {
19-
"@contentstack/cli-cm-seed": "~2.0.0-beta.11",
19+
"@contentstack/cli-cm-seed": "~2.0.0-beta.12",
2020
"@contentstack/cli-command": "~2.0.0-beta.4",
2121
"@contentstack/cli-utilities": "~2.0.0-beta.4",
2222
"@contentstack/cli-config": "~2.0.0-beta.5",
@@ -73,4 +73,4 @@
7373
}
7474
},
7575
"repository": "contentstack/cli"
76-
}
76+
}

packages/contentstack-branches/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-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
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
"dependencies": {
@@ -79,4 +79,4 @@
7979
}
8080
},
8181
"repository": "https://github.com/contentstack/cli"
82-
}
82+
}

packages/contentstack-clone/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "2.0.0-beta.13",
4+
"version": "2.0.0-beta.14",
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.12",
10-
"@contentstack/cli-cm-import": "~2.0.0-beta.12",
9+
"@contentstack/cli-cm-export": "~2.0.0-beta.13",
10+
"@contentstack/cli-cm-import": "~2.0.0-beta.13",
1111
"@contentstack/cli-command": "~2.0.0-beta.4",
1212
"@contentstack/cli-utilities": "~2.0.0-beta.4",
1313
"@oclif/core": "^4.3.0",
@@ -78,4 +78,4 @@
7878
"cm:stacks:clone": "CLN"
7979
}
8080
}
81-
}
81+
}

packages/contentstack-export-to-csv/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-to-csv",
33
"description": "Export entries, taxonomies, terms, or organization users to CSV",
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
"dependencies": {
@@ -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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@contentstack/cli-command": "~2.0.0-beta.4",
99
"@contentstack/cli-utilities": "~2.0.0-beta.4",
10-
"@contentstack/cli-variants": "~2.0.0-beta.9",
10+
"@contentstack/cli-variants": "~2.0.0-beta.10",
1111
"@oclif/core": "^4.8.0",
1212
"async": "^3.2.6",
1313
"big-json": "^3.2.0",

packages/contentstack-import-setup/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-import-setup",
33
"description": "Contentstack CLI plugin to setup the mappers and configurations for the import command",
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
"dependencies": {
@@ -85,4 +85,4 @@
8585
}
8686
},
8787
"repository": "https://github.com/contentstack/cli"
88-
}
88+
}

packages/contentstack-import/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@contentstack/cli-cm-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "2.0.0-beta.12",
4+
"version": "2.0.0-beta.13",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-audit": "~2.0.0-beta.7",
8+
"@contentstack/cli-audit": "~2.0.0-beta.8",
99
"@contentstack/cli-command": "~2.0.0-beta.4",
1010
"@contentstack/cli-utilities": "~2.0.0-beta.4",
1111
"@contentstack/cli-variants": "~2.0.0-beta.9",
@@ -90,4 +90,4 @@
9090
}
9191
},
9292
"repository": "https://github.com/contentstack/cli"
93-
}
93+
}

packages/contentstack-migration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-migration",
3-
"version": "2.0.0-beta.8",
3+
"version": "2.0.0-beta.9",
44
"author": "@contentstack",
55
"bugs": "https://github.com/contentstack/cli/issues",
66
"dependencies": {
@@ -71,4 +71,4 @@
7171
"cm:stacks:migration": "MGRTN"
7272
}
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)