Skip to content

Commit 2ecd4de

Browse files
committed
chore(release): publish
1 parent be9c3d5 commit 2ecd4de

8 files changed

Lines changed: 38 additions & 6 deletions

File tree

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.53](https://github.com/zendesk/zcli/compare/v1.0.0-beta.52...v1.0.0-beta.53) (2025-07-07)
7+
8+
**Note:** Version bump only for package zcli-monorepo
9+
10+
11+
12+
13+
614
# [1.0.0-beta.52](https://github.com/zendesk/zcli/compare/v1.0.0-beta.51...v1.0.0-beta.52) (2024-12-18)
715

816

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.52"
28+
"version": "1.0.0-beta.53"
2929
}

packages/zcli-apps/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.53](https://github.com/zendesk/zcli/compare/v1.0.0-beta.52...v1.0.0-beta.53) (2025-07-07)
7+
8+
**Note:** Version bump only for package @zendesk/zcli-apps
9+
10+
11+
12+
13+
614
# [1.0.0-beta.50](https://github.com/zendesk/zcli/compare/v1.0.0-beta.49...v1.0.0-beta.50) (2024-09-06)
715

816

packages/zcli-apps/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-apps",
33
"description": "zcli apps commands live here",
4-
"version": "1.0.0-beta.50",
4+
"version": "1.0.0-beta.53",
55
"author": "@vegemite",
66
"npmRegistry": "https://registry.npmjs.org",
77
"publishConfig": {

packages/zcli-themes/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.53](https://github.com/zendesk/zcli/compare/v1.0.0-beta.52...v1.0.0-beta.53) (2025-07-07)
7+
8+
**Note:** Version bump only for package @zendesk/zcli-themes
9+
10+
11+
12+
13+
614
# [1.0.0-beta.52](https://github.com/zendesk/zcli/compare/v1.0.0-beta.51...v1.0.0-beta.52) (2024-12-18)
715

816

packages/zcli-themes/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-themes",
33
"description": "zcli theme commands live here",
4-
"version": "1.0.0-beta.52",
4+
"version": "1.0.0-beta.53",
55
"author": "@zendesk/vikings",
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.53](https://github.com/zendesk/zcli/compare/v1.0.0-beta.52...v1.0.0-beta.53) (2025-07-07)
7+
8+
**Note:** Version bump only for package @zendesk/zcli
9+
10+
11+
12+
13+
614
# [1.0.0-beta.52](https://github.com/zendesk/zcli/compare/v1.0.0-beta.51...v1.0.0-beta.52) (2024-12-18)
715

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

packages/zcli/package.json

Lines changed: 3 additions & 3 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.52",
4+
"version": "1.0.0-beta.53",
55
"author": "@vegemite",
66
"npmRegistry": "https://registry.npmjs.org",
77
"publishConfig": {
@@ -16,9 +16,9 @@
1616
"@oclif/plugin-not-found": "=2.3.16",
1717
"@oclif/plugin-update": "=3.0.13",
1818
"@oclif/plugin-warn-if-update-available": "=2.0.20",
19-
"@zendesk/zcli-apps": "^1.0.0-beta.50",
19+
"@zendesk/zcli-apps": "^1.0.0-beta.53",
2020
"@zendesk/zcli-core": "^1.0.0-beta.49",
21-
"@zendesk/zcli-themes": "^1.0.0-beta.52",
21+
"@zendesk/zcli-themes": "^1.0.0-beta.53",
2222
"chalk": "^4.1.2",
2323
"tslib": "^2.4.0"
2424
},

0 commit comments

Comments
 (0)