Skip to content

Commit 8effca5

Browse files
Merge pull request #98 from contentstack/version_bump
chore: version bump
2 parents 385e612 + 6de6a24 commit 8effca5

13 files changed

Lines changed: 597 additions & 576 deletions

File tree

.talismanrc

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: ad974018ebd0f3c362e59fc802735c0197bc1472605d8ef3121a9ce160da5b54
4-
- filename: skills/testing/SKILL.md
5-
checksum: 78719d06b5fb82b53e8b61e5569496e50cb87f6be358d24e30c68d5c0695da18
6-
- filename: skills/framework/SKILL.md
7-
checksum: 3c29a941b64d0cd8b7a893d4bd8121d7eedbeec41579803e61ef9698cd3b222f
8-
- filename: skills/contentstack-cli/SKILL.md
9-
checksum: 3ff07b7bb8a80cd9eeb3c3ef8410bd705e430fcb99998df11d8c9f30e2dd8f4d
10-
- filename: skills/code-review/SKILL.md
11-
checksum: a8b6da36c93bb0019e9a1cb8ece84279f2e4dc9a4daa5bb774e4b6ee0bad269a
12-
- filename: skills/dev-workflow/SKILL.md
13-
checksum: 0181865f509fb5bf4ae0bea827581674617b552f7c03dd18ab9a077cf7d9d8a2
14-
version: "1.0"
3+
checksum: 8874a1f72aa1a707ee8303d51842e4c70746f94f6ccc4eeb51208a5ce6b6038d
4+
version: '1.0'

packages/contentstack-audit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "2.0.0-beta.9",
3+
"version": "2.0.0-beta.10",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -18,8 +18,8 @@
1818
"/oclif.manifest.json"
1919
],
2020
"dependencies": {
21-
"@contentstack/cli-command": "~2.0.0-beta.5",
22-
"@contentstack/cli-utilities": "~2.0.0-beta.5",
21+
"@contentstack/cli-command": "~2.0.0-beta.6",
22+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.28",
2525
"chalk": "^5.6.2",
@@ -83,4 +83,4 @@
8383
"keywords": [
8484
"oclif"
8585
]
86-
}
86+
}

packages/contentstack-bootstrap/package.json

Lines changed: 6 additions & 6 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": "2.0.0-beta.14",
4+
"version": "2.0.0-beta.15",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -16,10 +16,10 @@
1616
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
1717
},
1818
"dependencies": {
19-
"@contentstack/cli-cm-seed": "~2.0.0-beta.13",
20-
"@contentstack/cli-command": "~2.0.0-beta.5",
21-
"@contentstack/cli-utilities": "~2.0.0-beta.5",
22-
"@contentstack/cli-config": "~2.0.0-beta.6",
19+
"@contentstack/cli-cm-seed": "~2.0.0-beta.14",
20+
"@contentstack/cli-command": "~2.0.0-beta.6",
21+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
22+
"@contentstack/cli-config": "~2.0.0-beta.8",
2323
"@oclif/core": "^4.3.0",
2424
"@oclif/plugin-help": "^6.2.37",
2525
"inquirer": "12.11.1",
@@ -73,4 +73,4 @@
7373
}
7474
},
7575
"repository": "contentstack/cli"
76-
}
76+
}

packages/contentstack-branches/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@contentstack/cli-cm-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "2.0.0-beta.5",
4+
"version": "2.0.0-beta.6",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~2.0.0-beta.5",
8+
"@contentstack/cli-command": "~2.0.0-beta.6",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
11-
"@contentstack/cli-utilities": "~2.0.0-beta.5",
11+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
1212
"chalk": "^5.6.2",
1313
"just-diff": "^6.0.2",
1414
"lodash": "^4.18.1"
@@ -79,4 +79,4 @@
7979
}
8080
},
8181
"repository": "https://github.com/contentstack/cli"
82-
}
82+
}

