Skip to content

Commit 411c4d0

Browse files
committed
bumped version
1 parent 75e0992 commit 411c4d0

File tree

7 files changed

+113
-77
lines changed

7 files changed

+113
-77
lines changed

.talismanrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
fileignoreconfig:
22
- filename: package-lock.json
3-
checksum: fa02e2883b15c973134368ce26c78187e247d3761ef14f603afc0d5ea83102a6
3+
checksum: 1ceb6098ec964ce35feb105249528fcb938de002551a22d81ef771f378da8062
44
- filename: pnpm-lock.yaml
5-
checksum: d4174feb2ba68c22cc45987afdaf4d89997df084e7e7eb9edc7e309b5a24aca5
5+
checksum: 050da770b23a0ca135648f7c857f4511fda57a6c125906698d7cf2e2efdeacf7
66
- filename: packages/contentstack-import-setup/test/unit/backup-handler.test.ts
77
checksum: 0582d62b88834554cf12951c8690a73ef3ddbb78b82d2804d994cf4148e1ef93
88
- filename: packages/contentstack-import-setup/test/config.json

package-lock.json

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

packages/contentstack-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.16.0",
4+
"version": "1.16.1",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "npm run clean && npm run compile",

packages/contentstack-export/package.json

Lines changed: 1 addition & 1 deletion
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": "1.22.0",
4+
"version": "1.22.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "1.30.0",
4+
"version": "1.30.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.53.0",
4+
"version": "1.53.1",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -23,8 +23,8 @@
2323
},
2424
"dependencies": {
2525
"@contentstack/cli-audit": "~1.16.1",
26-
"@contentstack/cli-cm-export": "~1.22.0",
27-
"@contentstack/cli-cm-import": "~1.30.0",
26+
"@contentstack/cli-cm-export": "~1.22.1",
27+
"@contentstack/cli-cm-import": "~1.30.1",
2828
"@contentstack/cli-auth": "~1.6.2",
2929
"@contentstack/cli-cm-bootstrap": "~1.17.1",
3030
"@contentstack/cli-cm-branches": "~1.6.1",
@@ -35,7 +35,7 @@
3535
"@contentstack/cli-cm-migrate-rte": "~1.6.2",
3636
"@contentstack/cli-cm-seed": "~1.13.1",
3737
"@contentstack/cli-command": "~1.7.0",
38-
"@contentstack/cli-config": "~1.16.0",
38+
"@contentstack/cli-config": "~1.16.1",
3939
"@contentstack/cli-launch": "^1.9.2",
4040
"@contentstack/cli-migration": "~1.10.1",
4141
"@contentstack/cli-utilities": "~1.15.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)