Skip to content

Commit

Permalink
Merged Development into branch and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj committed Sep 25, 2023
1 parent 0682034 commit 66b461f
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 46 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.16",
"version": "1.4.17",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "~1.4.16",
"@contentstack/cli-cm-seed": "~1.4.17",
"@contentstack/cli-command": "~1.2.12",
"@contentstack/cli-utilities": "~1.5.2",
"inquirer": "8.2.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@contentstack/cli-cm-clone",
"description": "Contentstack stack clone plugin",
"version": "1.4.17",
"version": "1.4.18",
"author": "Contentstack",
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
"dependencies": {
"@contentstack/cli-cm-export": "~1.8.2",
"@contentstack/cli-cm-import": "~1.8.4",
"@contentstack/cli-cm-export": "~1.8.3",
"@contentstack/cli-cm-import": "~1.8.5",
"@contentstack/cli-command": "~1.2.12",
"@contentstack/cli-utilities": "~1.5.2",
"@colors/colors": "^1.5.0",
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.8.2",
"version": "1.8.3",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-import",
"description": "Contentstack CLI plugin to import content into stack",
"version": "1.8.4",
"version": "1.8.5",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
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.4.16",
"version": "1.4.17",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-cm-import": "~1.8.4",
"@contentstack/cli-cm-import": "~1.8.5",
"@contentstack/cli-command": "~1.2.12",
"@contentstack/cli-utilities": "~1.5.2",
"axios": "1.3.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
"dependencies": {
"@contentstack/cli-auth": "~1.3.13",
"@contentstack/cli-cm-bootstrap": "~1.4.16",
"@contentstack/cli-cm-bootstrap": "~1.4.17",
"@contentstack/cli-cm-bulk-publish": "~1.3.11",
"@contentstack/cli-cm-clone": "~1.4.17",
"@contentstack/cli-cm-export": "~1.8.2",
"@contentstack/cli-cm-import": "~1.8.4",
"@contentstack/cli-cm-clone": "~1.4.18",
"@contentstack/cli-cm-export": "~1.8.3",
"@contentstack/cli-cm-import": "~1.8.5",
"@contentstack/cli-cm-export-to-csv": "~1.4.2",
"@contentstack/cli-cm-migrate-rte": "~1.4.11",
"@contentstack/cli-cm-seed": "~1.4.16",
"@contentstack/cli-cm-seed": "~1.4.17",
"@contentstack/cli-command": "~1.2.12",
"@contentstack/cli-config": "~1.4.11",
"@contentstack/cli-launch": "~1.0.12",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66b461f

Please sign in to comment.