Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: c3bcd614567a430c43ef8c3aa5a4ea2e006486137ba8397d58f01de89b858a1e
checksum: dbc93f1b9ed18bea40332c6e95ecafc0997c9a1c04a92f23207c2355e69c919c
version: '1.0'
2 changes: 1 addition & 1 deletion packages/contentstack-audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-audit",
"version": "1.19.5",
"version": "1.20.0",
"description": "Contentstack audit plugin",
"author": "Contentstack CLI",
"homepage": "https://github.com/contentstack/cli",
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-bootstrap",
"description": "Bootstrap contentstack apps",
"version": "1.19.7",
"version": "1.19.8",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"lint": "eslint \"src/**/*.ts\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "~1.15.7",
"@contentstack/cli-cm-seed": "~1.15.9",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-config": "~1.20.5",
"@contentstack/cli-utilities": "~1.18.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-bulk-operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-bulk-operations",
"version": "1.2.2",
"version": "1.2.3",
"description": "Contentstack CLI plugin for bulk operations",
"author": "Contentstack CLI",
"homepage": "https://github.com/contentstack/cli-plugins/tree/main/packages/contentstack-bulk-operations",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-cli-cm-regex-validate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-regex-validate",
"description": "Validate Fields with Regex Property of Content Type and Global Field in a Stack",
"version": "1.0.1",
"version": "1.0.2",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli-cm-regex-validate/issues",
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentstack/cli-cm-clone",
"description": "Contentstack stack clone plugin",
"version": "1.21.9",
"version": "1.21.10",
"author": "Contentstack",
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
"dependencies": {
"@colors/colors": "^1.6.0",
"@contentstack/cli-cm-export": "~1.25.3",
"@contentstack/cli-cm-import": "~1.33.5",
"@contentstack/cli-cm-export": "~1.26.0",
"@contentstack/cli-cm-import": "~1.34.0",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-utilities": "~1.18.5",
"@oclif/core": "^4.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-content-type/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "contentstack-cli-content-type",
"description": "Retrieve information about Content Types in a Stack.",
"version": "1.5.2",
"version": "1.5.3",
"author": "Contentstack Developer",
"bugs": "https://github.com/contentstack/cli-plugins/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-export/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-export",
"description": "Contentstack CLI plugin to export content from stack",
"version": "1.25.3",
"version": "1.26.0",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@contentstack/cli-cm-import",
"description": "Contentstack CLI plugin to import content into stack",
"version": "1.33.5",
"version": "1.34.0",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-audit": "~1.19.5",
"@contentstack/cli-audit": "~1.20.0",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-utilities": "~1.18.5",
"@contentstack/cli-variants": "~1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-migrate-rte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-migrate-rte",
"description": "Contentstack CLI plugin to migrate HTML RTE to JSON RTE",
"version": "1.7.2",
"version": "1.7.3",
"author": "contentstack",
"bugs": {
"url": "https://github.com/contentstack/cli-plugins/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-query-export/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@contentstack/cli-cm-export-query",
"description": "Contentstack CLI plugin to export content from stack",
"version": "1.0.5",
"version": "1.0.6",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-cm-export": "~1.25.3",
"@contentstack/cli-cm-export": "~1.26.0",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-utilities": "~1.18.5",
"@contentstack/cli-variants": "~1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-seed/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@contentstack/cli-cm-seed",
"description": "create a Stack from existing content types, entries, assets, etc.",
"version": "1.15.8",
"version": "1.15.9",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-cm-import": "~1.33.5",
"@contentstack/cli-cm-import": "~1.34.0",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-utilities": "~1.18.5",
"inquirer": "8.2.7",
Expand Down
Loading
Loading