sync integrations/makeswift with canary#3120
Merged
Merged
Conversation
…age (#3108) * feat(promotions): PROMO-1574 add featured promotions callout on homepage * feat(promotions): PROMO-1574 resolve moreOffers label inline in productCard
…#3115) The `Complete Linear release` step passed `version` to linear-release-action`s `complete`, which looks up an existing release with that exact version. The `catalyst-release` pipeline is a scheduled pipeline whose started release is unversioned (the accumulating `sync` steps run without a version), so the lookup never matched and the step failed on every publish with `No release found with version "..."` — on both canary (catalyst-core) and integrations/makeswift (catalyst-makeswift). Drop the `version` input so `complete` finalizes the latest started release, i.e. the one `sync` has been accumulating into. Release notes are still fetched by tag and passed through. Refs LTRAC-1265 Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* TRAC-1250: Add additional scopes missing from CLI create command * TRAC-1250: Add changeset
…akeswift # Conflicts: # core/app/[locale]/(default)/page.tsx # core/package.json
🦋 Changeset detectedLatest commit: aa55606 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Bundle Size ReportComparing against baseline from No bundle size changes detected. |
jorgemoya
approved these changes
Jul 17, 2026
Contributor
Unlighthouse Performance Comparison — VercelComparing PR preview deployment Unlighthouse scores vs production Unlighthouse scores. Summary ScoreAggregate score across all categories as reported by Unlighthouse.
Category Scores
Core Web Vitals
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs
integrations/makeswiftwith the latestcanary(through the@bigcommerce/catalyst-core@1.10.0release), and adds a changeset to release@bigcommerce/catalyst-makeswift@1.10.0.Notable changes pulled in from canary:
@bigcommerce/catalyst-core@1.10.0: featured promotion callouts on homepage product cards (feat(promotions): PROMO-1574 add featured promotions callout on homepage #3108)@bigcommerce/catalyst@1.1.1/@bigcommerce/create-catalyst@2.0.2: additional OAuth scopes forcatalyst createConflict resolutions
core/package.json: keptnameas@bigcommerce/catalyst-makeswiftandversionat1.9.0(latest published makeswift version); updatedcatalyst.version/catalyst.refto point at@bigcommerce/catalyst-core@1.10.0.core/app/[locale]/(default)/page.tsx: kept the makeswift-specific homepage implementation (delegates toMakeswiftPage), discarding canary's native homepage changes since Makeswift owns homepage content on this branch.core/CHANGELOG.md: removed the raw## 1.10.0section copied from canary's changelog — the new sync changeset will generate the correct combined entry when this release is versioned.Test plan