chore(release): release packages#2013
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
9ff3451 to
0c64d69
Compare
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
0c64d69 to
877b759
Compare
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 master, this PR will be updated.
Releases
@nordcom/cart-core@0.2.0
Minor Changes
#2018
f4500a5Thanks @filiphsps! - Add aclearcart mutation andclear()action so emptying the cart issues one bulk line removal instead of oneremoveLineper line.#1945
d5133c3Thanks @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
72bdabeThanks @filiphsps! - Backfill JSDoc on public/internal symbols.@nordcom/cart-next@0.2.0
Minor Changes
d5133c3Thanks @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, andnextEventBridgefor kernel-side fire-and-forget effects.Patch Changes
518289cThanks @filiphsps! - Fix uncaughtCartProviderErrorescaping the Server Action boundary.resolveContext()was called before the try/catch inrun(), so any context-resolution failure (missing request headers, DB error) bubbled as a raw unhandled exception instead of returning{ ok: false, reason: 'provider-error' }. MovedresolveContextinside the try block so all failure modes are handled uniformly.#1992
4ca9f4dThanks @filiphsps! - Add missing @example blocks on Tier-1 functions per review.#1990
ffdaa4dThanks @filiphsps! - Backfill JSDoc on public/internal symbols.Updated dependencies [
f4500a5,d5133c3,72bdabe]:@nordcom/cart-react@0.2.0
Minor Changes
#2018
f4500a5Thanks @filiphsps! - Add aclearcart mutation andclear()action so emptying the cart issues one bulk line removal instead of oneremoveLineper line.#1945
d5133c3Thanks @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./devtoolspanel.Patch Changes
f690eb9Thanks @filiphsps! - FixcartReadypermanently stuck atfalse.seededRefwas read inside auseMemofactory but not included in the dependency array — aftersetInitialdispatchstate.pendingstayed the same array reference, so the memo never recomputed andcartReadynever becametrue. Replaced the ref withuseStateso React tracks the transition and recomputes the status slice correctly on mount.#1969
47ae0b0Thanks @filiphsps! - Address jsdoc review followups: missing @example on Props types, capability-mixin example typings, American English.#1967
f0047c2Thanks @filiphsps! - Backfill JSDoc on public/internal symbols.Updated dependencies [
f4500a5,d5133c3,72bdabe]:@nordcom/cart-shopify@0.2.0
Minor Changes
d5133c3Thanks @filiphsps! - Initial publish: Shopify cart adapter using an injectedShopifyTransport, gql.tada mutations + normalizer, all-capabilities-on by default,updateBuyerCountrycustom mutation, andmockShopifyTransporttesting utility.Patch Changes
#1970
16d77ffThanks @filiphsps! - Add missing @example to mockShopifyTransport per Tier-1 spec.#1965
3a5af48Thanks @filiphsps! - Backfill JSDoc on public/internal symbols.Updated dependencies [
f4500a5,d5133c3,72bdabe]:@tagtree/core@0.0.3
Patch Changes
cab9aa7Thanks @filiphsps! - Backfill JSDoc on public/internal symbols.@tagtree/next@0.0.3
Patch Changes
#1956
a815f10Thanks @filiphsps! - Backfill JSDoc on public/internal symbols.Updated dependencies [
cab9aa7]:@tagtree/payload@0.0.3
Patch Changes
#1954
da6ff4dThanks @filiphsps! - Backfill JSDoc on public/internal symbols.Updated dependencies [
cab9aa7]:@tagtree/shopify@0.0.3
Patch Changes
#1959
ba1011bThanks @filiphsps! - Address jsdoc review followups on parseShopifyWebhook.#1955
5f183c9Thanks @filiphsps! - Backfill JSDoc on public/internal symbols.Updated dependencies [
cab9aa7]: