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 apps #865

Merged
merged 3 commits into from
Aug 10, 2023
Merged

🚀 Release apps #865

merged 3 commits into from
Aug 10, 2023

Conversation

lkostrowski
Copy link
Member

@lkostrowski lkostrowski commented Aug 8, 2023

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-app-cms-v2@2.2.0

Minor Changes

  • fe767a4: Changed public (manifest) name app to be "CMS" (previously it was "CMS 2", since two apps existed at the same time)

saleor-app-taxes@1.13.0

Minor Changes

  • 416c92f: Changed externalId order metadata field to avataxId. It is now only responsible for storing the id of Avatax transaction.

  • 416c92f: Added support for reading document code from metadata field avataxDocumentCode. The default value is the order id from Saleor. The value for the document code is sliced to be under 20 characters. The requirement comes from Avatax API.

  • 416c92f: Added support for reading the tax calculation date from metadata field avataxTaxCalculationDate. The value has to be valid UTC datetime string (e.g. "2021-08-31T13:00:00.000Z").

  • 416c92f: Added ORDER_CANCELLED webhook handler with an implementation for Avatax. The transactions for corresponding orders in Saleor will be voided in the Avatax dashboard.

  • 416c92f: Started the migration from OrderCreated to OrderConfirmed webhook event. In the new flow, the provider transactions will be created based on the order confirmation (either automatic or manual) event. The value of the commit field will be set based on the "isAutocommit" setting in the provider configuration.

    The OrderCreated and OrderFulfilled handlers are deprecated. They will be removed on August 24, along with their corresponding webhooks. For now, both flows (OrderCreated -> OrderFulfilled and OrderConfirmed) are supported.

    Actions needed:

    The only scenario where you, as the user, may need to do something regarding this release is the following:

    1. You created an order that still needs to be fulfilled (therefore, the corresponding AvaTax transaction is not committed).
    2. You are planning to fulfill the order after August 24 (which is the date when we will complete the migration).

    In that case, remember you will not be able to commit the transaction by fulfilling the order in Saleor. In the new flow, the transactions are committed in AvaTax while confirming the Saleor order, based on the "isAutocommit" flag. What you have to do is the following:

    1. Make sure "isAutocommit" is set to true.
    2. Trigger the OrderConfirmed event (either by orderConfirm mutation or in the Dashboard).

    The AvaTax transaction created on the OrderCreated event should be updated with commit: true.

    You can read more about the webhook flow in the Taxes App and the migration itself in our documentation.

saleor-app-emails-and-messages@1.9.5

Patch Changes

  • b8c5283: Changed capitalization of the name SendGrid in the UI.

@lkostrowski lkostrowski requested a review from a team August 8, 2023 07:34
@vercel
Copy link

vercel bot commented Aug 8, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
saleor-app-taxes ✅ Ready (Inspect) Visit Preview Aug 10, 2023 11:44am
9 Ignored Deployments
Name Status Preview Comments Updated (UTC)
saleor-app-cms-v2 ⬜️ Ignored (Inspect) Visit Preview Aug 10, 2023 11:44am
saleor-app-crm ⬜️ Ignored (Inspect) Visit Preview Aug 10, 2023 11:44am
saleor-app-data-importer ⬜️ Ignored (Inspect) Visit Preview Aug 10, 2023 11:44am
saleor-app-emails-and-messages ⬜️ Ignored (Inspect) Visit Preview Aug 10, 2023 11:44am
saleor-app-invoices ⬜️ Ignored (Inspect) Visit Preview Aug 10, 2023 11:44am
saleor-app-klaviyo ⬜️ Ignored (Inspect) Visit Preview Aug 10, 2023 11:44am
saleor-app-products-feed ⬜️ Ignored (Inspect) Visit Preview Aug 10, 2023 11:44am
saleor-app-search ⬜️ Ignored (Inspect) Visit Preview Aug 10, 2023 11:44am
saleor-app-slack ⬜️ Ignored (Inspect) Visit Preview Aug 10, 2023 11:44am

@lkostrowski lkostrowski merged commit 7b19ab4 into main Aug 10, 2023
15 checks passed
@lkostrowski lkostrowski deleted the changeset-release/main branch August 10, 2023 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants