Skip to content

Commit 31196e3

Browse files
version bump
1 parent 8ce86d0 commit 31196e3

9 files changed

Lines changed: 964 additions & 1055 deletions

File tree

.talismanrc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
fileignoreconfig:
2-
- filename: packages/contentstack-export-to-csv/src/types/index.ts
3-
checksum: 28c19efb0c13969d40df964f86fa6de444316e320801f19dee7392df7a36851d
4-
- filename: package-lock.json
5-
checksum: 0982a352c260f7dd5bdde813104c2db8268abc489c791ec467b63eb8badb3cf1
6-
- filename: packages/contentstack-config/src/utils/region-handler.ts
7-
checksum: 7b36342fda136ce73bcbde45fba78a9fa8f58536abfd6bd48eff1e5d95d3be52
2+
- filename: package-lock.json
3+
checksum: e3cc199046aeca0969f7a9de52246eb46ab54892e9b509d2bb28162ad9a85bff
4+
- filename: pnpm-lock.yaml
5+
checksum: 0210ea5a188a163ce11739c6ae1440a1fea4df61ab9e18a82bcb68f8335ea34f
86
version: '1.0'

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Please refer to the Contentstack Command-line Interface release notes [here](https://www.contentstack.com/docs/developers/cli/cli-changelog).
44

5+
6+
7+
## @contentstack/cli-cm-config
8+
### Version: 1.9.0
9+
#### Date: Feb-30-2025
10+
##### Fix:
11+
- Refactor Endpoints Integration using Utils SDK in cli-cm-config v1.9.0
12+
513
## @contentstack/cli-cm-clone
614
### Version: 1.8.2
715
#### Date: June-30-2025

package-lock.json

Lines changed: 452 additions & 500 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-bulk-publish/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-bulk-publish",
33
"description": "Contentstack CLI plugin for bulk publish actions",
4-
"version": "1.10.6",
4+
"version": "1.10.7",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.7.2",
9-
"@contentstack/cli-config": "~1.18.0",
9+
"@contentstack/cli-config": "~1.19.0",
1010
"@contentstack/cli-utilities": "~1.17.1",
1111
"@oclif/core": "^4.3.0",
1212
"@oclif/plugin-help": "^6.2.28",

packages/contentstack-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.6.0",
9-
"@contentstack/cli-cm-export": "~1.23.1",
9+
"@contentstack/cli-cm-export": "~1.23.2",
1010
"@contentstack/cli-cm-import": "~1.31.2",
1111
"@contentstack/cli-command": "~1.7.2",
1212
"@contentstack/cli-utilities": "~1.17.1",

packages/contentstack-config/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-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.18.0",
4+
"version": "1.19.0",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "npm run clean && npm run compile",
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@contentstack/cli-command": "~1.7.2",
2525
"@contentstack/cli-utilities": "~1.17.0",
26-
"@contentstack/utils":"~1.6.3",
26+
"@contentstack/utils": "~1.6.3",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28",
2929
"lodash": "^4.17.21"

packages/contentstack-export/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",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "1.23.1",
4+
"version": "1.23.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@contentstack/cli-auth": "~1.7.3",
25-
"@contentstack/cli-config": "~1.18.0",
25+
"@contentstack/cli-config": "~1.19.0",
2626
"@contentstack/cli-dev-dependencies": "~1.3.1",
2727
"@oclif/plugin-help": "^6.2.28",
2828
"@oclif/test": "^4.1.13",

packages/contentstack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-audit": "~1.17.1",
26-
"@contentstack/cli-cm-export": "~1.23.1",
26+
"@contentstack/cli-cm-export": "~1.23.2",
2727
"@contentstack/cli-cm-import": "~1.31.2",
2828
"@contentstack/cli-auth": "~1.7.3",
2929
"@contentstack/cli-cm-bootstrap": "~1.18.2",
3030
"@contentstack/cli-cm-branches": "~1.6.3",
31-
"@contentstack/cli-cm-bulk-publish": "~1.10.6",
31+
"@contentstack/cli-cm-bulk-publish": "~1.10.7",
3232
"@contentstack/cli-cm-clone": "~1.20.1",
3333
"@contentstack/cli-cm-export-to-csv": "~1.11.0",
3434
"@contentstack/cli-cm-import-setup": "~1.7.3",
3535
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
3636
"@contentstack/cli-cm-seed": "~1.14.2",
3737
"@contentstack/cli-command": "~1.7.2",
38-
"@contentstack/cli-config": "~1.18.0",
38+
"@contentstack/cli-config": "~1.19.0",
3939
"@contentstack/cli-launch": "^1.9.2",
4040
"@contentstack/cli-migration": "~1.11.0",
4141
"@contentstack/cli-utilities": "~1.17.1",

0 commit comments

Comments
 (0)