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
42 changes: 21 additions & 21 deletions .github/workflows/release-production-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release CLI Plugins (Production)

on:
push:
branches: [main]
branches: [v1-legacy]
workflow_dispatch: # manually trigger the workflow

jobs:
Expand Down Expand Up @@ -45,159 +45,159 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-variants/package.json
tag: latest
tag: v1-x

# Export
- name: Publishing export (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-export/package.json
tag: latest
tag: v1-x

# Audit
- name: Publishing audit (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-audit/package.json
tag: latest
tag: v1-x

# Import
- name: Publishing import (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-import/package.json
tag: latest
tag: v1-x

# Clone
- name: Publishing clone (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-clone/package.json
tag: latest
tag: v1-x

# Import Setup
- name: Publishing import-setup (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-import-setup/package.json
tag: latest
tag: v1-x

# Export to CSV
- name: Publishing export to csv (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-export-to-csv/package.json
tag: latest
tag: v1-x

# Migration
- name: Publishing migration (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-migration/package.json
tag: latest
tag: v1-x

# Migrate RTE
- name: Publishing migrate RTE (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-migrate-rte/package.json
tag: latest
tag: v1-x

# Seed
- name: Publishing seed (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-seed/package.json
tag: latest
tag: v1-x

# Bootstrap
- name: Publishing bootstrap (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-bootstrap/package.json
tag: latest
tag: v1-x

# Bulk Publish
- name: Publishing bulk publish (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-bulk-publish/package.json
tag: latest
tag: v1-x

# Bulk Operations
- name: Publishing bulk operations (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-bulk-operations/package.json
tag: latest
tag: v1-x

# Branches
- name: Publishing branches (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-branches/package.json
tag: latest
tag: v1-x

# Apps CLI
- name: Publishing apps-cli (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-apps-cli/package.json
tag: latest
tag: v1-x

# Query Export
- name: Publishing query export (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-query-export/package.json
tag: latest
tag: v1-x

# Content Type
- name: Publishing content-type (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-content-type/package.json
tag: latest
tag: v1-x

# Regex Validate
- name: Publishing regex-validate (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-cli-cm-regex-validate/package.json
tag: latest
tag: v1-x

# Tsgen
- name: Publishing tsgen (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-cli-tsgen/package.json
tag: latest
tag: v1-x

# External Migrate
- name: Publishing external-migrate (Production)
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/contentstack-external-migrate/package.json
tag: latest
tag: v1-x

- name: Create Production Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fileignoreconfig:

- filename: pnpm-lock.yaml
checksum: 90ca97ef1a06fb5b7d8071f1317e079de6a34fce91559f70f80d9d958b5a834e
checksum: f858552dd32e8853c9e63f2a714b6e4c9d9efa1a738de3feefee52ac447ba0dd
version: '1.0'
10 changes: 5 additions & 5 deletions packages/contentstack-apps-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/apps-cli",
"version": "1.7.4",
"version": "1.7.5",
"description": "App ClI",
"author": "Contentstack CLI",
"homepage": "https://github.com/contentstack/cli-plugins/tree/main/packages/contentstack-apps-cli",
Expand All @@ -22,9 +22,9 @@
],
"dependencies": {
"@apollo/client": "^3.14.1",
"@contentstack/cli-command": "~1.8.5",
"@contentstack/cli-launch": "^1.11.1",
"@contentstack/cli-utilities": "~1.19.1",
"@contentstack/cli-command": "~1.8.7",
"@contentstack/cli-launch": "^1.11.2",
"@contentstack/cli-utilities": "~1.19.2",
"adm-zip": "^0.6.0",
"chalk": "^4.1.2",
"lodash": "^4.18.1",
Expand All @@ -43,7 +43,7 @@
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"axios": "^1.16.1",
"axios": "^1.19.0",
"chai": "^4.5.0",
"dotenv": "^16.6.1",
"eslint": "^10.5.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.21.0",
"version": "1.21.1",
"description": "Contentstack audit plugin",
"author": "Contentstack CLI",
"homepage": "https://github.com/contentstack/cli",
Expand All @@ -18,8 +18,8 @@
"/oclif.manifest.json"
],
"dependencies": {
"@contentstack/cli-command": "~1.8.5",
"@contentstack/cli-utilities": "~1.19.1",
"@contentstack/cli-command": "~1.8.7",
"@contentstack/cli-utilities": "~1.19.2",
"@oclif/core": "^4.11.4",
"chalk": "^4.1.2",
"fast-csv": "^4.3.6",
Expand Down
12 changes: 6 additions & 6 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.9",
"version": "1.19.10",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -17,14 +17,14 @@
"lint": "eslint \"src/**/*.ts\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "~1.15.10",
"@contentstack/cli-command": "~1.8.5",
"@contentstack/cli-config": "~1.21.1",
"@contentstack/cli-utilities": "~1.19.1",
"@contentstack/cli-cm-seed": "~1.15.11",
"@contentstack/cli-command": "~1.8.9",
"@contentstack/cli-config": "~1.21.2",
"@contentstack/cli-utilities": "~1.19.2",
"@oclif/core": "^4.11.4",
"inquirer": "8.2.7",
"mkdirp": "^2.1.6",
"tar": "^7.5.19"
"tar": "^7.5.22"
},
"devDependencies": {
"@oclif/test": "^4.1.18",
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-branches/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@contentstack/cli-cm-branches",
"description": "Contentstack CLI plugin to do branches operations",
"version": "1.8.5",
"version": "1.8.6",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.8.5",
"@contentstack/cli-utilities": "~1.19.1",
"@contentstack/cli-command": "~1.8.7",
"@contentstack/cli-utilities": "~1.19.2",
"@oclif/core": "^4.11.4",
"chalk": "^4.1.2",
"just-diff": "^6.0.2",
Expand Down
6 changes: 3 additions & 3 deletions 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.4",
"version": "1.2.5",
"description": "Contentstack CLI plugin for bulk operations",
"author": "Contentstack CLI",
"homepage": "https://github.com/contentstack/cli-plugins/tree/main/packages/contentstack-bulk-operations",
Expand All @@ -20,8 +20,8 @@
"/oclif.manifest.json"
],
"dependencies": {
"@contentstack/cli-command": "~1.8.5",
"@contentstack/cli-utilities": "~1.19.1",
"@contentstack/cli-command": "~1.8.7",
"@contentstack/cli-utilities": "~1.19.2",
"@contentstack/delivery-sdk": "^5.4.0",
"@contentstack/management": "^1.30.3",
"lodash": "^4.18.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/contentstack-bulk-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentstack/cli-cm-bulk-publish",
"description": "Contentstack CLI plugin for bulk publish actions",
"version": "1.13.0",
"version": "1.13.1",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.8.5",
"@contentstack/cli-config": "~1.21.1",
"@contentstack/cli-utilities": "~1.19.1",
"@contentstack/cli-command": "~1.8.7",
"@contentstack/cli-config": "~1.21.2",
"@contentstack/cli-utilities": "~1.19.2",
"@oclif/core": "^4.11.4",
"chalk": "^4.1.2",
"dotenv": "^16.6.1",
Expand Down
6 changes: 3 additions & 3 deletions 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.3",
"version": "1.0.4",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli-cm-regex-validate/issues",
"devDependencies": {
Expand Down Expand Up @@ -65,8 +65,8 @@
"lint": "eslint \"src/**/*.ts\""
},
"dependencies": {
"@contentstack/cli-command": "^1.8.5",
"@contentstack/cli-utilities": "^1.19.1",
"@contentstack/cli-command": "^1.8.7",
"@contentstack/cli-utilities": "^1.19.2",
"@contentstack/management": "^1.30.4",
"cli-table3": "^0.6.5",
"cli-ux": "^6.0.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-cli-tsgen/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "contentstack-cli-tsgen",
"description": "Generate TypeScript typings from a Stack.",
"version": "4.10.3",
"version": "4.10.4",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli-plugins/issues",
"dependencies": {
"@contentstack/cli-command": "~1.8.5",
"@contentstack/cli-utilities": "~1.19.1",
"@contentstack/cli-command": "~1.8.7",
"@contentstack/cli-utilities": "~1.19.2",
"@contentstack/types-generator": "^3.10.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@contentstack/cli-cm-clone",
"description": "Contentstack stack clone plugin",
"version": "1.21.11",
"version": "1.21.12",
"author": "Contentstack",
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
"dependencies": {
"@colors/colors": "^1.6.0",
"@contentstack/cli-cm-export": "~1.27.0",
"@contentstack/cli-cm-import": "~1.35.0",
"@contentstack/cli-command": "~1.8.5",
"@contentstack/cli-utilities": "~1.19.1",
"@contentstack/cli-cm-export": "~1.27.1",
"@contentstack/cli-cm-import": "~1.35.1",
"@contentstack/cli-command": "~1.8.7",
"@contentstack/cli-utilities": "~1.19.2",
"@oclif/core": "^4.11.4",
"chalk": "^4.1.2",
"inquirer": "8.2.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-content-type/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "contentstack-cli-content-type",
"description": "Retrieve information about Content Types in a Stack.",
"version": "1.5.4",
"version": "1.5.5",
"author": "Contentstack Developer",
"bugs": "https://github.com/contentstack/cli-plugins/issues",
"dependencies": {
"@contentstack/cli-command": "^1.8.5",
"@contentstack/cli-utilities": "^1.19.1",
"@contentstack/cli-command": "^1.8.7",
"@contentstack/cli-utilities": "^1.19.2",
"axios": "^1.18.1",
"cli-ux": "^6.0.9",
"diff": "^9.0.0",
Expand Down
Loading
Loading