Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release to npm #394

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Release to npm #394

wants to merge 1 commit into from

Conversation

lkostrowski
Copy link
Member

@lkostrowski lkostrowski commented Jan 28, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@saleor/[email protected]

Major Changes

  • 51caa77: Removed deprecated fields fields and methods in /handlers:

    • SaleorAsyncWebhook and SaleorSyncWebhook - removed asyncEvent and subscriptionQueryAst
    • Removed processSaleorWebhook and processProtectedHandler methods
    • Some types were moved from /next to /shared
  • c956220: Breaking change: SDK will no longer check saleor-domain header when validating Saleor requests, instead it will check saleor-api-url header.

Minor Changes

  • 4fa8271: Added handlers for Web API: Request and Response

Patch Changes

  • 003b1ca: Added author and license fields to pacakge.json

  • 003b1ca: Updated project license: it previously used BSD 3-Clause for code and Creative Commons Attribution 4.0 International License for artwork.
    Since this project doesn't include any artwork, Creative Commons license was removed.

    Updated license field in package.json: It incorrectly stated ISC license instead of BSD-3-Clause.

  • 51caa77: Removed /middlewares, you should use /handlers instead.

  • 51caa77: Added abstract PlatformAdapterInterface and ActionHandlerInterface to enable cross-framework handler implementations.

    Next.js handlers were rewritten to use the new interface.

@lkostrowski lkostrowski requested a review from a team as a code owner January 28, 2025 07:43
@lkostrowski lkostrowski added the v1 label Jan 28, 2025
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.16%. Comparing base (51caa77) to head (90d1d61).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #394   +/-   ##
=======================================
  Coverage   81.16%   81.16%           
=======================================
  Files          78       78           
  Lines        3143     3143           
  Branches      513      513           
=======================================
  Hits         2551     2551           
  Misses        587      587           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lkostrowski lkostrowski changed the title Release to npm Release v1.0.0 Jan 28, 2025
@lkostrowski lkostrowski marked this pull request as draft January 28, 2025 07:44
@lkostrowski lkostrowski changed the title Release v1.0.0 Release to npm Jan 28, 2025
@lkostrowski lkostrowski force-pushed the changeset-release/main branch 4 times, most recently from cfddaf0 to 90d1d61 Compare February 3, 2025 16:08
@lkostrowski lkostrowski force-pushed the changeset-release/main branch from 90d1d61 to 7bf15be Compare February 6, 2025 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant