chore: bump renderer package versions to alpha.3#1178
Merged
jacobsimionato merged 4 commits intogoogle:mainfrom Apr 15, 2026
Merged
chore: bump renderer package versions to alpha.3#1178jacobsimionato merged 4 commits intogoogle:mainfrom
jacobsimionato merged 4 commits intogoogle:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the versions of several packages across the repository, including @a2ui/angular, @a2ui/lit, @a2ui/react, @a2ui/web_core, and @a2ui/markdown-it, along with their corresponding lockfiles in samples and tools. The review feedback identifies critical version mismatches where package-lock.json files were updated to alpha.2 while the source package.json files were bumped to alpha.3. Additionally, some dependency and peer dependency versions in sample lockfiles were found to be inconsistent with the new alpha releases.
ditman
reviewed
Apr 15, 2026
| { | ||
| "name": "@a2ui/markdown-it", | ||
| "version": "0.0.2", | ||
| "version": "0.0.2-alpha.3", |
Collaborator
There was a problem hiding this comment.
Nothing changed no this package since the last publish, there was no need to publish this under alpha.3 :P
ditman
approved these changes
Apr 15, 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.
Description of Changes
This pull request increments the versions of the core A2UI renderer packages and their dependencies to the next alpha release (alpha.3).
The following packages have been updated:
@a2ui/angular: 0.9.0-alpha.1 -> 0.9.0-alpha.3@a2ui/lit: 0.9.2-alpha.1 -> 0.9.2-alpha.3@a2ui/markdown-it: 0.0.2 -> 0.0.2-alpha.3@a2ui/react: 0.9.0-alpha.1 -> 0.9.0-alpha.3@a2ui/web_core: 0.9.1-alpha.1 -> 0.9.1-alpha.3Corresponding
package-lock.jsonfiles insamples/andtools/have been updated to reflect these version changes.Rationale
These changes synchronize the versions of the various renderers and core libraries within the monorepo, preparing for the next phase of testing and integration.
Testing/Running Instructions
Reviewers can verify the version updates by checking the
package.jsonfiles in therenderers/directory.To verify that the workspace remains consistent, run:
in the root or relevant subdirectories to ensure dependencies resolve correctly with the new versions.