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 #1339

Merged
merged 1 commit into from
May 15, 2024
Merged

🚀 Release apps #1339

merged 1 commit into from
May 15, 2024

Conversation

lkostrowski
Copy link
Member

@lkostrowski lkostrowski commented May 10, 2024

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

eslint-config-saleor@0.4.7

Patch Changes

  • 2604ce1: Updated Next.js to 14.2.3

@saleor/apps-logger@1.2.5

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.

@saleor/apps-shared@1.10.2

Patch Changes

  • 2604ce1: Updated Next.js to 14.2.3

@saleor/trpc@2.0.2

Patch Changes

  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [2604ce1]
    • @saleor/apps-shared@1.10.2

@saleor/apps-ui@1.2.4

Patch Changes

  • 2604ce1: Updated Next.js to 14.2.3

@saleor/webhook-utils@0.1.1

Patch Changes

  • 2604ce1: Updated Next.js to 14.2.3

app-avatax@1.5.0

Minor Changes

  • 282d6d9: Change discounts flow to price reduction. It means that Saleor is responsible for calculating discounted prices and Avatax will receive totalPrice (discounted or not) to calculate taxes.

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • 705a681: Send additional properties from captured errors into Sentry. This should help us with debugging issues.
  • d34de22: Don't send handled error for checkoutCalculateTaxes event into Sentry. It will be logged instead.
  • Updated dependencies [4ffef6b]
  • Updated dependencies [2604ce1]
    • @saleor/apps-logger@1.2.5
    • @saleor/webhook-utils@0.1.1
    • @saleor/apps-shared@1.10.2
    • @saleor/apps-ui@1.2.4
    • @saleor/apps-otel@1.1.0
    • @saleor/react-hook-form-macaw@0.2.6

cms-v2@2.7.5

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [4ffef6b]
  • Updated dependencies [2604ce1]
    • @saleor/apps-logger@1.2.5
    • @saleor/apps-shared@1.10.2
    • @saleor/apps-ui@1.2.4
    • @saleor/apps-otel@1.1.0
    • @saleor/react-hook-form-macaw@0.2.6

crm@1.9.2

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [2604ce1]
    • @saleor/apps-shared@1.10.2
    • @saleor/apps-ui@1.2.4

data-importer@1.11.2

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [2604ce1]
    • @saleor/apps-shared@1.10.2

emails-and-messages@1.12.5

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [4ffef6b]
  • Updated dependencies [2604ce1]
    • @saleor/apps-logger@1.2.5
    • @saleor/apps-shared@1.10.2
    • @saleor/apps-ui@1.2.4
    • @saleor/apps-otel@1.1.0
    • @saleor/react-hook-form-macaw@0.2.6

invoices@1.18.2

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [2604ce1]
    • @saleor/apps-shared@1.10.2
    • @saleor/trpc@2.0.2
    • @saleor/apps-ui@1.2.4

klaviyo@1.11.2

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [2604ce1]
    • @saleor/apps-shared@1.10.2
    • @saleor/apps-ui@1.2.4

products-feed@1.17.5

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [4ffef6b]
  • Updated dependencies [2604ce1]
    • @saleor/apps-logger@1.2.5
    • @saleor/webhook-utils@0.1.1
    • @saleor/apps-shared@1.10.2
    • @saleor/apps-ui@1.2.4
    • @saleor/apps-otel@1.1.0
    • @saleor/react-hook-form-macaw@0.2.6

search@1.21.5

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2792a02: Fixed problem when webhooks were disabled if any error from Algolia was received. Now only 401 and 403 errors (invalid auth/credentials) will cause webhooks disabling, until app is configured again.
  • 2792a02: Fixed logger execution to properly attach attributes
  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [4ffef6b]
  • Updated dependencies [2604ce1]
    • @saleor/apps-logger@1.2.5
    • @saleor/webhook-utils@0.1.1
    • @saleor/apps-shared@1.10.2
    • @saleor/apps-ui@1.2.4
    • @saleor/apps-otel@1.1.0
    • @saleor/react-hook-form-macaw@0.2.6

segment@1.2.2

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [2604ce1]
    • @saleor/apps-shared@1.10.2
    • @saleor/trpc@2.0.2
    • @saleor/apps-ui@1.2.4
    • @saleor/react-hook-form-macaw@0.2.6

slack@1.11.2

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [2604ce1]
    • @saleor/apps-shared@1.10.2
    • @saleor/apps-ui@1.2.4
    • @saleor/react-hook-form-macaw@0.2.6

smtp@0.0.2

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • 705a681: Send additional properties from captured errors into Sentry. This should help us with debugging issues.
  • Updated dependencies [4ffef6b]
  • Updated dependencies [2604ce1]
    • @saleor/apps-logger@1.2.5
    • @saleor/apps-shared@1.10.2
    • @saleor/apps-ui@1.2.4
    • @saleor/apps-otel@1.1.0
    • @saleor/react-hook-form-macaw@0.2.6

app-taxjar@1.1.5

Patch Changes

  • 4ffef6b: Update @sentry/nextjs to 8.0.0 version. It should help us with attaching additional data to Sentry errors.
  • 2604ce1: Updated Next.js to 14.2.3
  • Updated dependencies [4ffef6b]
  • Updated dependencies [2604ce1]
    • @saleor/apps-logger@1.2.5
    • @saleor/apps-shared@1.10.2
    • @saleor/apps-ui@1.2.4
    • @saleor/apps-otel@1.1.0
    • @saleor/react-hook-form-macaw@0.2.6

@lkostrowski lkostrowski requested review from a team as code owners May 10, 2024 14:23
Copy link
Contributor

github-actions bot commented May 10, 2024

🚀 Releasing Avatax app checklist

Copy link

vercel bot commented May 10, 2024

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

Name Status Preview Comments Updated (UTC)
saleor-app-avatax ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 8:26am
saleor-app-cms ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 8:26am
saleor-app-crm ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 8:26am
saleor-app-data-importer ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 8:26am
saleor-app-emails-and-messages ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 8:26am
saleor-app-invoices ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 8:26am
saleor-app-klaviyo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 8:26am
saleor-app-products-feed ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 8:26am
saleor-app-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 8:26am
saleor-app-segment ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 8:26am
saleor-app-slack ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 8:26am
saleor-app-smtp ✅ Ready (Inspect) Visit Preview May 15, 2024 8:26am

Copy link

socket-security bot commented May 13, 2024

@krzysztofzuraw krzysztofzuraw merged commit 4b9f4d2 into main May 15, 2024
26 checks passed
@krzysztofzuraw krzysztofzuraw deleted the changeset-release/main branch May 15, 2024 10:52
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.

3 participants