Skip to content

Commit d33dfe5

Browse files
version bump
1 parent fdc7d8e commit d33dfe5

File tree

7 files changed

+29
-27
lines changed

7 files changed

+29
-27
lines changed

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ fileignoreconfig:
33
- filename: package-lock.json
44
checksum: 36b236fc6b5fd0b9ed6acb0b4517a313a5a832ea69c39868e20f0f33105d9643
55
- filename: pnpm-lock.yaml
6-
checksum: acf2e569bc4fbaa8f7032e3e2ed9a95d8513cbe4e3bcd2ed8ab739739933fb4f
6+
checksum: 87bddcc482cfe88846c0a7f232056cf0287a3e442d1d4e8629ab2954b4ae6bbe
77
version: '1.0'

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ Please refer to the Contentstack Command-line Interface release notes [here](htt
44

55

66

7-
## @contentstack/cli-cm-config
8-
### Version: 1.9.0
9-
#### Date: Feb-30-2025
10-
##### Fix:
7+
8+
#### Date: Feb-09-2025
9+
## cli
1110
- Refactor Endpoints Integration using Utils SDK in cli-cm-config v1.9.0
11+
## cli beta
12+
- Updated @contentstack/cli-cm-export from ~2.0.0-beta.6 to ~2.0.0-beta.7
13+
- Updated @contentstack/cli-cm-clone from ~2.0.0-beta.7 to ~2.0.0-beta.8
1214

1315
## @contentstack/cli-cm-clone
1416
### Version: 1.8.2

package-lock.json

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

packages/contentstack-clone/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-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "2.0.0-beta.7",
4+
"version": "2.0.0-beta.8",
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.6",
9+
"@contentstack/cli-cm-export": "~2.0.0-beta.7",
1010
"@contentstack/cli-cm-import": "~2.0.0-beta.5",
1111
"@contentstack/cli-command": "~1.7.2",
1212
"@contentstack/cli-utilities": "~1.17.1",

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": "2.0.0-beta.6",
4+
"version": "2.0.0-beta.7",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@contentstack/cli-auth": "~2.0.0-beta.4",
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,18 +23,18 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-audit": "~2.0.0-beta.2",
26-
"@contentstack/cli-cm-export": "~2.0.0-beta.6",
26+
"@contentstack/cli-cm-export": "~2.0.0-beta.7",
2727
"@contentstack/cli-cm-import": "~2.0.0-beta.5",
2828
"@contentstack/cli-auth": "~2.0.0-beta.4",
2929
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.5",
3030
"@contentstack/cli-cm-branches": "~1.6.3",
3131
"@contentstack/cli-cm-bulk-publish": "~1.10.6",
32-
"@contentstack/cli-cm-clone": "~2.0.0-beta.7",
32+
"@contentstack/cli-cm-clone": "~2.0.0-beta.8",
3333
"@contentstack/cli-cm-export-to-csv": "~1.11.0",
3434
"@contentstack/cli-cm-import-setup": "~2.0.0-beta.3",
3535
"@contentstack/cli-cm-seed": "~2.0.0-beta.5",
3636
"@contentstack/cli-command": "~1.7.2",
37-
"@contentstack/cli-config": "~1.18.0",
37+
"@contentstack/cli-config": "~1.19.0",
3838
"@contentstack/cli-launch": "1.9.3",
3939
"@contentstack/cli-migration": "~2.0.0-beta.3",
4040
"@contentstack/cli-utilities": "~1.17.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)