Skip to content

Commit cad59cb

Browse files
committed
chore(release): version bump
1 parent ada57bf commit cad59cb

12 files changed

Lines changed: 88 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.1.0](https://github.com/zendesk/zcli/compare/v1.0.1...v1.1.0) (2026-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* create intermediate directories when rewriting nested templates ([806b6f8](https://github.com/zendesk/zcli/commit/806b6f868758b8982757983c7a4dfae6e8452213))
12+
* preserve :line:column suffix when either is 0 in validationErrorsToString ([de10e46](https://github.com/zendesk/zcli/commit/de10e464141159f63830ad373d527e3445d7b191))
13+
* revalidate theme on file add/delete during themes:preview ([7c64a1d](https://github.com/zendesk/zcli/commit/7c64a1d40a20479b5d929ed8d92be0978101c936))
14+
* stop sending local preview URLs in themes:migrate payload ([264ef00](https://github.com/zendesk/zcli/commit/264ef00872959c7a0a68b618e460c9ed6bb63070))
15+
* **themes:** drop extra blank line in types.ts to satisfy eslint ([c029b11](https://github.com/zendesk/zcli/commit/c029b11ffe5b26e1a4a30732f9642bc393d62968))
16+
* throw CLIError on write failures in rewriteAssets and rewriteTemplates ([3ac1b31](https://github.com/zendesk/zcli/commit/3ac1b31c676281f25dbcb51797493bdbc92f1a14))
17+
18+
19+
### Features
20+
21+
* **themes:** send style.css and script.js through themes:migrate ([f1d96f3](https://github.com/zendesk/zcli/commit/f1d96f3e35abd5951419d29be888d91fce221f4c))
22+
* **themes:** wire themes:migrate to the new endpoint contract ([1bbac7b](https://github.com/zendesk/zcli/commit/1bbac7bf0e9d8b98978e31873dba8414bb5ca65d))
23+
* write migrated assets to theme during themes:migrate ([1cc34d5](https://github.com/zendesk/zcli/commit/1cc34d50d3485962356c788593fd7389a0856abf))
24+
25+
26+
27+
28+
629
## [1.0.1](https://github.com/zendesk/zcli/compare/v1.0.0...v1.0.1) (2026-04-24)
730

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"--no-lockfile"
2626
],
2727
"useWorkspaces": true,
28-
"version": "1.0.1"
28+
"version": "1.1.0"
2929
}

packages/zcli-apps/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.1.0](https://github.com/zendesk/zcli/compare/v1.0.1...v1.1.0) (2026-06-04)
7+
8+
**Note:** Version bump only for package @zendesk/zcli-apps
9+
10+
11+
12+
13+
614
# [1.0.0](https://github.com/zendesk/zcli/compare/v1.0.0-beta.57...v1.0.0) (2026-04-23)
715

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

packages/zcli-apps/package.json

Lines changed: 1 addition & 1 deletion
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",
4+
"version": "1.1.0",
55
"author": "@wattle",
66
"npmRegistry": "https://registry.npmjs.org",
77
"publishConfig": {

packages/zcli-connectors/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.1.0](https://github.com/zendesk/zcli/compare/v1.0.1...v1.1.0) (2026-06-04)
7+
8+
**Note:** Version bump only for package @zendesk/zcli-connectors
9+
10+
11+
12+
13+
614
## [1.0.1](https://github.com/zendesk/zcli/compare/v1.0.0...v1.0.1) (2026-04-24)
715

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

packages/zcli-connectors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zendesk/zcli-connectors",
33
"description": "zcli connectors commands live here",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"author": "@vegemite",
66
"npmRegistry": "https://registry.npmjs.org",
77
"publishConfig": {

packages/zcli-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.1.0](https://github.com/zendesk/zcli/compare/v1.0.1...v1.1.0) (2026-06-04)
7+
8+
**Note:** Version bump only for package @zendesk/zcli-core
9+
10+
11+
12+
13+
614
# [1.0.0](https://github.com/zendesk/zcli/compare/v1.0.0-beta.57...v1.0.0) (2026-04-23)
715

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

packages/zcli-core/package.json

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

packages/zcli-themes/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.1.0](https://github.com/zendesk/zcli/compare/v1.0.1...v1.1.0) (2026-06-04)
7+
8+
9+
### Bug Fixes
10+
11+
* create intermediate directories when rewriting nested templates ([806b6f8](https://github.com/zendesk/zcli/commit/806b6f868758b8982757983c7a4dfae6e8452213))
12+
* preserve :line:column suffix when either is 0 in validationErrorsToString ([de10e46](https://github.com/zendesk/zcli/commit/de10e464141159f63830ad373d527e3445d7b191))
13+
* revalidate theme on file add/delete during themes:preview ([7c64a1d](https://github.com/zendesk/zcli/commit/7c64a1d40a20479b5d929ed8d92be0978101c936))
14+
* stop sending local preview URLs in themes:migrate payload ([264ef00](https://github.com/zendesk/zcli/commit/264ef00872959c7a0a68b618e460c9ed6bb63070))
15+
* **themes:** drop extra blank line in types.ts to satisfy eslint ([c029b11](https://github.com/zendesk/zcli/commit/c029b11ffe5b26e1a4a30732f9642bc393d62968))
16+
* throw CLIError on write failures in rewriteAssets and rewriteTemplates ([3ac1b31](https://github.com/zendesk/zcli/commit/3ac1b31c676281f25dbcb51797493bdbc92f1a14))
17+
18+
19+
### Features
20+
21+
* **themes:** send style.css and script.js through themes:migrate ([f1d96f3](https://github.com/zendesk/zcli/commit/f1d96f3e35abd5951419d29be888d91fce221f4c))
22+
* **themes:** wire themes:migrate to the new endpoint contract ([1bbac7b](https://github.com/zendesk/zcli/commit/1bbac7bf0e9d8b98978e31873dba8414bb5ca65d))
23+
* write migrated assets to theme during themes:migrate ([1cc34d5](https://github.com/zendesk/zcli/commit/1cc34d50d3485962356c788593fd7389a0856abf))
24+
25+
26+
27+
28+
629
# [1.0.0](https://github.com/zendesk/zcli/compare/v1.0.0-beta.57...v1.0.0) (2026-04-23)
730

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

packages/zcli-themes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zendesk/zcli-themes",
33
"description": "zcli theme commands live here",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": "@zendesk/vikings",
66
"npmRegistry": "https://registry.npmjs.org",
77
"publishConfig": {

0 commit comments

Comments
 (0)