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
32 changes: 0 additions & 32 deletions .changeset/olive-bars-change.md

This file was deleted.

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

## 1.0.0

### Major Changes

- 1864bc2: This marks the first stable major release of our GoDaddy JavaScript libraries, representing a significant milestone in our platform development.

A comprehensive React component library for GoDaddy checkout experiences, featuring:

- Complete checkout session management with GraphQL integration
- Support for multiple payment providers (Stripe, PayPal)
- Comprehensive checkout features including billing/shipping addresses, tips, promotions, and tax collection
- Multi-environment support (dev, ote, prod, test)
- Built with modern React patterns using Radix UI components and Tailwind CSS

Internationalization support for GoDaddy checkout components:

- Structured localization framework covering all checkout aspects
- Initial French (France) localization with comprehensive translation coverage
- Extensible architecture for adding additional locales
- Seamless integration with the React component library

Essential platform integration tools for GoDaddy app developers:

- Cryptographic request verification using ECDSA-P256-SHA256
- Webhook subscription verification with HMAC-SHA256
- Framework-specific adapters for Express.js and Next.js
- Comprehensive error handling following GoDaddy standards
- Environment-based configuration support

These packages provide the foundation for building robust, secure, and internationalized applications on the GoDaddy platform.
2 changes: 1 addition & 1 deletion packages/app-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@godaddy/app-connect",
"version": "0.1.0",
"version": "1.0.0",
"description": "GoDaddy App Connect - A verification library for GoDaddy Platform App requests",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
32 changes: 32 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# @godaddy/localizations

## 1.0.0

### Major Changes

- 1864bc2: This marks the first stable major release of our GoDaddy JavaScript libraries, representing a significant milestone in our platform development.

A comprehensive React component library for GoDaddy checkout experiences, featuring:

- Complete checkout session management with GraphQL integration
- Support for multiple payment providers (Stripe, PayPal)
- Comprehensive checkout features including billing/shipping addresses, tips, promotions, and tax collection
- Multi-environment support (dev, ote, prod, test)
- Built with modern React patterns using Radix UI components and Tailwind CSS

Internationalization support for GoDaddy checkout components:

- Structured localization framework covering all checkout aspects
- Initial French (France) localization with comprehensive translation coverage
- Extensible architecture for adding additional locales
- Seamless integration with the React component library

Essential platform integration tools for GoDaddy app developers:

- Cryptographic request verification using ECDSA-P256-SHA256
- Webhook subscription verification with HMAC-SHA256
- Framework-specific adapters for Express.js and Next.js
- Comprehensive error handling following GoDaddy standards
- Environment-based configuration support

These packages provide the foundation for building robust, secure, and internationalized applications on the GoDaddy platform.
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": "0.1.0",
"version": "1.0.0",
"description": "Internationalization localizations for GoDaddy checkout components",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down
36 changes: 36 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @godaddy/react

## 1.0.0

### Major Changes

- 1864bc2: This marks the first stable major release of our GoDaddy JavaScript libraries, representing a significant milestone in our platform development.

A comprehensive React component library for GoDaddy checkout experiences, featuring:

- Complete checkout session management with GraphQL integration
- Support for multiple payment providers (Stripe, PayPal)
- Comprehensive checkout features including billing/shipping addresses, tips, promotions, and tax collection
- Multi-environment support (dev, ote, prod, test)
- Built with modern React patterns using Radix UI components and Tailwind CSS

Internationalization support for GoDaddy checkout components:

- Structured localization framework covering all checkout aspects
- Initial French (France) localization with comprehensive translation coverage
- Extensible architecture for adding additional locales
- Seamless integration with the React component library

Essential platform integration tools for GoDaddy app developers:

- Cryptographic request verification using ECDSA-P256-SHA256
- Webhook subscription verification with HMAC-SHA256
- Framework-specific adapters for Express.js and Next.js
- Comprehensive error handling following GoDaddy standards
- Environment-based configuration support

These packages provide the foundation for building robust, secure, and internationalized applications on the GoDaddy platform.

### Patch Changes

- Updated dependencies [1864bc2]
- @godaddy/localizations@1.0.0

## 0.1.0

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