[CI] Release Packages#501
Merged
Merged
Conversation
obarcelonap
approved these changes
Jun 5, 2026
iivvaannxx
approved these changes
Jun 5, 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 PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release, this PR will be updated.
Releases
@adobe/aio-commerce-lib-admin-ui@0.1.0
Minor Changes
d227e47Thanks @oshmyheliuk! - Add@adobe/aio-commerce-lib-admin-uilibrary for interacting with the Adobe Commerce Admin UI SDK API, including extension registration and unregistration.@adobe/aio-commerce-lib-app@1.7.0
Minor Changes
#481
cffcc6aThanks @iivvaannxx! - Introduce a newGET /openapi.jsonforlib-appinapp-config.#471
82adf80Thanks @obarcelonap! - Default generated actions tonodejs:24, the latest App Builder Runtime version with prewarm support.Patch Changes
#489
d227e47Thanks @oshmyheliuk! - Refactor Admin UI SDK extension registration and unregistration to use@adobe/aio-commerce-lib-admin-uiclient instead of raw HTTP calls.#481
cffcc6aThanks @iivvaannxx! - Fixscopesbody validation in the scope tree action to use the proper recursiveCustomScopeInputschema instead ofv.any().#495
c8d8c3aThanks @iivvaannxx! - Fix an issue where developers could not define custom installation scripts viamodule.exportswhen using CJS.#481
cffcc6aThanks @iivvaannxx! - Return400instead of500when a custom scope tree fails validation (reserved or duplicate scope codes, invalid fields).Updated dependencies [
f6aec01,9b41376,d227e47]:@adobe/aio-commerce-sdk@1.3.0
Minor Changes
d227e47Thanks @oshmyheliuk! - Add Admin UI SDK API exports via@adobe/aio-commerce-sdk/admin-ui/api.Patch Changes
f6aec01,d227e47]:@adobe/aio-commerce-lib-config@1.5.1
Patch Changes
9b41376Thanks @iivvaannxx! - Fix an issue where the configured cache was not being set when caching values in@adobe/aio-lib-state. Also, correct an annotation that was mistakenly affirming that the cache timeout needs to be specified in milliseconds, while it must be in seconds.@adobe/aio-commerce-lib-webhooks@1.1.2
Patch Changes
f6aec01Thanks @oshmyheliuk! - Fix the webhook exception operation to emit the exception class under thetypefield instead ofclass, matching the Adobe Commerce webhook response spec. Previously the supplied exception class was ignored by Commerce.