Skip to content

Commit 0ed0442

Browse files
Merge pull request #2594 from contentstack/fix/version-bump-1
Fix/version bump 1
2 parents 433a5c0 + 1b1bbb8 commit 0ed0442

8 files changed

Lines changed: 542 additions & 33 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: e681fe223b950539b98013001ec3efbebb3df00e8546c46f6d31e93e549933e3
3+
checksum: 4936f0e86d5b2e1d605ae1915c417110ab649486943bb27375cab1b3b7c42b58
44
version: '1.0'

packages/contentstack-auth/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-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.8.2",
4+
"version": "1.8.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -15,8 +15,8 @@
1515
"lint": "eslint src/**/*.ts"
1616
},
1717
"dependencies": {
18-
"@contentstack/cli-command": "~1.8.2",
19-
"@contentstack/cli-utilities": "~1.18.3",
18+
"@contentstack/cli-command": "~1.8.3",
19+
"@contentstack/cli-utilities": "~1.18.4",
2020
"@oclif/core": "^4.11.4",
2121
"otplib": "^12.0.1"
2222
},

packages/contentstack-command/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-command",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.8.2",
4+
"version": "1.8.3",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -14,7 +14,7 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-utilities": "~1.18.3",
17+
"@contentstack/cli-utilities": "~1.18.4",
1818
"contentstack": "^3.27.0",
1919
"@oclif/core": "^4.11.4"
2020
},

packages/contentstack-config/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-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.20.3",
4+
"version": "1.20.4",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "pnpm compile && oclif manifest && oclif readme",
@@ -14,8 +14,8 @@
1414
"lint": "eslint src/**/*.ts"
1515
},
1616
"dependencies": {
17-
"@contentstack/cli-command": "~1.8.2",
18-
"@contentstack/cli-utilities": "~1.18.3",
17+
"@contentstack/cli-command": "~1.8.3",
18+
"@contentstack/cli-utilities": "~1.18.4",
1919
"@contentstack/utils": "~1.9.1",
2020
"@oclif/core": "^4.11.4"
2121
},

packages/contentstack-utilities/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-utilities",
3-
"version": "1.18.3",
3+
"version": "1.18.4",
44
"description": "Utilities for contentstack projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/contentstack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@contentstack/cli-cm-clone": "~1.21.5",
3030
"@contentstack/cli-cm-export-to-csv": "~1.12.2",
3131
"@contentstack/cli-cm-import-setup": "~1.8.3",
32-
"@contentstack/cli-cm-migrate-rte": "cli-plugins/packages/contentstack-migrate-rte",
33-
"@contentstack/cli-cm-seed": "~1.15.3",
32+
"@contentstack/cli-cm-migrate-rte": "1.6.4",
33+
"@contentstack/cli-cm-seed": "~1.15.4",
3434
"@contentstack/cli-command": "~1.8.2",
3535
"@contentstack/cli-config": "~1.20.3",
3636
"@contentstack/cli-launch": "^1.10.0",
@@ -69,7 +69,7 @@
6969
"rimraf": "^5.0.10",
7070
"shelljs": "^0.10.0",
7171
"sinon": "^21.0.1",
72-
"tmp": "^0.2.5",
72+
"tmp": "^0.2.7",
7373
"ts-node": "^10.9.2",
7474
"tslib": "^2.8.1",
7575
"typescript": "^4.9.5"

0 commit comments

Comments
 (0)