diff --git a/.changeset/olive-bars-change.md b/.changeset/olive-bars-change.md deleted file mode 100644 index a284db02..00000000 --- a/.changeset/olive-bars-change.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -"@godaddy/localizations": major -"@godaddy/app-connect": major -"@godaddy/react": major ---- - -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. diff --git a/packages/app-connect/CHANGELOG.md b/packages/app-connect/CHANGELOG.md new file mode 100644 index 00000000..c092669f --- /dev/null +++ b/packages/app-connect/CHANGELOG.md @@ -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. diff --git a/packages/app-connect/package.json b/packages/app-connect/package.json index 0d85b2a9..89a99218 100644 --- a/packages/app-connect/package.json +++ b/packages/app-connect/package.json @@ -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", diff --git a/packages/localizations/CHANGELOG.md b/packages/localizations/CHANGELOG.md new file mode 100644 index 00000000..d9f53666 --- /dev/null +++ b/packages/localizations/CHANGELOG.md @@ -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. diff --git a/packages/localizations/package.json b/packages/localizations/package.json index ab2e00a6..ae2cf4c8 100644 --- a/packages/localizations/package.json +++ b/packages/localizations/package.json @@ -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", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e6b85548..03bb724b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 9e374c9f..a2daee31 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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": [