Skip to content

Commit 1b24c6a

Browse files
author
naman-contentstack
committed
chore: version bumps
1 parent 0cd1661 commit 1b24c6a

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

packages/contentstack-auth/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-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.8.0-beta.0",
4+
"version": "1.8.0-beta.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -22,8 +22,8 @@
2222
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
2323
},
2424
"dependencies": {
25-
"@contentstack/cli-command": "~1.8.0-beta.0",
26-
"@contentstack/cli-utilities": "~1.18.0-beta.0",
25+
"@contentstack/cli-command": "~1.8.0-beta.1",
26+
"@contentstack/cli-utilities": "~1.19.0-beta.0",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28",
2929
"otplib": "^12.0.1"
@@ -81,4 +81,4 @@
8181
}
8282
},
8383
"repository": "contentstack/cli"
84-
}
84+
}

packages/contentstack-command/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-command",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.8.0-beta.0",
4+
"version": "1.8.0-beta.1",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
2020
"test:unit": "mocha --timeout 10000 --forbid-only \"test/unit/**/*.test.ts\""
2121
},
2222
"dependencies": {
23-
"@contentstack/cli-utilities": "~1.18.0-beta.0",
23+
"@contentstack/cli-utilities": "~1.19.0-beta.0",
2424
"contentstack": "^3.25.3",
2525
"@oclif/core": "^4.3.0",
2626
"@oclif/plugin-help": "^6.2.28"
@@ -65,4 +65,4 @@
6565
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-command/<%- commandPath %>"
6666
},
6767
"repository": "contentstack/cli"
68-
}
68+
}

packages/contentstack-config/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-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.20.0-beta.0",
4+
"version": "1.20.0-beta.1",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "pnpm compile && oclif manifest && oclif readme",
@@ -21,8 +21,8 @@
2121
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
2222
},
2323
"dependencies": {
24-
"@contentstack/cli-command": "~1.8.0-beta.0",
25-
"@contentstack/cli-utilities": "~1.18.0-beta.0",
24+
"@contentstack/cli-command": "~1.8.0-beta.1",
25+
"@contentstack/cli-utilities": "~1.19.0-beta.0",
2626
"@contentstack/utils": "~1.7.0",
2727
"@oclif/core": "^4.3.0",
2828
"@oclif/plugin-help": "^6.2.28",
@@ -95,4 +95,4 @@
9595
}
9696
},
9797
"repository": "contentstack/cli"
98-
}
98+
}

packages/contentstack-utilities/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-utilities",
3-
"version": "1.18.0-beta.0",
3+
"version": "1.19.0-beta.0",
44
"description": "Utilities for contentstack projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -82,4 +82,4 @@
8282
"ts-node": "^10.9.2",
8383
"typescript": "^4.9.5"
8484
}
85-
}
85+
}

packages/contentstack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"dependencies": {
2525
"@contentstack/cli-audit": "~1.19.0-beta.0",
2626
"@contentstack/cli-cm-export": "~1.24.0-beta.0",
27-
"@contentstack/cli-cm-import": "~1.32.0-beta.1",
27+
"@contentstack/cli-cm-import": "~1.32.0-beta.0",
2828
"@contentstack/cli-auth": "~1.8.0-beta.0",
29-
"@contentstack/cli-cm-bootstrap": "~1.19.0-beta.1",
29+
"@contentstack/cli-cm-bootstrap": "~1.19.0-beta.0",
3030
"@contentstack/cli-cm-branches": "~1.7.0-beta.0",
3131
"@contentstack/cli-cm-bulk-publish": "~1.11.0-beta.0",
32-
"@contentstack/cli-cm-clone": "~1.21.0-beta.1",
32+
"@contentstack/cli-cm-clone": "~1.21.0-beta.0",
3333
"@contentstack/cli-cm-export-to-csv": "~1.12.0-beta.0",
3434
"@contentstack/cli-cm-import-setup": "~1.8.0-beta.0",
3535
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
36-
"@contentstack/cli-cm-seed": "~1.15.0-beta.2",
36+
"@contentstack/cli-cm-seed": "~1.15.0-beta.0",
3737
"@contentstack/cli-command": "~1.8.0-beta.0",
3838
"@contentstack/cli-config": "~1.20.0-beta.0",
3939
"@contentstack/cli-launch": "^1.9.6",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)