Skip to content

Commit 8221f1f

Browse files
authored
Merge pull request #1863 from contentstack/fix/stage2
Fix Release workflow
2 parents 853c76b + 1b7721f commit 8221f1f

File tree

22 files changed

+29005
-15303
lines changed

22 files changed

+29005
-15303
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,5 +307,5 @@ jobs:
307307
id: create_release
308308
env:
309309
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
310-
VERSION: ${{ steps.publish-to-npm.outputs.version }}
310+
VERSION: ${{ steps.publish-core.outputs.version }}
311311
run: gh release create v"$VERSION" --title "Release $VERSION" --generate-notes

package-lock.json

Lines changed: 27681 additions & 15222 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: 2 additions & 2 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.25",
23-
"@contentstack/cli-utilities": "~1.10.0",
23+
"@contentstack/cli-utilities": "~1.11.0",
2424
"@oclif/plugin-plugins": "^5.4.24",
2525
"chalk": "^4.1.2",
2626
"fast-csv": "^4.3.6",

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.0",
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": {

packages/contentstack-config/package.json

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

0 commit comments

Comments
 (0)