Conversation
This reverts commit 1d7f5a3.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR partially reverts an earlier release/publish commit by rolling back unreleased version/dependency/changelog bumps for several workspace packages, to realign the repo with what was actually published.
Changes:
- Revert package versions for
@hitachivantara/uikit-react-pentaho,@hitachivantara/uikit-react-lab,@hitachivantara/app-shell-navigation, and@hitachivantara/app-shell-shared. - Revert dependency ranges (notably
@hitachivantara/uikit-react-core/ AppShell deps) and remove the corresponding unreleased changelog sections. - Update
package-lock.jsonto match the reverted workspace package metadata.
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/pentaho/package.json | Reverts pentaho package version and uikit-react-core dependency range. |
| packages/pentaho/CHANGELOG.md | Removes unreleased 6.0.11 changelog entry. |
| packages/lab/package.json | Reverts lab package version and uikit-react-core dependency range. |
| packages/lab/CHANGELOG.md | Removes unreleased 6.1.7 changelog entry. |
| packages/app-shell-vite-plugin/package.json | Reverts AppShell dependency minimums. |
| packages/app-shell-vite-plugin/CHANGELOG.md | Removes unreleased 2.1.10 changelog entry. |
| packages/app-shell-ui/package.json | Reverts AppShell dependency minimums. |
| packages/app-shell-ui/CHANGELOG.md | Removes unreleased 2.2.5 changelog entry. |
| packages/app-shell-shared/package.json | Reverts shared package version and optional uikit-react-core dependency range. |
| packages/app-shell-shared/CHANGELOG.md | Removes unreleased 2.2.5 changelog entry. |
| packages/app-shell-navigation/package.json | Reverts navigation package version and dependency range. |
| packages/app-shell-navigation/CHANGELOG.md | Removes unreleased 2.1.10 changelog entry. |
| package-lock.json | Aligns lockfile workspace entries with reverted versions/dependencies. |
loonatic
approved these changes
Apr 20, 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.
This (partially) reverts commit 1d7f5a3.
On this release, only the core package was successfully released. The following packages were bumped, but never released.
This reverts the bumps of these packages (version, dependency, changelog):
We've since had an
@hitachivantara/app-shell-ui&@hitachivantara/app-shell-vite-plugin, hence the partial reverts