release: bump web SDK packages (web_core 0.10.8, lit 0.11.0, angular 0.10.7, react 0.11.1) - #2535
Draft
andrewkolos wants to merge 2 commits into
Draft
release: bump web SDK packages (web_core 0.10.8, lit 0.11.0, angular 0.10.7, react 0.11.1)#2535andrewkolos wants to merge 2 commits into
andrewkolos wants to merge 2 commits into
Conversation
…0.10.7, react 0.11.1) Moves the unreleased changelog entries under their release headers, restores the 0.10.7 header in web_core and the 0.10.6 header in angular that later merges dropped, and adds a changelog entry for the DataModel.set primitive-root fix.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the package versions and changelogs for several renderers, including @a2ui/angular (to 0.10.7), @a2ui/lit (to 0.11.0), @a2ui/react (to 0.11.1), and @a2ui/web_core (to 0.10.8). There are no review comments, and I have no feedback to provide.
…ore 0.10.8 Drops the test-coverage entry and the entries describing an export cleanup and a getter change to code that was itself unreleased. Rewrites the lit entry for the basic catalog move: @a2ui/lit/v0_9 does not re-export the component classes, and what it gains is BasicCatalogA2uiLitElement. Lists the A2uiLitElement.controller getter under lit, where the class was already public and the change breaks subclasses that assign it.
andrewkolos
marked this pull request as ready for review
September 4, 2026 21:41
andrewkolos
marked this pull request as draft
September 4, 2026 21:51
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.
Summary
Bumps the web packages that have unreleased changes and moves their
## Unreleasedchangelog entries into release sections.@a2ui/litgets a minor bump instead of a patch because #2205 changes the DOM structure and CSS class names of several Basic Catalog components.Version bumps
@a2ui/web_core:0.10.7->0.10.8@a2ui/lit:0.10.4->0.11.0@a2ui/angular:0.10.6->0.10.7@a2ui/react:0.11.0->0.11.1Changelog fixes
renderers/web_core/CHANGELOG.md: restores the## 0.10.7header that refactor(web_core, lit): move Lit basic catalog component implementations to web_core #2190 removed. Without it, the six entries release: prepare web SDK packages for release #2451 listed under that header sat under## Unreleased.renderers/angular/CHANGELOG.md: restores the## 0.10.6header that fix(react,angular): give each ChoicePicker instance a unique radio group name #2449 removed. Without it, the entry release: prepare web SDK packages for release #2451 listed under that header sat under## Unreleased.web_core0.10.8 for theDataModel.setchange in fix(web_core): reject writes through a primitive value consistently #2499, which shipped without one.lit0.11.0 andweb_core0.10.8 for changes with no effect on the published packages: test coverage, and an export cleanup and a getter change to code that was itself unreleased.litentry for refactor(web_core, lit): move Lit basic catalog component implementations to web_core #2190.@a2ui/lit/v0_9does not re-export the component classes and never did; what it gains isBasicCatalogA2uiLitElement. TheA2uiLitElement.controllergetter is a break for@a2ui/litsubclasses, so its entry lives there.Verification
./renderers/scripts/increment_version.mjs.npm view @a2ui/<package> versionmatches the left-hand number of each bullet above.