Skip to content

chore: release packages - #130

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: release packages#130
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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 main, this PR will be updated.

Releases

@channel.io/app-sdk-core@0.25.0

Minor Changes

  • ecfde4e: Relax six output fields in the commerce (and legacy order) contract that the SDK could not
    guarantee: Claim.createdAt, CommerceOrderItem.claimability, and Payment's itemsAmount,
    shippingAmount, discountAmount and requireRefundBankAccount.

    Each was declared required while a mall could legitimately have nothing to put there.
    Claim.createdAt is a presence-less double, so an unset value is indistinguishable from 0 and
    serialization drops the key. claimability is a proto3 message field with implicit presence, so an
    app that never computes it emits no key at all — the same reason the four booleans inside it stopped
    being required, one level up. The payment fields carry presence, so 0/false still serialize;
    they are relaxed because they are the breakdown of the total, and not every mall separates item
    subtotal, shipping and discount, or has a refund bank account concept. totalAmount — which every
    mall reports — stays required, alongside state and currency.

    Only the canonical schema's required lists change; generated field types are unaffected, so no
    builder or accessor code needs updating. Consumers reading any of these six should treat them as
    possibly absent.

@channel.io/app-sdk@0.25.0

Patch Changes

  • Updated dependencies [ecfde4e]
    • @channel.io/app-sdk-core@0.25.0
    • @channel.io/app-sdk-server@0.25.0
    • @channel.io/app-sdk-wam@0.25.0

@channel.io/app-sdk-server@0.25.0

Patch Changes

  • Updated dependencies [ecfde4e]
    • @channel.io/app-sdk-core@0.25.0

@channel.io/app-sdk-wam@0.25.0

Patch Changes

  • Updated dependencies [ecfde4e]
    • @channel.io/app-sdk-core@0.25.0

@basic-example/server@0.0.19

Patch Changes

  • Updated dependencies [ecfde4e]
    • @channel.io/app-sdk-core@0.25.0
    • @channel.io/app-sdk-server@0.25.0

@basic-example/wam@0.0.19

Patch Changes

  • @channel.io/app-sdk-wam@0.25.0

@calendar-example/server@0.0.19

Patch Changes

  • Updated dependencies [ecfde4e]
    • @channel.io/app-sdk-core@0.25.0
    • @channel.io/app-sdk-server@0.25.0

@calendar-example/wam@0.0.19

Patch Changes

  • @channel.io/app-sdk-wam@0.25.0

@tutorial-example/server@0.0.17

Patch Changes

  • Updated dependencies [ecfde4e]
    • @channel.io/app-sdk-core@0.25.0
    • @channel.io/app-sdk-server@0.25.0

@tutorial-example/wam@0.0.17

Patch Changes

  • @channel.io/app-sdk-wam@0.25.0

@github-actions
github-actions Bot requested a review from ririro93 September 10, 2026 08:37
@channeltalk

channeltalk Bot commented Sep 10, 2026

Copy link
Copy Markdown

@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: e00c421e-7797-4637-8a77-3af69d01af2c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants