Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-almeida committed Aug 5, 2024
1 parent 9a9e69a commit 3dd84a8
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 8 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
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.47](https://github.com/zendesk/zcli/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2024-08-05)


### Bug Fixes

* failing unit test ([eede77d](https://github.com/zendesk/zcli/commit/eede77d63514a69ff0725a40065ccf00e90da3ec))
* fix unit and functional tests ([e4eb869](https://github.com/zendesk/zcli/commit/e4eb8695e80bba5a397e7d2390accd65d71b9dd4))
* handle compilation errors for lighten and darken functions ([a45f319](https://github.com/zendesk/zcli/commit/a45f31943fdaf1032951111516a78746380fafde))
* inconsistent behaviour when ZENDESK_DOMAIN env is set ([7d1f234](https://github.com/zendesk/zcli/commit/7d1f234852dec793953e443879ddced7b5851710))
* replace all instances of lighten and darken functions ([b828b9c](https://github.com/zendesk/zcli/commit/b828b9cc2a28ff8107d6ca84e00dd4ebca85f78c))
* webpack unit test to use vite ([e5c81cf](https://github.com/zendesk/zcli/commit/e5c81cfb21612fcd5fadd2c3f4aee27d0df620ba))


### Features

* change login to use api token ([415b5e1](https://github.com/zendesk/zcli/commit/415b5e19ddb164f70cf6d74d5f9f48f802612473))
* replace term password with secret ([e0c2aaa](https://github.com/zendesk/zcli/commit/e0c2aaa0543b4ae7ccfe69245538ab29701688df))
* update help message to refer only the api token ([97f6ce9](https://github.com/zendesk/zcli/commit/97f6ce9a7a416f233b994b572c844e34c9a24400))





# [1.0.0-beta.46](https://github.com/zendesk/zcli/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2024-07-15)

**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.46"
"version": "1.0.0-beta.47"
}
13 changes: 13 additions & 0 deletions packages/zcli-apps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.47](https://github.com/zendesk/zcli/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2024-08-05)


### Bug Fixes

* fix unit and functional tests ([e4eb869](https://github.com/zendesk/zcli/commit/e4eb8695e80bba5a397e7d2390accd65d71b9dd4))
* inconsistent behaviour when ZENDESK_DOMAIN env is set ([7d1f234](https://github.com/zendesk/zcli/commit/7d1f234852dec793953e443879ddced7b5851710))
* webpack unit test to use vite ([e5c81cf](https://github.com/zendesk/zcli/commit/e5c81cfb21612fcd5fadd2c3f4aee27d0df620ba))





# [1.0.0-beta.46](https://github.com/zendesk/zcli/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2024-07-15)

**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.46",
"version": "1.0.0-beta.47",
"author": "@vegemite",
"npmRegistry": "https://registry.npmjs.org",
"publishConfig": {
Expand Down
20 changes: 20 additions & 0 deletions packages/zcli-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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.47](https://github.com/zendesk/zcli/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2024-08-05)


### Bug Fixes

* failing unit test ([eede77d](https://github.com/zendesk/zcli/commit/eede77d63514a69ff0725a40065ccf00e90da3ec))
* fix unit and functional tests ([e4eb869](https://github.com/zendesk/zcli/commit/e4eb8695e80bba5a397e7d2390accd65d71b9dd4))
* inconsistent behaviour when ZENDESK_DOMAIN env is set ([7d1f234](https://github.com/zendesk/zcli/commit/7d1f234852dec793953e443879ddced7b5851710))


### Features

* change login to use api token ([415b5e1](https://github.com/zendesk/zcli/commit/415b5e19ddb164f70cf6d74d5f9f48f802612473))
* replace term password with secret ([e0c2aaa](https://github.com/zendesk/zcli/commit/e0c2aaa0543b4ae7ccfe69245538ab29701688df))
* update help message to refer only the api token ([97f6ce9](https://github.com/zendesk/zcli/commit/97f6ce9a7a416f233b994b572c844e34c9a24400))





# [1.0.0-beta.46](https://github.com/zendesk/zcli/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2024-07-15)

**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.46",
"version": "1.0.0-beta.47",
"description": "ZCLI core libraries and services",
"main": "src/index.ts",
"npmRegistry": "https://registry.npmjs.org",
Expand Down
13 changes: 13 additions & 0 deletions packages/zcli-themes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.47](https://github.com/zendesk/zcli/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2024-08-05)


### Bug Fixes

* fix unit and functional tests ([e4eb869](https://github.com/zendesk/zcli/commit/e4eb8695e80bba5a397e7d2390accd65d71b9dd4))
* handle compilation errors for lighten and darken functions ([a45f319](https://github.com/zendesk/zcli/commit/a45f31943fdaf1032951111516a78746380fafde))
* replace all instances of lighten and darken functions ([b828b9c](https://github.com/zendesk/zcli/commit/b828b9cc2a28ff8107d6ca84e00dd4ebca85f78c))





# [1.0.0-beta.46](https://github.com/zendesk/zcli/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2024-07-15)

**Note:** Version bump only for package @zendesk/zcli-themes
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.46",
"version": "1.0.0-beta.47",
"author": "@zendesk/vikings",
"npmRegistry": "https://registry.npmjs.org",
"publishConfig": {
Expand Down
12 changes: 12 additions & 0 deletions packages/zcli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.47](https://github.com/zendesk/zcli/compare/v1.0.0-beta.46...v1.0.0-beta.47) (2024-08-05)


### Features

* replace term password with secret ([e0c2aaa](https://github.com/zendesk/zcli/commit/e0c2aaa0543b4ae7ccfe69245538ab29701688df))
* update help message to refer only the api token ([97f6ce9](https://github.com/zendesk/zcli/commit/97f6ce9a7a416f233b994b572c844e34c9a24400))





# [1.0.0-beta.46](https://github.com/zendesk/zcli/compare/v1.0.0-beta.45...v1.0.0-beta.46) (2024-07-15)

**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.46",
"version": "1.0.0-beta.47",
"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.46",
"@zendesk/zcli-core": "^1.0.0-beta.46",
"@zendesk/zcli-themes": "^1.0.0-beta.46",
"@zendesk/zcli-apps": "^1.0.0-beta.47",
"@zendesk/zcli-core": "^1.0.0-beta.47",
"@zendesk/zcli-themes": "^1.0.0-beta.47",
"chalk": "^4.1.2",
"tslib": "^2.4.0"
},
Expand Down

0 comments on commit 3dd84a8

Please sign in to comment.