Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/calm-commerce-server.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-storefront-templates.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/commerce-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @godaddy/commerce-server

## 0.1.0

### Minor Changes

- 6724278: Add an Express server package for GoDaddy Commerce catalog, cart, and hosted checkout routes, with production API defaults and host-owned configuration and attribution.

Require host-approved checkout return URLs and keep non-catalog pricing in trusted server helpers. Recover saved carts when the Orders API reports a missing or completed draft.

Read completed orders through the authorized Orders REST API with the `commerce.order:read` scope.
2 changes: 1 addition & 1 deletion packages/commerce-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godaddy/commerce-server",
"version": "0.0.0",
"version": "0.1.0",
"description": "Opinionated Express server integration for GoDaddy Commerce",
"type": "module",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/commerce-storefront/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @godaddy/commerce-storefront

## 0.1.0

### Minor Changes

- 6724278: Add an opinionated React storefront package with catalog, verified variant selection, a shared cart drawer, and optional hosted checkout handoff. Ship scoped, layer-free CSS compatible with Tailwind v3 host builds, TypeScript response contracts, and an independent consumer example. Keep host application content mounted when commerce configuration is unavailable.
2 changes: 1 addition & 1 deletion packages/commerce-storefront/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godaddy/commerce-storefront",
"version": "0.0.0",
"version": "0.1.0",
"description": "Opinionated React storefront templates for GoDaddy Commerce",
"type": "module",
"license": "MIT",
Expand Down