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

Version Packages #1191

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Version Packages #1191

merged 1 commit into from
Aug 14, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 30, 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

@bigcommerce/[email protected]

Minor Changes

  • #1200 51704d9 Thanks @chanceaclark! - Remove the fetchAvailableCountries query as it is no longer needed in Catalyst. This helps us remove queries that are dependent on the access token.

  • #1261 f715067 Thanks @chanceaclark! - Remove the need of fetching shipping countries by using the GraphQL data.

@bigcommerce/[email protected]

Minor Changes

Patch Changes

@bigcommerce/[email protected]

Minor Changes

  • #1166 0661e53 Thanks @bookernath! - Use default SEO settings from store for pages without SEO information specified, normalize SEO implementation across pages

  • #1194 b455b05 Thanks @BC-krasnoshapka! - Add basic support for Google Analytics via Big Open Data Layer. BODL and GA4 integration is encapsulated in bodl library which hides current complexity and limitations that will be improved in future. It can be extended with more events and integrations with other analytics providers later. Data transformation from Catalyst data models to BODL and firing events is done in client components, as only frontend events are supported by BODL for now.

    List of currently supported events:

    • View product category
    • View product page
    • Add product to cart
    • View cart
    • Remove product from cart

    In order to configure you need to specify NEXT_PUBLIC_GOOGLE_ANALYTICS_ID environment variable which is essentially your GA4 ID.

  • #1261 f715067 Thanks @chanceaclark! - Remove the need of fetching shipping countries by using the GraphQL data.

  • #1261 f715067 Thanks @chanceaclark! - Fetch shipping zones if access token exists, otherwise regress back to using the geography node on graphql for shipping information. This is part of an effort to remove the need of the BIGCOMMERCE_ACCESS_TOKEN.

Patch Changes

@github-actions github-actions bot requested a review from a team as a code owner July 30, 2024 20:55
Copy link

vercel bot commented Jul 30, 2024

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

Name Status Preview Comments Updated (UTC)
catalyst 🔄 Building (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 4:17pm
catalyst-latest ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 4:17pm
5 Skipped Deployments
Name Status Preview Comments Updated (UTC)
catalyst-1millionproducts-store ⬜️ Ignored (Inspect) Visit Preview Aug 14, 2024 4:17pm
catalyst-au ⬜️ Ignored (Inspect) Visit Preview Aug 14, 2024 4:17pm
catalyst-test-store ⬜️ Ignored (Inspect) Visit Preview Aug 14, 2024 4:17pm
catalyst-uk ⬜️ Ignored (Inspect) Visit Preview Aug 14, 2024 4:17pm
catalyst-unstable ⬜️ Ignored (Inspect) Visit Preview Aug 14, 2024 4:17pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from 6478662 to f4da16d Compare July 31, 2024 03:27
@github-actions github-actions bot force-pushed the changeset-release/main branch from f4da16d to 350a273 Compare July 31, 2024 16:17
@github-actions github-actions bot force-pushed the changeset-release/main branch from 350a273 to f702958 Compare July 31, 2024 21:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from f702958 to 157d2ba Compare July 31, 2024 21:54
@github-actions github-actions bot force-pushed the changeset-release/main branch from 157d2ba to d72454e Compare August 1, 2024 15:11
@github-actions github-actions bot force-pushed the changeset-release/main branch from d72454e to 10fb067 Compare August 1, 2024 15:40
@github-actions github-actions bot force-pushed the changeset-release/main branch from 10fb067 to e2d8c4c Compare August 1, 2024 16:23
@github-actions github-actions bot force-pushed the changeset-release/main branch from e2d8c4c to 3af8099 Compare August 1, 2024 16:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3af8099 to 628bb49 Compare August 1, 2024 17:32
@github-actions github-actions bot force-pushed the changeset-release/main branch from 628bb49 to 5dc2ed9 Compare August 1, 2024 18:13
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5dc2ed9 to 585b4d9 Compare August 2, 2024 15:48
@github-actions github-actions bot force-pushed the changeset-release/main branch from 585b4d9 to 908e044 Compare August 2, 2024 17:03
@github-actions github-actions bot force-pushed the changeset-release/main branch from 908e044 to 04d4815 Compare August 5, 2024 15:09
@github-actions github-actions bot force-pushed the changeset-release/main branch from 04d4815 to d468037 Compare August 5, 2024 16:20
@github-actions github-actions bot force-pushed the changeset-release/main branch from f4cef9f to ada1cfa Compare August 13, 2024 14:27
@github-actions github-actions bot force-pushed the changeset-release/main branch from ada1cfa to 58f6a3c Compare August 13, 2024 15:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from 58f6a3c to a62365e Compare August 13, 2024 16:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from a62365e to 9858c2f Compare August 13, 2024 16:21
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9858c2f to 326bbf7 Compare August 13, 2024 16:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from 326bbf7 to 24e1eac Compare August 13, 2024 19:43
@github-actions github-actions bot force-pushed the changeset-release/main branch from 24e1eac to e37c0fd Compare August 13, 2024 20:00
@github-actions github-actions bot force-pushed the changeset-release/main branch from e37c0fd to 2436695 Compare August 14, 2024 15:42
@matthewvolk matthewvolk enabled auto-merge August 14, 2024 16:08
@chanceaclark chanceaclark disabled auto-merge August 14, 2024 16:12
Copy link
Contributor Author

⚡️🏠 Lighthouse report

Lighthouse ran against https://catalyst-latest-4h8qdcihu-bigcommerce-platform.vercel.app

🖥️ Desktop

We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:

Category Score
🟢 Performance 100
🟢 Accessibility 100
🟢 Best practices 96
🟠 SEO 82

📱 Mobile

We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:

Category Score
🟢 Performance 93
🟢 Accessibility 100
🟢 Best practices 96
🟠 SEO 85

@matthewvolk matthewvolk added this pull request to the merge queue Aug 14, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 14, 2024
@matthewvolk matthewvolk added this pull request to the merge queue Aug 14, 2024
Merged via the queue into main with commit 1f457e6 Aug 14, 2024
13 checks passed
@matthewvolk matthewvolk deleted the changeset-release/main branch August 14, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants