Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
romeodemeteriojr committed Jul 15, 2024
1 parent a56374e commit 7bcebd8
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 8 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.44](https://github.com/zendesk/zcli/compare/v1.0.0-beta.43...v1.0.0-beta.44) (2024-07-15)

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





# [1.0.0-beta.43](https://github.com/zendesk/zcli/compare/v1.0.0-beta.42...v1.0.0-beta.43) (2024-07-10)


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.43"
"version": "1.0.0-beta.44"
}
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.44](https://github.com/zendesk/zcli/compare/v1.0.0-beta.43...v1.0.0-beta.44) (2024-07-15)

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





# [1.0.0-beta.43](https://github.com/zendesk/zcli/compare/v1.0.0-beta.42...v1.0.0-beta.43) (2024-07-10)

**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.43",
"version": "1.0.0-beta.44",
"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.44](https://github.com/zendesk/zcli/compare/v1.0.0-beta.43...v1.0.0-beta.44) (2024-07-15)

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





# [1.0.0-beta.43](https://github.com/zendesk/zcli/compare/v1.0.0-beta.42...v1.0.0-beta.43) (2024-07-10)

**Note:** Version bump only for package @zendesk/zcli-core
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.43",
"version": "1.0.0-beta.44",
"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-themes/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.44](https://github.com/zendesk/zcli/compare/v1.0.0-beta.43...v1.0.0-beta.44) (2024-07-15)

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





# [1.0.0-beta.43](https://github.com/zendesk/zcli/compare/v1.0.0-beta.42...v1.0.0-beta.43) (2024-07-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/zcli-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zendesk/zcli-themes",
"description": "zcli theme commands live here",
"version": "1.0.0-beta.43",
"version": "1.0.0-beta.44",
"author": "@zendesk/vikings",
"npmRegistry": "https://registry.npmjs.org",
"publishConfig": {
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.44](https://github.com/zendesk/zcli/compare/v1.0.0-beta.43...v1.0.0-beta.44) (2024-07-15)

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





# [1.0.0-beta.43](https://github.com/zendesk/zcli/compare/v1.0.0-beta.42...v1.0.0-beta.43) (2024-07-10)

**Note:** Version bump only for package @zendesk/zcli
Expand Down
8 changes: 4 additions & 4 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.43",
"version": "1.0.0-beta.44",
"author": "@vegemite",
"npmRegistry": "https://registry.npmjs.org",
"publishConfig": {
Expand All @@ -16,9 +16,9 @@
"@oclif/plugin-not-found": "=2.3.16",
"@oclif/plugin-update": "=3.0.13",
"@oclif/plugin-warn-if-update-available": "=2.0.20",
"@zendesk/zcli-apps": "^1.0.0-beta.43",
"@zendesk/zcli-core": "^1.0.0-beta.43",
"@zendesk/zcli-themes": "^1.0.0-beta.43",
"@zendesk/zcli-apps": "^1.0.0-beta.44",
"@zendesk/zcli-core": "^1.0.0-beta.44",
"@zendesk/zcli-themes": "^1.0.0-beta.44",
"chalk": "^4.1.2",
"tslib": "^2.4.0"
},
Expand Down

0 comments on commit 7bcebd8

Please sign in to comment.