Skip to content

Commit a71e801

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

File tree

7 files changed

+103
-35
lines changed

7 files changed

+103
-35
lines changed

.changeset/olive-bars-change.md

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

packages/app-connect/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# @godaddy/app-connect
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 1864bc2: This marks the first stable major release of our GoDaddy JavaScript libraries, representing a significant milestone in our platform development.
8+
9+
A comprehensive React component library for GoDaddy checkout experiences, featuring:
10+
11+
- Complete checkout session management with GraphQL integration
12+
- Support for multiple payment providers (Stripe, PayPal)
13+
- Comprehensive checkout features including billing/shipping addresses, tips, promotions, and tax collection
14+
- Multi-environment support (dev, ote, prod, test)
15+
- Built with modern React patterns using Radix UI components and Tailwind CSS
16+
17+
Internationalization support for GoDaddy checkout components:
18+
19+
- Structured localization framework covering all checkout aspects
20+
- Initial French (France) localization with comprehensive translation coverage
21+
- Extensible architecture for adding additional locales
22+
- Seamless integration with the React component library
23+
24+
Essential platform integration tools for GoDaddy app developers:
25+
26+
- Cryptographic request verification using ECDSA-P256-SHA256
27+
- Webhook subscription verification with HMAC-SHA256
28+
- Framework-specific adapters for Express.js and Next.js
29+
- Comprehensive error handling following GoDaddy standards
30+
- Environment-based configuration support
31+
32+
These packages provide the foundation for building robust, secure, and internationalized applications on the GoDaddy platform.

packages/app-connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@godaddy/app-connect",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "GoDaddy App Connect - A verification library for GoDaddy Platform App requests",
55
"type": "module",
66
"types": "./dist/index.d.ts",
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# @godaddy/localizations
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 1864bc2: This marks the first stable major release of our GoDaddy JavaScript libraries, representing a significant milestone in our platform development.
8+
9+
A comprehensive React component library for GoDaddy checkout experiences, featuring:
10+
11+
- Complete checkout session management with GraphQL integration
12+
- Support for multiple payment providers (Stripe, PayPal)
13+
- Comprehensive checkout features including billing/shipping addresses, tips, promotions, and tax collection
14+
- Multi-environment support (dev, ote, prod, test)
15+
- Built with modern React patterns using Radix UI components and Tailwind CSS
16+
17+
Internationalization support for GoDaddy checkout components:
18+
19+
- Structured localization framework covering all checkout aspects
20+
- Initial French (France) localization with comprehensive translation coverage
21+
- Extensible architecture for adding additional locales
22+
- Seamless integration with the React component library
23+
24+
Essential platform integration tools for GoDaddy app developers:
25+
26+
- Cryptographic request verification using ECDSA-P256-SHA256
27+
- Webhook subscription verification with HMAC-SHA256
28+
- Framework-specific adapters for Express.js and Next.js
29+
- Comprehensive error handling following GoDaddy standards
30+
- Environment-based configuration support
31+
32+
These packages provide the foundation for building robust, secure, and internationalized applications on the GoDaddy platform.

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": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Internationalization localizations for GoDaddy checkout components",
55
"type": "module",
66
"types": "./dist/index.d.ts",

packages/react/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 1864bc2: This marks the first stable major release of our GoDaddy JavaScript libraries, representing a significant milestone in our platform development.
8+
9+
A comprehensive React component library for GoDaddy checkout experiences, featuring:
10+
11+
- Complete checkout session management with GraphQL integration
12+
- Support for multiple payment providers (Stripe, PayPal)
13+
- Comprehensive checkout features including billing/shipping addresses, tips, promotions, and tax collection
14+
- Multi-environment support (dev, ote, prod, test)
15+
- Built with modern React patterns using Radix UI components and Tailwind CSS
16+
17+
Internationalization support for GoDaddy checkout components:
18+
19+
- Structured localization framework covering all checkout aspects
20+
- Initial French (France) localization with comprehensive translation coverage
21+
- Extensible architecture for adding additional locales
22+
- Seamless integration with the React component library
23+
24+
Essential platform integration tools for GoDaddy app developers:
25+
26+
- Cryptographic request verification using ECDSA-P256-SHA256
27+
- Webhook subscription verification with HMAC-SHA256
28+
- Framework-specific adapters for Express.js and Next.js
29+
- Comprehensive error handling following GoDaddy standards
30+
- Environment-based configuration support
31+
32+
These packages provide the foundation for building robust, secure, and internationalized applications on the GoDaddy platform.
33+
34+
### Patch Changes
35+
36+
- Updated dependencies [1864bc2]
37+
- @godaddy/localizations@1.0.0
38+
339
## 0.1.0
440

541
### Minor 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": "0.1.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)