chore(release): v2.0.0 - #412
Merged
Merged
Conversation
luis-almeida
approved these changes
Sep 9, 2026
Contributor
There was a problem hiding this comment.
Warning
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Pull request overview
Release PR for v2.0.0 across the monorepo (version bumps + changelog updates).
Changes:
- Bumped package versions to
2.0.0(including Lerna version). - Updated
@zendesk/zcliinternal package dependency ranges to^2.0.0. - Added
2.0.0entries to root and package changelogs (including breaking change note for ZCLI).
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/zcli/package.json | Bumps ZCLI to 2.0.0 and updates internal dependency ranges to 2.x |
| packages/zcli/CHANGELOG.md | Adds 2.0.0 release notes + breaking change entry |
| packages/zcli-themes/package.json | Bumps themes package to 2.0.0 |
| packages/zcli-themes/CHANGELOG.md | Adds 2.0.0 changelog entry (version bump note) |
| packages/zcli-core/package.json | Bumps core package to 2.0.0 |
| packages/zcli-core/CHANGELOG.md | Adds 2.0.0 changelog entry (version bump note) |
| packages/zcli-connectors/package.json | Bumps connectors package to 2.0.0 |
| packages/zcli-connectors/CHANGELOG.md | Adds 2.0.0 changelog entry (version bump note) |
| packages/zcli-apps/package.json | Bumps apps package to 2.0.0 |
| packages/zcli-apps/CHANGELOG.md | Adds 2.0.0 changelog entry (version bump note) |
| lerna.json | Bumps repo version to 2.0.0 |
| CHANGELOG.md | Adds root 2.0.0 release notes + breaking change entry |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| All notable changes to this project will be documented in this file. | ||
| See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
|
||
| # [2.0.0](https://github.com/zendesk/zcli/compare/v1.3.0...v2.0.0) (2026-09-09) |
| All notable changes to this project will be documented in this file. | ||
| See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
|
||
| # [2.0.0](https://github.com/zendesk/zcli/compare/v1.3.0...v2.0.0) (2026-09-09) |
Comment on lines
+23
to
+26
| "@zendesk/zcli-apps": "^2.0.0", | ||
| "@zendesk/zcli-connectors": "^2.0.0", | ||
| "@zendesk/zcli-core": "^2.0.0", | ||
| "@zendesk/zcli-themes": "^2.0.0", |
Comment on lines
+16
to
+19
|
|
||
|
|
||
|
|
||
|
|
zendesk-poonam
approved these changes
Sep 9, 2026
veera
approved these changes
Sep 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v2.0.0
Version bump and changelog updates.
Triggered by: satish-bhamare
040bd23chore(release): version bump