Skip to content

Commit d6239dc

Browse files
author
github-actions
committed
chore(release): publish
1 parent dc9fa16 commit d6239dc

File tree

9 files changed

+39
-7
lines changed

9 files changed

+39
-7
lines changed

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

816
**Note:** Version bump only for package zcli-monorepo

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

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

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

packages/zcli-apps/package.json

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

packages/zcli-core/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.9 (2021-11-03)
7+
8+
**Note:** Version bump only for package @zendesk/zcli-core
9+
10+
11+
12+
13+
614
# [1.0.0-beta.7](https://github.com/zendesk/zcli/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2021-03-11)
715

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

packages/zcli-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zendesk/zcli-core",
3-
"version": "1.0.0-beta.7",
3+
"version": "1.0.0-beta.9",
44
"description": "ZCLI core libraries and services",
55
"main": "src/index.ts",
66
"npmRegistry": "https://registry.npmjs.org",

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

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

packages/zcli/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/zcli/package.json

+3-3
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.8",
4+
"version": "1.0.0-beta.9",
55
"author": "@vegemite",
66
"npmRegistry": "https://registry.npmjs.org",
77
"publishConfig": {
@@ -21,8 +21,8 @@
2121
"@oclif/plugin-not-found": "^1.2.4",
2222
"@oclif/plugin-update": "1.5.0",
2323
"@oclif/plugin-warn-if-update-available": "1.7.0",
24-
"@zendesk/zcli-apps": "^1.0.0-beta.8",
25-
"@zendesk/zcli-core": "^1.0.0-beta.7",
24+
"@zendesk/zcli-apps": "^1.0.0-beta.9",
25+
"@zendesk/zcli-core": "^1.0.0-beta.9",
2626
"cli-ux": "^5.6.2",
2727
"tslib": "^1.14.1"
2828
},

0 commit comments

Comments
 (0)