packages/contentstack-clone/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "2.0.0-beta.15",
4+
"version": "2.0.0-beta.16",
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": "~2.0.0-beta.14",
10-
"@contentstack/cli-cm-import": "~2.0.0-beta.14",
11-
"@contentstack/cli-command": "~2.0.0-beta.5",
12-
"@contentstack/cli-utilities": "~2.0.0-beta.5",
9+
"@contentstack/cli-cm-export": "~2.0.0-beta.15",
10+
"@contentstack/cli-cm-import": "~2.0.0-beta.15",
11+
"@contentstack/cli-command": "~2.0.0-beta.6",
12+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
1313
"@oclif/core": "^4.3.0",
1414
"@oclif/plugin-help": "^6.2.28",
1515
"chalk": "^5.6.2",
@@ -78,4 +78,4 @@
7878
"cm:stacks:clone": "CLN"
7979
}
8080
}
81-
}
81+
}

packages/contentstack-export-to-csv/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-to-csv",
33
"description": "Export entries, taxonomies, terms, or organization users to CSV",
4-
"version": "2.0.0-beta.5",
4+
"version": "2.0.0-beta.6",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~2.0.0-beta.5",
9-
"@contentstack/cli-utilities": "~2.0.0-beta.5",
8+
"@contentstack/cli-command": "~2.0.0-beta.6",
9+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
1010
"@oclif/core": "^4.8.0",
1111
"@oclif/plugin-help": "^6.2.32",
1212
"fast-csv": "^4.3.6"
@@ -73,4 +73,4 @@
7373
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
7474
"version": "oclif readme && git add README.md"
7575
}
76-
}
76+
}

packages/contentstack-export/package.json

Lines changed: 5 additions & 5 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": "2.0.0-beta.14",
4+
"version": "2.0.0-beta.15",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~2.0.0-beta.5",
9-
"@contentstack/cli-utilities": "~2.0.0-beta.5",
10-
"@contentstack/cli-variants": "~2.0.0-beta.11",
8+
"@contentstack/cli-command": "~2.0.0-beta.6",
9+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
10+
"@contentstack/cli-variants": "~2.0.0-beta.12",
1111
"@oclif/core": "^4.8.0",
1212
"async": "^3.2.6",
1313
"big-json": "^3.2.0",
@@ -94,4 +94,4 @@
9494
}
9595
},
9696
"repository": "https://github.com/contentstack/cli"
97-
}
97+
}

packages/contentstack-import-setup/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-import-setup",
33
"description": "Contentstack CLI plugin to setup the mappers and configurations for the import command",
4-
"version": "2.0.0-beta.9",
4+
"version": "2.0.0-beta.10",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~2.0.0-beta.5",
9-
"@contentstack/cli-utilities": "~2.0.0-beta.5",
8+
"@contentstack/cli-command": "~2.0.0-beta.6",
9+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
1010
"@oclif/core": "^4.3.0",
1111
"big-json": "^3.2.0",
1212
"chalk": "^5.6.2",
@@ -85,4 +85,4 @@
8585
}
8686
},
8787
"repository": "https://github.com/contentstack/cli"
88-
}
88+
}

packages/contentstack-import/package.json

Lines changed: 6 additions & 6 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": "2.0.0-beta.14",
4+
"version": "2.0.0-beta.15",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-audit": "~2.0.0-beta.9",
9-
"@contentstack/cli-command": "~2.0.0-beta.5",
10-
"@contentstack/cli-utilities": "~2.0.0-beta.5",
11-
"@contentstack/cli-variants": "~2.0.0-beta.11",
8+
"@contentstack/cli-audit": "~2.0.0-beta.10",
9+
"@contentstack/cli-command": "~2.0.0-beta.6",
10+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
11+
"@contentstack/cli-variants": "~2.0.0-beta.12",
1212
"@oclif/core": "^4.3.0",
1313
"big-json": "^3.2.0",
1414
"bluebird": "^3.7.2",
@@ -90,4 +90,4 @@
9090
}
9191
},
9292
"repository": "https://github.com/contentstack/cli"
93-
}
93+
}

packages/contentstack-migration/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@contentstack/cli-migration",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"author": "@contentstack",
55
"bugs": "https://github.com/contentstack/cli/issues",
66
"dependencies": {
7-
"@contentstack/cli-command": "~2.0.0-beta.5",
8-
"@contentstack/cli-utilities": "~2.0.0-beta.5",
7+
"@contentstack/cli-command": "~2.0.0-beta.6",
8+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
99
"@oclif/core": "^4.3.0",
1010
"@oclif/plugin-help": "^6.2.28",
1111
"async": "^3.2.6",
@@ -71,4 +71,4 @@
7171
"cm:stacks:migration": "MGRTN"
7272
}
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)