Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Anushkafka committed Nov 28, 2022
1 parent 525be13 commit 3eadeb5
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.28](https://github.com/zendesk/zcli/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-11-28)

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





# [1.0.0-beta.27](https://github.com/zendesk/zcli/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2022-11-22)

**Note:** Version bump only for package zcli-monorepo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"--no-lockfile"
],
"useWorkspaces": true,
"version": "1.0.0-beta.27"
"version": "1.0.0-beta.28"
}
8 changes: 8 additions & 0 deletions packages/zcli-apps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.28](https://github.com/zendesk/zcli/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-11-28)

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





# [1.0.0-beta.27](https://github.com/zendesk/zcli/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2022-11-22)

**Note:** Version bump only for package @zendesk/zcli-apps
Expand Down
2 changes: 1 addition & 1 deletion packages/zcli-apps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zendesk/zcli-apps",
"description": "zcli apps commands live here",
"version": "1.0.0-beta.27",
"version": "1.0.0-beta.28",
"author": "@vegemite",
"npmRegistry": "https://registry.npmjs.org",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/zcli-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.28](https://github.com/zendesk/zcli/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-11-28)

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





# [1.0.0-beta.26](https://github.com/zendesk/zcli/compare/v1.0.0-beta.24...v1.0.0-beta.26) (2022-11-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/zcli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zendesk/zcli-core",
"version": "1.0.0-beta.26",
"version": "1.0.0-beta.28",
"description": "ZCLI core libraries and services",
"main": "src/index.ts",
"npmRegistry": "https://registry.npmjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/zcli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-beta.28](https://github.com/zendesk/zcli/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-11-28)

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





# [1.0.0-beta.27](https://github.com/zendesk/zcli/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2022-11-22)

**Note:** Version bump only for package @zendesk/zcli
Expand Down
6 changes: 3 additions & 3 deletions packages/zcli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zendesk/zcli",
"description": "Zendesk CLI is a single command line tool for all your zendesk needs",
"version": "1.0.0-beta.27",
"version": "1.0.0-beta.28",
"author": "@vegemite",
"npmRegistry": "https://registry.npmjs.org",
"publishConfig": {
Expand All @@ -16,8 +16,8 @@
"@oclif/plugin-not-found": "^2.3.1",
"@oclif/plugin-update": "^3.0.0",
"@oclif/plugin-warn-if-update-available": "^2.0.4",
"@zendesk/zcli-apps": "^1.0.0-beta.27",
"@zendesk/zcli-core": "^1.0.0-beta.26",
"@zendesk/zcli-apps": "^1.0.0-beta.28",
"@zendesk/zcli-core": "^1.0.0-beta.28",
"chalk": "^4.1.2",
"tslib": "^2.4.0"
},
Expand Down

0 comments on commit 3eadeb5

Please sign in to comment.