Skip to content

Commit 4f232b0

Browse files
committed
bumped versions
1 parent ad8c0f1 commit 4f232b0

10 files changed

Lines changed: 56 additions & 54 deletions

File tree

.talismanrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
fileignoreconfig:
22
- filename: packages/contentstack-import/src/utils/import-config-handler.ts
33
checksum: 3194f537cee8041f07a7ea91cdc6351c84e400766696d9c3cf80b98f99961f76
4+
- filename: pnpm-lock.yaml
5+
checksum: f4bc99d0e633845924cbe8079c5dbb3c200022c13af6854ec38190c28d254813
46
version: '1.0'

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -83,4 +83,4 @@
8383
"keywords": [
8484
"oclif"
8585
]
86-
}
86+
}

packages/contentstack-bootstrap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-bootstrap",
33
"description": "Bootstrap contentstack apps",
4-
"version": "2.0.0-beta.15",
4+
"version": "2.0.0-beta.16",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -16,7 +16,7 @@
1616
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1717
},
1818
"dependencies": {
19-
"@contentstack/cli-cm-seed": "~2.0.0-beta.14",
19+
"@contentstack/cli-cm-seed": "~2.0.0-beta.16",
2020
"@contentstack/cli-command": "~2.0.0-beta.6",
2121
"@contentstack/cli-utilities": "~2.0.0-beta.7",
2222
"@contentstack/cli-config": "~2.0.0-beta.8",
@@ -73,4 +73,4 @@
7373
}
7474
},
7575
"repository": "contentstack/cli"
76-
}
76+
}

packages/contentstack-clone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone
1616
$ csdx COMMAND
1717
running command...
1818
$ csdx (--version)
19-
@contentstack/cli-cm-clone/2.0.0-beta.12 darwin-arm64 node-v24.13.0
19+
@contentstack/cli-cm-clone/2.0.0-beta.17 darwin-arm64 node-v22.13.1
2020
$ csdx --help [COMMAND]
2121
USAGE
2222
$ csdx COMMAND

packages/contentstack-clone/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "2.0.0-beta.16",
4+
"version": "2.0.0-beta.17",
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.15",
10-
"@contentstack/cli-cm-import": "~2.0.0-beta.15",
9+
"@contentstack/cli-cm-export": "~2.0.0-beta.16",
10+
"@contentstack/cli-cm-import": "~2.0.0-beta.16",
1111
"@contentstack/cli-command": "~2.0.0-beta.6",
1212
"@contentstack/cli-utilities": "~2.0.0-beta.7",
1313
"@oclif/core": "^4.3.0",
@@ -78,4 +78,4 @@
7878
"cm:stacks:clone": "CLN"
7979
}
8080
}
81-
}
81+
}

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.15",
4+
"version": "2.0.0-beta.16",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -95,4 +95,4 @@
9595
}
9696
},
9797
"repository": "https://github.com/contentstack/cli"
98-
}
98+
}

packages/contentstack-import/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@contentstack/cli-cm-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "2.0.0-beta.15",
4+
"version": "2.0.0-beta.16",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-audit": "~2.0.0-beta.10",
8+
"@contentstack/cli-audit": "~2.0.0-beta.11",
99
"@contentstack/cli-command": "~2.0.0-beta.6",
1010
"@contentstack/cli-utilities": "~2.0.0-beta.7",
1111
"@contentstack/cli-variants": "~2.0.0-beta.12",
@@ -91,4 +91,4 @@
9191
}
9292
},
9393
"repository": "https://github.com/contentstack/cli"
94-
}
94+
}

packages/contentstack-seed/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@contentstack/cli-cm-seed",
33
"description": "create a Stack from existing content types, entries, assets, etc.",
4-
"version": "2.0.0-beta.14",
4+
"version": "2.0.0-beta.16",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-cm-import": "~2.0.0-beta.15",
8+
"@contentstack/cli-cm-import": "~2.0.0-beta.16",
99
"@contentstack/cli-command": "~2.0.0-beta.6",
1010
"@contentstack/cli-utilities": "~2.0.0-beta.7",
1111
"inquirer": "12.11.1",
@@ -71,4 +71,4 @@
7171
"compile": "tsc -b tsconfig.json",
7272
"build": "pnpm compile && oclif manifest && oclif readme"
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)