LTRAC-1700: chore - Clean up changesets ahead of the 1.11.0 release - #3196
Merged
Conversation
Tidy the queued changesets so the generated changelog reflects what actually shipped. Bump `ltrac-1298-runtime-locale-subfolders` from patch to minor: it drops locales from `build-config.json` entirely and moves resolution to runtime, which is a behavior change rather than a fix. Drop `ltrac-1343-document-graphql-artifacts`, which covers a README and `.gitignore` comment only and does not belong in a released changelog. Collapse the three identical "Update translations." changesets into one, since three repeated entries say nothing the first does not. None of this moves a version number — catalyst-core is already going minor via the wallet buttons changeset. Refs LTRAC-1700 Co-Authored-By: Claude <noreply@anthropic.com>
|
| Name | Type |
|---|---|
| @bigcommerce/catalyst-core | Minor |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a 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. |
parthshahp
approved these changes
Aug 27, 2026
jorgemoya
enabled auto-merge
August 27, 2026 17:04
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
|
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 27, 2026
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.
Linear: LTRAC-1700
What/Why?
Tidying the queued changesets before cutting
catalyst-core1.11.0 /catalyst1.3.0, so the generated changelog reflects what actually shipped.ltrac-1298-runtime-locale-subfolders: patch → minor. It removes locales frombuild-config.jsonentirely and moves resolution to runtime. That is a behavior change with a real failure mode if you were relying on the build-time snapshot, not a fix.ltrac-1343-document-graphql-artifacts: removed. It covers a README section and a.gitignorecomment. Nothing a consumer of the package can observe, so it does not belong in a released changelog.No version number moves as a result of this.
catalyst-corewas already going minor (1.10.1 → 1.11.0) via the wallet buttons changeset, so theltrac-1298bump only relocates that entry from the "Patch Changes" to the "Minor Changes" section.Testing
Once merged, the changesets bot regenerates #3135. Confirm there that:
core/package.jsonstill lands on1.11.0andpackages/catalyst/package.jsonon1.3.0core/CHANGELOG.mdMigration
None.
Refs LTRAC-1700