Skip to content
Open
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
10 changes: 0 additions & 10 deletions .changeset/clever-clubs-crash.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# nextjs

## 0.1.53

### Patch Changes

- Updated dependencies [e366269]
- @godaddy/react@1.0.55

## 0.1.52

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "0.1.52",
"version": "0.1.53",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @godaddy/react

## 1.0.55

### Patch Changes

- e366269: Fix billing collection across checkout flows.

- Align billing fields and validation for paid, free, pickup, shipping, purchase, and digital orders.
- Respect billing, shipping, phone, and tax collection settings.
- Clear hidden billing addresses when switching to a names-only flow.
- Keep totals and taxes accurate when discounts are applied.

## 1.0.54

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@godaddy/react",
"private": false,
"version": "1.0.54",
"version": "1.0.55",
"type": "module",
"types": "./dist/index.d.ts",
"files": [
Expand Down