Upgrade blueprint projects to App Platform 0.1.4 - #263
Merged
Conversation
Keep `blueprints/starter` and `blueprints/list-detail` aligned with the latest published framework release and its Compose 1.12 runtime. Migrate the removed composition-local helper and declare executable Wasm targets so copied projects build and test without deprecated API or CMP-4906 failures.
vRallev
commented
Sep 4, 2026
|
|
||
| ### Changed | ||
|
|
||
| - Upgrade the blueprint projects to App Platform `0.1.4`. |
Owner
Author
There was a problem hiding this comment.
Remove this, this is nothing we ship.
Owner
Author
There was a problem hiding this comment.
Ralf-AI:
Removed the blueprint-only entry from CHANGELOG.md because these templates are not shipped App Platform artifacts. Fixed in commit b0c48b04429a9efd3ccb3fd98721c7762db7e072.
Blueprint projects are repository templates rather than shipped App Platform artifacts, so their internal version upgrade should not appear in the consumer-facing `CHANGELOG.md`.
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.
Upgrade blueprint projects to App Platform 0.1.4:
Keep
blueprints/starterandblueprints/list-detailaligned with the latest published framework release and its Compose 1.12 runtime. Migrate the removed composition-local helper and declare executable Wasm targets so copied projects build and test without deprecated API or CMP-4906 failures.Remove blueprint upgrade from changelog:
Blueprint projects are repository templates rather than shipped App Platform artifacts, so their internal version upgrade should not appear in the consumer-facing
CHANGELOG.md.