Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Packages for release #1050

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Packages for release #1050

merged 2 commits into from
Nov 29, 2023

Conversation

shopify-github-actions-access[bot]
Copy link

@shopify-github-actions-access shopify-github-actions-access bot commented Nov 9, 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

@shopify/[email protected]

Minor Changes

  • ca89ef0: Added the ability to automatically type GraphQL queries to the Storefront API when the files created by @shopify/api-codegen-preset are loaded for the app.
  • ef053fa: Added the ability to automatically type GraphQL queries when the files created by @shopify/api-codegen-preset are loaded for the app.

Patch Changes

@shopify/[email protected]

Minor Changes

  • ca89ef0: Added the ability to automatically type GraphQL queries to the Storefront API when the files created by @shopify/api-codegen-preset are loaded for the app.
  • ef053fa: Added the ability to automatically type GraphQL queries when the files created by @shopify/api-codegen-preset are loaded for the app.
  • 49d5966: Rename customHeaders to headers in Api Client utils and types for readibility

@shopify/[email protected]

Minor Changes

  • bf0664b: Line Item Billing

    Now with the future flag unstable_lineItemBilling you can specify multiple line items in a single billing request. This will allow you to create a single billing request for a subscription with both recurring and usage based app billing.

    You will define the new billingConfig as follows.

    const shopify = shopifyApp({
      billing: {
        MultipleLineItems: {
          replacementBehavior: BillingReplacementBehavior.ApplyImmediately,
          trialDays: 7,
          lineItems: [
            {
              interval: BillingInterval.Usage,
              amount: 30,
              currencyCode: "USD",
              terms: "per 1000 emails",
            },
            {
              interval: BillingInterval.Every30Days,
              amount: 30,
              currencyCode: "USD",
              discount: {
                durationLimitInIntervals: 3,
                value: {
                  amount: 10,
                },
              },
            },
          ],
        },
      },
      futures: {
        unstable_lineItemBilling: true,
      },
    });
  • eae5a4a: Introduce token exchange API for fetching access tokens. This feature is currently unstable and is hidden behind the unstable_tokenExchange future flag.

@shopify/[email protected]

Minor Changes

  • ca89ef0: Added the ability to automatically type GraphQL queries to the Storefront API when the files created by @shopify/api-codegen-preset are loaded for the app.

Patch Changes

@shopify-github-actions-access shopify-github-actions-access bot requested a review from a team as a code owner November 9, 2023 20:47
@github-actions github-actions bot force-pushed the changeset-release/main branch 8 times, most recently from b75b8d7 to 9de0477 Compare November 16, 2023 17:34
@pauldemarco
Copy link

Is this available to use?

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 43cdcbe to 7e8707e Compare November 27, 2023 20:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7e8707e to 5147aa4 Compare November 29, 2023 01:35
@paulomarg paulomarg merged commit e65ccc9 into main Nov 29, 2023
10 checks passed
@paulomarg paulomarg deleted the changeset-release/main branch November 29, 2023 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants