Skip to content

Commit 580bd8f

Browse files
committed
chore(release): publish
1 parent 03f2329 commit 580bd8f

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.51](https://github.com/zendesk/zcli/compare/v1.0.0-beta.50...v1.0.0-beta.51) (2024-09-29)
7+
8+
9+
### Reverts
10+
11+
* Revert "venus" ([cbc6aaa](https://github.com/zendesk/zcli/commit/cbc6aaa6b74a393b13caba603398899d35489e94))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.50](https://github.com/zendesk/zcli/compare/v1.0.0-beta.49...v1.0.0-beta.50) (2024-09-06)
718

819

lerna.json

+1-1
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.50"
28+
"version": "1.0.0-beta.51"
2929
}

packages/zcli-themes/CHANGELOG.md

+8
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.51](https://github.com/zendesk/zcli/compare/v1.0.0-beta.50...v1.0.0-beta.51) (2024-09-29)
7+
8+
**Note:** Version bump only for package @zendesk/zcli-themes
9+
10+
11+
12+
13+
614
# [1.0.0-beta.49](https://github.com/zendesk/zcli/compare/v1.0.0-beta.48...v1.0.0-beta.49) (2024-09-05)
715

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

packages/zcli-themes/package.json

+1-1
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.49",
4+
"version": "1.0.0-beta.51",
55
"author": "@zendesk/vikings",
66
"npmRegistry": "https://registry.npmjs.org",
77
"publishConfig": {

packages/zcli/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.51](https://github.com/zendesk/zcli/compare/v1.0.0-beta.50...v1.0.0-beta.51) (2024-09-29)
7+
8+
9+
### Reverts
10+
11+
* Revert "venus" ([cbc6aaa](https://github.com/zendesk/zcli/commit/cbc6aaa6b74a393b13caba603398899d35489e94))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.50](https://github.com/zendesk/zcli/compare/v1.0.0-beta.49...v1.0.0-beta.50) (2024-09-06)
718

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

packages/zcli/package.json

+2-2
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.50",
4+
"version": "1.0.0-beta.51",
55
"author": "@vegemite",
66
"npmRegistry": "https://registry.npmjs.org",
77
"publishConfig": {
@@ -18,7 +18,7 @@
1818
"@oclif/plugin-warn-if-update-available": "=2.0.20",
1919
"@zendesk/zcli-apps": "^1.0.0-beta.50",
2020
"@zendesk/zcli-core": "^1.0.0-beta.49",
21-
"@zendesk/zcli-themes": "^1.0.0-beta.49",
21+
"@zendesk/zcli-themes": "^1.0.0-beta.51",
2222
"chalk": "^4.1.2",
2323
"tslib": "^2.4.0"
2424
},

0 commit comments

Comments
 (0)