Skip to content

chore(release): release packages#2013

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

chore(release): release packages#2013
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 28, 2026

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

Releases

@nordcom/cart-core@0.2.0

Minor Changes

  • #2018 f4500a5 Thanks @filiphsps! - Add a clear cart mutation and clear() action so emptying the cart issues one bulk line removal instead of one removeLine per line.

  • #1945 d5133c3 Thanks @filiphsps! - Initial publish: framework-agnostic cart kernel, types, capabilities, adapter contract, middleware (logger, tracing, idempotency, retry, analytics), event bus, money helpers, contract tests, and mock adapter.

Patch Changes

@nordcom/cart-next@0.2.0

Minor Changes

  • #1945 d5133c3 Thanks @filiphsps! - Initial publish: Next.js 16 HttpOnly cookie storage, react.cache() reader/ensurer (no 'use cache'), typed + FormData server-action factories with injectable message localizer + auth bridge, and nextEventBridge for kernel-side fire-and-forget effects.

Patch Changes

  • 518289c Thanks @filiphsps! - Fix uncaught CartProviderError escaping the Server Action boundary. resolveContext() was called before the try/catch in run(), so any context-resolution failure (missing request headers, DB error) bubbled as a raw unhandled exception instead of returning { ok: false, reason: 'provider-error' }. Moved resolveContext inside the try block so all failure modes are handled uniformly.

  • #1992 4ca9f4d Thanks @filiphsps! - Add missing @example blocks on Tier-1 functions per review.

  • #1990 ffdaa4d Thanks @filiphsps! - Backfill JSDoc on public/internal symbols.

  • Updated dependencies [f4500a5, d5133c3, 72bdabe]:

    • @nordcom/cart-core@0.2.0

@nordcom/cart-react@0.2.0

Minor Changes

  • #2018 f4500a5 Thanks @filiphsps! - Add a clear cart mutation and clear() action so emptying the cart issues one bulk line removal instead of one removeLine per line.

  • #1945 d5133c3 Thanks @filiphsps! - Initial publish: React 19 provider with slice contexts, predictive mutation queue with cascade-cancel and cross-tab sync, capability-typed actions, line + cart predictors, <CartForm> zero-JS primitive, and ./devtools panel.

Patch Changes

  • f690eb9 Thanks @filiphsps! - Fix cartReady permanently stuck at false. seededRef was read inside a useMemo factory but not included in the dependency array — after setInitial dispatch state.pending stayed the same array reference, so the memo never recomputed and cartReady never became true. Replaced the ref with useState so React tracks the transition and recomputes the status slice correctly on mount.

  • #1969 47ae0b0 Thanks @filiphsps! - Address jsdoc review followups: missing @example on Props types, capability-mixin example typings, American English.

  • #1967 f0047c2 Thanks @filiphsps! - Backfill JSDoc on public/internal symbols.

  • Updated dependencies [f4500a5, d5133c3, 72bdabe]:

    • @nordcom/cart-core@0.2.0

@nordcom/cart-shopify@0.2.0

Minor Changes

  • #1945 d5133c3 Thanks @filiphsps! - Initial publish: Shopify cart adapter using an injected ShopifyTransport, gql.tada mutations + normalizer, all-capabilities-on by default, updateBuyerCountry custom mutation, and mockShopifyTransport testing utility.

Patch Changes

@tagtree/core@0.0.3

Patch Changes

@tagtree/next@0.0.3

Patch Changes

@tagtree/payload@0.0.3

Patch Changes

@tagtree/shopify@0.0.3

Patch Changes

Releases:
  @nordcom/cart-core@0.2.0
  @nordcom/cart-react@0.2.0
  @nordcom/cart-next@0.2.0
  @nordcom/cart-shopify@0.2.0
  @tagtree/core@0.0.3
  @tagtree/next@0.0.3
  @tagtree/payload@0.0.3
  @tagtree/shopify@0.0.3
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