Skip to content

Commit d7c1623

Browse files
committed
reverted utilities bump
1 parent b9d91a2 commit d7c1623

13 files changed

Lines changed: 25 additions & 24 deletions

File tree

.github/workflows/release-production-plugins.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Release CLI Plugins (Production)
33
on:
44
push:
55
branches: [main]
6+
workflow_dispatch: # manually trigger the workflow
67

78
jobs:
89
build:

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"@contentstack/cli-command": "~1.8.0",
22-
"@contentstack/cli-utilities": "~1.19.0",
22+
"@contentstack/cli-utilities": "~1.18.0",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.28",
2525
"@oclif/plugin-plugins": "^5.4.54",
@@ -85,4 +85,4 @@
8585
"keywords": [
8686
"oclif"
8787
]
88-
}
88+
}

packages/contentstack-bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@contentstack/cli-cm-seed": "~1.15.0",
2020
"@contentstack/cli-command": "~1.8.0",
2121
"@contentstack/cli-config": "~1.20.0",
22-
"@contentstack/cli-utilities": "~1.19.0",
22+
"@contentstack/cli-utilities": "~1.18.0",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.37",
2525
"inquirer": "8.2.7",
@@ -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
@@ -8,7 +8,7 @@
88
"@contentstack/cli-command": "~1.8.0",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
11-
"@contentstack/cli-utilities": "~1.19.0",
11+
"@contentstack/cli-utilities": "~1.18.0",
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-bulk-publish/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@contentstack/cli-command": "~1.8.0",
99
"@contentstack/cli-config": "~1.20.0",
10-
"@contentstack/cli-utilities": "~1.19.0",
10+
"@contentstack/cli-utilities": "~1.18.0",
1111
"@oclif/core": "^4.3.0",
1212
"@oclif/plugin-help": "^6.2.28",
1313
"chalk": "^4.1.2",
@@ -98,4 +98,4 @@
9898
"version": "oclif readme && git add README.md",
9999
"clean": "rm -rf ./node_modules tsconfig.build.tsbuildinfo"
100100
}
101-
}
101+
}

packages/contentstack-clone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@contentstack/cli-cm-export": "~1.24.0",
1010
"@contentstack/cli-cm-import": "~1.32.0",
1111
"@contentstack/cli-command": "~1.8.0",
12-
"@contentstack/cli-utilities": "~1.19.0",
12+
"@contentstack/cli-utilities": "~1.18.0",
1313
"@oclif/core": "^4.3.0",
1414
"@oclif/plugin-help": "^6.2.28",
1515
"chalk": "^4.1.2",
@@ -82,4 +82,4 @@
8282
"cm:stack-clone": "O-CLN"
8383
}
8484
}
85-
}
85+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.8.0",
9-
"@contentstack/cli-utilities": "~1.19.0",
9+
"@contentstack/cli-utilities": "~1.18.0",
1010
"@oclif/core": "^4.8.0",
1111
"@oclif/plugin-help": "^6.2.32",
1212
"fast-csv": "^4.3.6",
@@ -77,4 +77,4 @@
7777
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
7878
"version": "oclif readme && git add README.md"
7979
}
80-
}
80+
}

packages/contentstack-export/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@contentstack/cli-command": "~1.8.0",
99
"@oclif/core": "^4.3.3",
1010
"@contentstack/cli-variants": "~1.4.0",
11-
"@contentstack/cli-utilities": "~1.19.0",
11+
"@contentstack/cli-utilities": "~1.18.0",
1212
"async": "^3.2.6",
1313
"big-json": "^3.2.0",
1414
"bluebird": "^3.7.2",
@@ -98,4 +98,4 @@
9898
}
9999
},
100100
"repository": "https://github.com/contentstack/cli"
101-
}
101+
}

packages/contentstack-import-setup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.8.0",
9-
"@contentstack/cli-utilities": "~1.19.0",
9+
"@contentstack/cli-utilities": "~1.18.0",
1010
"@oclif/core": "^4.3.0",
1111
"big-json": "^3.2.0",
1212
"chalk": "^4.1.2",
@@ -83,4 +83,4 @@
8383
}
8484
},
8585
"repository": "https://github.com/contentstack/cli"
86-
}
86+
}

packages/contentstack-import/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@contentstack/cli-audit": "~1.19.0",
99
"@contentstack/cli-command": "~1.8.0",
10-
"@contentstack/cli-utilities": "~1.19.0",
10+
"@contentstack/cli-utilities": "~1.18.0",
1111
"@contentstack/cli-variants": "~1.4.0",
1212
"@oclif/core": "^4.3.0",
1313
"big-json": "^3.2.0",
@@ -94,4 +94,4 @@
9494
}
9595
},
9696
"repository": "https://github.com/contentstack/cli"
97-
}
97+
}

0 commit comments

Comments
 (0)