Skip to content

Commit 5147dda

Browse files
Merge pull request #2529 from contentstack/version_bump
chore: version bump
2 parents 2dd3b36 + ddcc142 commit 5147dda

6 files changed

Lines changed: 584 additions & 950 deletions

File tree

.talismanrc

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
fileignoreconfig:
2-
- filename: .github/workflows/release-production-pipeline.yml
3-
checksum: 4aef94feea3ea0538162a9454cfd30457ec85e3123672f0933713e3d113d4504
4-
- filename: packages/contentstack-utilities/src/proxy-helper.ts
5-
checksum: 2169f25563bca3a0fe54edd00c73646ed56d36aa7e8effe904de26b0c1633759
6-
- filename: packages/contentstack-config/test/unit/commands/proxy.test.ts
7-
checksum: b92210826693683300728e7e82e6789f0ad697b17e6b99a8a004c9a041bced00
8-
- filename: packages/contentstack/test/unit/context-handler.test.ts
9-
checksum: 6ef78899d3089685271bd16c156d057c807fd9b8560189387ae44e9576d23095
10-
- filename: packages/contentstack/README.md
11-
checksum: cdd03f1f11ef3ecf04f71ed0a468501633ce92f0d487ee097312644578cb3cdc
122
- filename: pnpm-lock.yaml
13-
checksum: 848b0690be9700254135dda7f87f01249c0f20fc9109055236c63aa608cd7967
3+
checksum: e118b2ebbc7fdd1e6eaa50f022b754506c3848b8e08c69fc3539b6b56856a926
144
version: '1.0'

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": "2.0.0-beta.10",
4+
"version": "2.0.0-beta.11",
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": "~2.0.0-beta.5",
19-
"@contentstack/cli-utilities": "~2.0.0-beta.5",
18+
"@contentstack/cli-command": "~2.0.0-beta.6",
19+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
2020
"@oclif/core": "^4.10.5",
2121
"@oclif/plugin-help": "^6.2.44",
2222
"otplib": "^12.0.1"
@@ -79,4 +79,4 @@
7979
}
8080
},
8181
"repository": "contentstack/cli"
82-
}
82+
}

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": "2.0.0-beta.5",
4+
"version": "2.0.0-beta.6",
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": "~2.0.0-beta.5",
17+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
1818
"contentstack": "^3.27.0",
1919
"@oclif/core": "^4.10.5",
2020
"@oclif/plugin-help": "^6.2.44"
@@ -64,4 +64,4 @@
6464
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-command/<%- commandPath %>"
6565
},
6666
"repository": "contentstack/cli"
67-
}
67+
}

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": "2.0.0-beta.7",
4+
"version": "2.0.0-beta.8",
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": "~2.0.0-beta.5",
18-
"@contentstack/cli-utilities": "~2.0.0-beta.5",
17+
"@contentstack/cli-command": "~2.0.0-beta.6",
18+
"@contentstack/cli-utilities": "~2.0.0-beta.7",
1919
"@contentstack/utils": "~1.9.1",
2020
"@oclif/core": "^4.10.5",
2121
"@oclif/plugin-help": "^6.2.44",
@@ -93,4 +93,4 @@
9393
}
9494
},
9595
"repository": "contentstack/cli"
96-
}
96+
}

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": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
44
"description": "Utilities for contentstack projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -81,4 +81,4 @@
8181
"ts-node": "^10.9.2",
8282
"typescript": "^5.9.3"
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)