Skip to content

Commit 5cb98d7

Browse files
committed
Merge branch 'development' into feat/DX-2332
2 parents e69946f + 8221f1f commit 5cb98d7

File tree

24 files changed

+28996
-15284
lines changed

24 files changed

+28996
-15284
lines changed

.github/config/release.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"releaseAll": true,
3-
"plugins": {
4-
"utilities": false,
5-
"command": false,
6-
"config": false,
7-
"auth": false,
8-
"export": false,
9-
"import": true,
10-
"clone": false,
11-
"export-to-csv": false,
12-
"migrate-rte": false,
13-
"migration": false,
14-
"seed": false,
15-
"bootstrap": false,
16-
"bulk-publish": false,
17-
"dev-dependencies": false,
18-
"launch": false,
19-
"branches": false,
20-
"core": false
21-
}
22-
}
2+
"releaseAll": true,
3+
"plugins": {
4+
"utilities": false,
5+
"command": false,
6+
"config": false,
7+
"auth": false,
8+
"export": false,
9+
"import": false,
10+
"clone": false,
11+
"export-to-csv": false,
12+
"migrate-rte": false,
13+
"migration": false,
14+
"seed": false,
15+
"bootstrap": false,
16+
"bulk-publish": false,
17+
"dev-dependencies": false,
18+
"launch": false,
19+
"branches": false,
20+
"core": false
21+
}
22+
}

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,15 +293,19 @@ jobs:
293293
token: ${{ secrets.NPM_TOKEN }}
294294
package: ./packages/contentstack/package.json
295295
- uses: actions/checkout@v4
296+
if: ${{ steps.publish-core.conclusion == 'success' }}
296297
with:
297298
ref: 'prod-qa-pipeline'
298299
- run: echo ${{ steps.publish-core.outputs.version }} > version.md
300+
if: ${{ steps.publish-core.conclusion == 'success' }}
299301
- uses: EndBug/add-and-commit@v9
302+
if: ${{ steps.publish-core.conclusion == 'success' }}
300303
with:
301304
message: 'Released version'
302305
- name: Create Release
306+
if: ${{ steps.publish-core.conclusion == 'success' }}
303307
id: create_release
304308
env:
305309
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
306-
VERSION: ${{ steps.publish-to-npm.outputs.version }}
310+
VERSION: ${{ steps.publish-core.outputs.version }}
307311
run: gh release create v"$VERSION" --title "Release $VERSION" --generate-notes

package-lock.json

Lines changed: 27623 additions & 15164 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"/oclif.manifest.json"
1919
],
2020
"dependencies": {
21-
"@contentstack/cli-command": "~1.4.0",
21+
"@contentstack/cli-command": "~1.5.0",
2222
"@oclif/plugin-help": "^6.2.27",
23-
"@contentstack/cli-utilities": "~1.10.0",
23+
"@contentstack/cli-utilities": "~1.11.0",
2424
"@oclif/plugin-plugins": "^5.4.36",
2525
"chalk": "^4.1.2",
2626
"fast-csv": "^4.3.6",
@@ -69,11 +69,11 @@
6969
"lint": "eslint . --ext .ts --config .eslintrc",
7070
"postpack": "shx rm -f oclif.manifest.json",
7171
"posttest": "npm run lint",
72-
"compile": "shx rm -rf lib && tsc -b",
73-
"prepack": "npm run build && oclif manifest && oclif readme",
72+
"compile": "shx rm -rf lib tsconfig.tsbuildinfo && tsc -b",
73+
"prepack": "pnpm compile && oclif manifest && oclif readme",
7474
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
7575
"version": "oclif readme && git add README.md",
76-
"clean": "rm -rf ./lib ./node_modules tsconfig.tsbuildinfo oclif.manifest.json",
76+
"clean": "rm -rf ./lib ./node_modules .tsbuildinfo oclif.manifest.json",
7777
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
7878
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
7979
},

packages/contentstack-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.4.0",
26-
"@contentstack/cli-utilities": "~1.10.0"
25+
"@contentstack/cli-command": "~1.5.0",
26+
"@contentstack/cli-utilities": "~1.11.0"
2727
},
2828
"devDependencies": {
2929
"@fancy-test/nock": "^0.1.1",

packages/contentstack-bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"dependencies": {
2020
"@contentstack/cli-cm-seed": "~1.11.0",
21-
"@contentstack/cli-command": "~1.4.0",
22-
"@contentstack/cli-utilities": "~1.10.0",
21+
"@contentstack/cli-command": "~1.5.0",
22+
"@contentstack/cli-utilities": "~1.11.0",
2323
"inquirer": "8.2.6",
2424
"mkdirp": "^1.0.4",
2525
"tar": "^6.2.1 "

packages/contentstack-branches/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.4.0",
8+
"@contentstack/cli-command": "~1.5.0",
99
"@oclif/core": "^4.2.7",
10-
"@contentstack/cli-utilities": "~1.10.0",
10+
"@contentstack/cli-utilities": "~1.11.0",
1111
"chalk": "^4.1.2",
1212
"just-diff": "^6.0.2",
1313
"lodash": "^4.17.21"

packages/contentstack-bulk-publish/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.4.0",
9-
"@contentstack/cli-utilities": "~1.10.0",
8+
"@contentstack/cli-command": "~1.5.0",
9+
"@contentstack/cli-utilities": "~1.11.0",
1010
"chalk": "^4.1.2",
1111
"dotenv": "^16.4.7",
1212
"inquirer": "8.2.6",

packages/contentstack-clone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@colors/colors": "^1.6.0",
99
"@contentstack/cli-cm-export": "~1.16.0",
1010
"@contentstack/cli-cm-import": "~1.21.1",
11-
"@contentstack/cli-command": "~1.4.0",
12-
"@contentstack/cli-utilities": "~1.10.0",
11+
"@contentstack/cli-command": "~1.5.0",
12+
"@contentstack/cli-utilities": "~1.11.0",
1313
"chalk": "^4.1.2",
1414
"inquirer": "8.2.6",
1515
"lodash": "^4.17.21",

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.4.0",
4+
"version": "1.5.0",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -17,7 +17,7 @@
1717
"format": "eslint src/**/*.ts --fix"
1818
},
1919
"dependencies": {
20-
"@contentstack/cli-utilities": "~1.10.0",
20+
"@contentstack/cli-utilities": "~1.11.0",
2121
"contentstack": "^3.25.2"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)