Skip to content

Commit 428ec06

Browse files
Merge pull request #194 from contentstack/fix/version-bump-1
Fix/version bump 1
2 parents 37fcda3 + 8e6608e commit 428ec06

22 files changed

Lines changed: 48 additions & 84 deletions

File tree

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "1.19.3",
3+
"version": "1.19.4",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",

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": "1.19.4",
4+
"version": "1.19.5",
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": "~1.15.4",
19+
"@contentstack/cli-cm-seed": "~1.15.5",
2020
"@contentstack/cli-command": "~1.8.2",
2121
"@contentstack/cli-config": "~1.20.3",
2222
"@contentstack/cli-utilities": "~1.18.3",
@@ -36,7 +36,7 @@
3636
"mocha": "10.8.2",
3737
"nyc": "^15.1.0",
3838
"oclif": "^4.17.46",
39-
"tmp": "^0.2.5",
39+
"tmp": "^0.2.7",
4040
"typescript": "^4.9.5"
4141
},
4242
"engines": {

packages/contentstack-branches/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-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack-cli-cm-regex-validate/bin/dev

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/contentstack-cli-cm-regex-validate/bin/run

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/contentstack-cli-cm-regex-validate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
}
8282
},
8383
"overrides": {
84-
"tmp": "^0.2.5"
84+
"tmp": "^0.2.7"
8585
}
8686
}

packages/contentstack-cli-tsgen/bin/dev

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/contentstack-cli-tsgen/bin/run

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/contentstack-clone/package.json

Lines changed: 3 additions & 3 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": "1.21.5",
4+
"version": "1.21.6",
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": "~1.25.0",
10-
"@contentstack/cli-cm-import": "~1.33.1",
9+
"@contentstack/cli-cm-export": "~1.25.1",
10+
"@contentstack/cli-cm-import": "~1.33.2",
1111
"@contentstack/cli-command": "~1.8.2",
1212
"@contentstack/cli-utilities": "~1.18.3",
1313
"@oclif/core": "^4.11.4",

packages/contentstack-content-type/bin/dev

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)