Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0](https://github.com/zendesk/zcli/compare/v1.0.1...v1.1.0) (2026-06-04)


### Bug Fixes

* create intermediate directories when rewriting nested templates ([806b6f8](https://github.com/zendesk/zcli/commit/806b6f868758b8982757983c7a4dfae6e8452213))
* preserve :line:column suffix when either is 0 in validationErrorsToString ([de10e46](https://github.com/zendesk/zcli/commit/de10e464141159f63830ad373d527e3445d7b191))
* revalidate theme on file add/delete during themes:preview ([7c64a1d](https://github.com/zendesk/zcli/commit/7c64a1d40a20479b5d929ed8d92be0978101c936))
* stop sending local preview URLs in themes:migrate payload ([264ef00](https://github.com/zendesk/zcli/commit/264ef00872959c7a0a68b618e460c9ed6bb63070))
* **themes:** drop extra blank line in types.ts to satisfy eslint ([c029b11](https://github.com/zendesk/zcli/commit/c029b11ffe5b26e1a4a30732f9642bc393d62968))
* throw CLIError on write failures in rewriteAssets and rewriteTemplates ([3ac1b31](https://github.com/zendesk/zcli/commit/3ac1b31c676281f25dbcb51797493bdbc92f1a14))


### Features

* **themes:** send style.css and script.js through themes:migrate ([f1d96f3](https://github.com/zendesk/zcli/commit/f1d96f3e35abd5951419d29be888d91fce221f4c))
* **themes:** wire themes:migrate to the new endpoint contract ([1bbac7b](https://github.com/zendesk/zcli/commit/1bbac7bf0e9d8b98978e31873dba8414bb5ca65d))
* write migrated assets to theme during themes:migrate ([1cc34d5](https://github.com/zendesk/zcli/commit/1cc34d50d3485962356c788593fd7389a0856abf))





## [1.0.1](https://github.com/zendesk/zcli/compare/v1.0.0...v1.0.1) (2026-04-24)

**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.1"
"version": "1.1.0"
}
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.1.0](https://github.com/zendesk/zcli/compare/v1.0.1...v1.1.0) (2026-06-04)

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





# [1.0.0](https://github.com/zendesk/zcli/compare/v1.0.0-beta.57...v1.0.0) (2026-04-23)

**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",
"version": "1.1.0",
"author": "@wattle",
"npmRegistry": "https://registry.npmjs.org",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/zcli-connectors/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.1.0](https://github.com/zendesk/zcli/compare/v1.0.1...v1.1.0) (2026-06-04)

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





## [1.0.1](https://github.com/zendesk/zcli/compare/v1.0.0...v1.0.1) (2026-04-24)

**Note:** Version bump only for package @zendesk/zcli-connectors
Expand Down
2 changes: 1 addition & 1 deletion packages/zcli-connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zendesk/zcli-connectors",
"description": "zcli connectors commands live here",
"version": "1.0.1",
"version": "1.1.0",
"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.1.0](https://github.com/zendesk/zcli/compare/v1.0.1...v1.1.0) (2026-06-04)

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





# [1.0.0](https://github.com/zendesk/zcli/compare/v1.0.0-beta.57...v1.0.0) (2026-04-23)

**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",
"version": "1.1.0",
"description": "ZCLI core libraries and services",
"main": "src/index.ts",
"npmRegistry": "https://registry.npmjs.org",
Expand Down
23 changes: 23 additions & 0 deletions packages/zcli-themes/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.1.0](https://github.com/zendesk/zcli/compare/v1.0.1...v1.1.0) (2026-06-04)


### Bug Fixes

* create intermediate directories when rewriting nested templates ([806b6f8](https://github.com/zendesk/zcli/commit/806b6f868758b8982757983c7a4dfae6e8452213))
* preserve :line:column suffix when either is 0 in validationErrorsToString ([de10e46](https://github.com/zendesk/zcli/commit/de10e464141159f63830ad373d527e3445d7b191))
* revalidate theme on file add/delete during themes:preview ([7c64a1d](https://github.com/zendesk/zcli/commit/7c64a1d40a20479b5d929ed8d92be0978101c936))
* stop sending local preview URLs in themes:migrate payload ([264ef00](https://github.com/zendesk/zcli/commit/264ef00872959c7a0a68b618e460c9ed6bb63070))
* **themes:** drop extra blank line in types.ts to satisfy eslint ([c029b11](https://github.com/zendesk/zcli/commit/c029b11ffe5b26e1a4a30732f9642bc393d62968))
* throw CLIError on write failures in rewriteAssets and rewriteTemplates ([3ac1b31](https://github.com/zendesk/zcli/commit/3ac1b31c676281f25dbcb51797493bdbc92f1a14))


### Features

* **themes:** send style.css and script.js through themes:migrate ([f1d96f3](https://github.com/zendesk/zcli/commit/f1d96f3e35abd5951419d29be888d91fce221f4c))
* **themes:** wire themes:migrate to the new endpoint contract ([1bbac7b](https://github.com/zendesk/zcli/commit/1bbac7bf0e9d8b98978e31873dba8414bb5ca65d))
* write migrated assets to theme during themes:migrate ([1cc34d5](https://github.com/zendesk/zcli/commit/1cc34d50d3485962356c788593fd7389a0856abf))





# [1.0.0](https://github.com/zendesk/zcli/compare/v1.0.0-beta.57...v1.0.0) (2026-04-23)

**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",
"version": "1.1.0",
"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.1.0](https://github.com/zendesk/zcli/compare/v1.0.1...v1.1.0) (2026-06-04)

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





## [1.0.1](https://github.com/zendesk/zcli/compare/v1.0.0...v1.0.1) (2026-04-24)

**Note:** Version bump only for package @zendesk/zcli
Expand Down
10 changes: 5 additions & 5 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.1",
"version": "1.1.0",
"author": "@wattle",
"npmRegistry": "https://registry.npmjs.org",
"publishConfig": {
Expand All @@ -16,10 +16,10 @@
"@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",
"@zendesk/zcli-connectors": "^1.0.1",
"@zendesk/zcli-core": "^1.0.0",
"@zendesk/zcli-themes": "^1.0.0",
"@zendesk/zcli-apps": "^1.1.0",
"@zendesk/zcli-connectors": "^1.1.0",
"@zendesk/zcli-core": "^1.1.0",
"@zendesk/zcli-themes": "^1.1.0",
"chalk": "^4.1.2",
"tslib": "^2.4.0"
},
Expand Down
Loading