Skip to content

Commit 082d0f7

Browse files
author
naman-contentstack
committed
chore: version bumps
1 parent a8f77fd commit 082d0f7

9 files changed

Lines changed: 548 additions & 550 deletions

File tree

.talismanrc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
fileignoreconfig:
2-
- filename: packages/contentstack-export/test/unit/export/modules/assets.test.ts
3-
checksum: 2d493850007ed97dce15bd0117d37b55434beb8de0f0475d044f5008d57d4132
4-
- filename: packages/contentstack-export/test/unit/export/modules/base-class.test.ts
5-
checksum: 60e81daf49efeb424143317388cd2bbe4efcb8945dd8cd0cafaf30a0329e2c7b
2+
- filename: pnpm-lock.yaml
3+
checksum: 97c02af1c210f0a8d5486ec114746856c96209132b973199cfed33de8461965c
64
version: '1.0'

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.2",
4+
"version": "1.19.3",
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.2",
19+
"@contentstack/cli-cm-seed": "~1.15.3",
2020
"@contentstack/cli-command": "~1.8.2",
2121
"@contentstack/cli-config": "~1.20.3",
2222
"@contentstack/cli-utilities": "~1.18.3",
@@ -69,4 +69,4 @@
6969
}
7070
},
7171
"repository": "contentstack/cli"
72-
}
72+
}

packages/contentstack-clone/package.json

Lines changed: 4 additions & 4 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.3",
4+
"version": "1.21.4",
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.24.3",
10-
"@contentstack/cli-cm-import": "~1.32.3",
9+
"@contentstack/cli-cm-export": "~1.25.0",
10+
"@contentstack/cli-cm-import": "~1.33.0",
1111
"@contentstack/cli-command": "~1.8.2",
1212
"@contentstack/cli-utilities": "~1.18.3",
1313
"@oclif/core": "^4.10.5",
@@ -81,4 +81,4 @@
8181
"cm:stack-clone": "O-CLN"
8282
}
8383
}
84-
}
84+
}

packages/contentstack-export/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-export",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "1.24.3",
4+
"version": "1.25.0",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "~1.8.2",
99
"@oclif/core": "^4.10.5",
10-
"@contentstack/cli-variants": "~1.4.3",
10+
"@contentstack/cli-variants": "~1.5.0",
1111
"@contentstack/cli-utilities": "~1.18.3",
1212
"async": "^3.2.6",
1313
"big-json": "^3.2.0",
@@ -97,4 +97,4 @@
9797
}
9898
},
9999
"repository": "https://github.com/contentstack/cli"
100-
}
100+
}

packages/contentstack-import/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "1.32.3",
4+
"version": "1.33.0",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
88
"@contentstack/cli-audit": "~1.19.3",
99
"@contentstack/cli-command": "~1.8.2",
1010
"@contentstack/cli-utilities": "~1.18.3",
11-
"@contentstack/cli-variants": "~1.4.3",
11+
"@contentstack/cli-variants": "~1.5.0",
1212
"@oclif/core": "^4.10.5",
1313
"big-json": "^3.2.0",
1414
"bluebird": "^3.7.2",
@@ -89,4 +89,4 @@
8989
}
9090
},
9191
"repository": "https://github.com/contentstack/cli"
92-
}
92+
}

packages/contentstack-query-export/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@contentstack/cli-cm-export-query",
33
"description": "Contentstack CLI plugin to export content from stack",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-variants": "~1.4.3",
9-
"@contentstack/cli-cm-export": "~1.24.3",
8+
"@contentstack/cli-variants": "~1.5.0",
9+
"@contentstack/cli-cm-export": "~1.25.0",
1010
"@contentstack/cli-command": "~1.8.2",
1111
"@contentstack/cli-utilities": "~1.18.3",
1212
"@oclif/core": "^4.10.5",
@@ -99,4 +99,4 @@
9999
}
100100
},
101101
"repository": "https://github.com/contentstack/cli"
102-
}
102+
}

packages/contentstack-seed/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@contentstack/cli-cm-seed",
33
"description": "create a Stack from existing content types, entries, assets, etc.",
4-
"version": "1.15.2",
4+
"version": "1.15.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-cm-import": "~1.32.3",
8+
"@contentstack/cli-cm-import": "~1.33.0",
99
"@contentstack/cli-command": "~1.8.2",
1010
"@contentstack/cli-utilities": "~1.18.3",
1111
"inquirer": "8.2.7",
@@ -70,4 +70,4 @@
7070
"compile": "tsc -b tsconfig.json",
7171
"build": "pnpm compile && oclif manifest && oclif readme"
7272
}
73-
}
73+
}

packages/contentstack-variants/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-variants",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"description": "Variants plugin",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)