Skip to content

Commit d9c8114

Browse files
chore(release): version bump (#355)
Co-authored-by: mmassaki <mmassaki@users.noreply.github.com>
1 parent 0366a0d commit d9c8114

6 files changed

Lines changed: 36 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.57](https://github.com/zendesk/zcli/compare/v1.0.0-beta.56...v1.0.0-beta.57) (2026-04-17)
7+
8+
9+
### Bug Fixes
10+
11+
* dedicated 404 error handling and improved error messages for connectors delete command ([103fb63](https://github.com/zendesk/zcli/commit/103fb634af7e33459c1034ba8f68a3c3baf5e673))
12+
* use project-local tsc for type checking ([d51c611](https://github.com/zendesk/zcli/commit/d51c61187e327ef2db227887ff03c611160ffd02))
13+
14+
15+
16+
17+
618
# [1.0.0-beta.56](https://github.com/zendesk/zcli/compare/v1.0.0-beta.55...v1.0.0-beta.56) (2026-04-10)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"--no-lockfile"
2626
],
2727
"useWorkspaces": true,
28-
"version": "1.0.0-beta.56"
28+
"version": "1.0.0-beta.57"
2929
}

packages/zcli-connectors/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.57](https://github.com/zendesk/zcli/compare/v1.0.0-beta.56...v1.0.0-beta.57) (2026-04-17)
7+
8+
9+
### Bug Fixes
10+
11+
* dedicated 404 error handling and improved error messages for connectors delete command ([103fb63](https://github.com/zendesk/zcli/commit/103fb634af7e33459c1034ba8f68a3c3baf5e673))
12+
* use project-local tsc for type checking ([d51c611](https://github.com/zendesk/zcli/commit/d51c61187e327ef2db227887ff03c611160ffd02))
13+
14+
15+
16+
17+
618
# [1.0.0-beta.56](https://github.com/zendesk/zcli/compare/v1.0.0-beta.55...v1.0.0-beta.56) (2026-04-10)
719

820

packages/zcli-connectors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zendesk/zcli-connectors",
33
"description": "zcli connectors commands live here",
4-
"version": "1.0.0-beta.56",
4+
"version": "1.0.0-beta.57",
55
"author": "@vegemite",
66
"npmRegistry": "https://registry.npmjs.org",
77
"publishConfig": {

packages/zcli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-beta.57](https://github.com/zendesk/zcli/compare/v1.0.0-beta.56...v1.0.0-beta.57) (2026-04-17)
7+
8+
**Note:** Version bump only for package @zendesk/zcli
9+
10+
11+
12+
13+
614
# [1.0.0-beta.56](https://github.com/zendesk/zcli/compare/v1.0.0-beta.55...v1.0.0-beta.56) (2026-04-10)
715

816
**Note:** Version bump only for package @zendesk/zcli

packages/zcli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zendesk/zcli",
33
"description": "Zendesk CLI is a single command line tool for all your zendesk needs",
4-
"version": "1.0.0-beta.56",
4+
"version": "1.0.0-beta.57",
55
"author": "@wattle",
66
"npmRegistry": "https://registry.npmjs.org",
77
"publishConfig": {
@@ -17,7 +17,7 @@
1717
"@oclif/plugin-update": "=3.0.13",
1818
"@oclif/plugin-warn-if-update-available": "=2.0.20",
1919
"@zendesk/zcli-apps": "^1.0.0-beta.54",
20-
"@zendesk/zcli-connectors": "^1.0.0-beta.56",
20+
"@zendesk/zcli-connectors": "^1.0.0-beta.57",
2121
"@zendesk/zcli-core": "^1.0.0-beta.56",
2222
"@zendesk/zcli-themes": "^1.0.0-beta.55",
2323
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)