Skip to content

Commit eb64b7d

Browse files
Version Packages (#1300)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eaa8496 commit eb64b7d

File tree

7 files changed

+48
-18
lines changed

7 files changed

+48
-18
lines changed

.changeset/ccavenue-checkout-improvements.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/nextjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# nextjs
22

3+
## 0.1.27
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [eaa8496]
8+
- @godaddy/react@1.0.29
9+
- @godaddy/localizations@1.0.8
10+
311
## 0.1.26
412

513
### Patch Changes

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs",
3-
"version": "0.1.26",
3+
"version": "0.1.27",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/localizations/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @godaddy/localizations
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- eaa8496: Add CCAvenue payment provider support and improvements
8+
9+
**@godaddy/react**
10+
11+
- Add CCAvenue checkout button with shipping validation (require shipping methods when delivery is SHIP)
12+
- Add CCAvenueReturnProvider for return flow with JWT auth support and confirm checkout loader
13+
- Use env-based redirect URL for CCAvenue gateway
14+
- Disable form and mutations when confirming checkout
15+
16+
**@godaddy/localizations**
17+
18+
- Add CCAvenue payment method labels and descriptions for all supported locales
19+
320
## 1.0.7
421

522
### Patch Changes

packages/localizations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@godaddy/localizations",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Internationalization localizations for GoDaddy checkout components",
55
"type": "module",
66
"types": "./dist/index.d.ts",

packages/react/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @godaddy/react
22

3+
## 1.0.29
4+
5+
### Patch Changes
6+
7+
- eaa8496: Add CCAvenue payment provider support and improvements
8+
9+
**@godaddy/react**
10+
11+
- Add CCAvenue checkout button with shipping validation (require shipping methods when delivery is SHIP)
12+
- Add CCAvenueReturnProvider for return flow with JWT auth support and confirm checkout loader
13+
- Use env-based redirect URL for CCAvenue gateway
14+
- Disable form and mutations when confirming checkout
15+
16+
**@godaddy/localizations**
17+
18+
- Add CCAvenue payment method labels and descriptions for all supported locales
19+
20+
- Updated dependencies [eaa8496]
21+
- @godaddy/localizations@1.0.8
22+
323
## 1.0.28
424

525
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@godaddy/react",
33
"private": false,
4-
"version": "1.0.28",
4+
"version": "1.0.29",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)