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
15 changes: 0 additions & 15 deletions .changeset/ccavenue-checkout-improvements.md

This file was deleted.

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

## 0.1.27

### Patch Changes

- Updated dependencies [eaa8496]
- @godaddy/react@1.0.29
- @godaddy/localizations@1.0.8

## 0.1.26

### 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.26",
"version": "0.1.27",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
17 changes: 17 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @godaddy/localizations

## 1.0.8

### Patch Changes

- eaa8496: Add CCAvenue payment provider support and improvements

**@godaddy/react**

- Add CCAvenue checkout button with shipping validation (require shipping methods when delivery is SHIP)
- Add CCAvenueReturnProvider for return flow with JWT auth support and confirm checkout loader
- Use env-based redirect URL for CCAvenue gateway
- Disable form and mutations when confirming checkout

**@godaddy/localizations**

- Add CCAvenue payment method labels and descriptions for all supported locales

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godaddy/localizations",
"version": "1.0.7",
"version": "1.0.8",
"description": "Internationalization localizations for GoDaddy checkout components",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
20 changes: 20 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @godaddy/react

## 1.0.29

### Patch Changes

- eaa8496: Add CCAvenue payment provider support and improvements

**@godaddy/react**

- Add CCAvenue checkout button with shipping validation (require shipping methods when delivery is SHIP)
- Add CCAvenueReturnProvider for return flow with JWT auth support and confirm checkout loader
- Use env-based redirect URL for CCAvenue gateway
- Disable form and mutations when confirming checkout

**@godaddy/localizations**

- Add CCAvenue payment method labels and descriptions for all supported locales

- Updated dependencies [eaa8496]
- @godaddy/localizations@1.0.8

## 1.0.28

### 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.28",
"version": "1.0.29",
"type": "module",
"types": "./dist/index.d.ts",
"files": [
Expand Down