-
Notifications
You must be signed in to change notification settings - Fork 123
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 #1375
Merged
Merged
Version Packages #1375
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Skipped Deployments
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 16, 2024 19:00
4fc28ee
to
643d72e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 17, 2024 17:40
643d72e
to
ae27092
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
September 17, 2024 20:12
438472b
to
379bda7
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 17, 2024 20:22
379bda7
to
780a4ae
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 18, 2024 19:42
780a4ae
to
3bcd918
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 19, 2024 20:28
3bcd918
to
0058e05
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 20, 2024 03:20
0058e05
to
455b4ed
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 20, 2024 15:42
455b4ed
to
af53c63
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 20, 2024 16:05
af53c63
to
98aa640
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 23, 2024 16:08
98aa640
to
b6829f4
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 23, 2024 17:05
b6829f4
to
42a1c92
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 23, 2024 21:29
42a1c92
to
0f190f5
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 30, 2024 19:23
0f190f5
to
76754b5
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 10, 2024 15:56
aef271d
to
c725d02
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 10, 2024 16:19
c725d02
to
2517f75
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
October 10, 2024 19:41
01b0f8c
to
6149794
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
October 10, 2024 21:22
882570a
to
293a25f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
October 10, 2024 21:38
26f42a7
to
46cdb43
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
October 11, 2024 18:01
834423b
to
8fa52b9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 11, 2024 18:32
8fa52b9
to
b24c3dd
Compare
chanceaclark
approved these changes
Oct 11, 2024
⚡️🏠 Lighthouse reportLighthouse ran against https://catalyst-latest-nret9kvtk-bigcommerce-platform.vercel.app 🖥️ DesktopWe ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
📱 MobileWe ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
|
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.
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
17692ca
Thanks @chanceaclark! - Add the ability to hook into the fetchOptions before the request is sent.@bigcommerce/[email protected]
Minor Changes
#1443
c166d53
Thanks @matthewvolk! - BREAKING: Remove automatic generation of GraphQL type definitions on project creation. This results in faster project creation and generation will happen already as part of starting the development sever or kicking off a build#1438
d12c0d2
Thanks @matthewvolk! - BREAKING: RefactorcloneCatalyst
so that it simply clones thebigcommerce/catalyst
repo, configures remotes, and checks out an optional ref#1440
5b3cbbd
Thanks @matthewvolk! - BREAKING: RefactorinstallDependencies
so that it installs all dependencies found in the root package.json file of the monorepo#1435
b38209f
Thanks @matthewvolk! - BREAKING: Ensurepnpm
is installed on the machine running the CLI#1434
c105d07
Thanks @matthewvolk! - BREAKING: Change required Node.js version to^20
(instead of>=20
)#1441
5463157
Thanks @matthewvolk! - BREAKING: Removepm
utility because the package manager must bepnpm
when working in the monorepo#1436
673bea2
Thanks @matthewvolk! - BREAKING: Ensuregit
is installed on the machine running the CLI#1437
6db8527
Thanks @matthewvolk! - BREAKING: RemoveapplyIntegrations
. Integrations will now be applied by simply fetching the appropriate remoteintegrations/*
branch from upstream, and cherry-picking the integration codePatch Changes
#1439
addf5e9
Thanks @matthewvolk! - Removes unusedgetLatestCoreTag
function#1433
ea74be2
Thanks @matthewvolk! - Add function to allow user to specify an arbitrary ref to checkout after cloning#1431
3a3370e
Thanks @matthewvolk! - Adds a typeguard to narrow Errors thrown byexecSync
to be of the typeExecException
#1432
5a2a86e
Thanks @matthewvolk! - Adds a function to check if a user is set up with SSH authentication for GitHub@bigcommerce/[email protected]
Minor Changes
#1410
53cca82
Thanks @bookernath! - Move /reset page to /login/forgot-password in order to reduce top-level routes.#1384
17692ca
Thanks @chanceaclark! - Pass customer ip address into requests that don't rely on cached values.#1388
a309a4d
Thanks @deini! - wraps header and footer in suspense boundariesPatch Changes
#1374
1f76f61
Thanks @jorgemoya! - Prepend locale for redirected urls in tests.More info:
redirect
does not respectas-needed
locale prefix amannn/next-intl#1335#1373
971033f
Thanks @jorgemoya! - Add missing metadata in account settings page.#1370
655d518
Thanks @bc-svc-local! - Update translations.#1446
ba4820b
Thanks @deini! - Fixes a bug where product variant was not reliably being selected on PDP when using pre-selected options.#1391
4d64c31
Thanks @bookernath! - Get lossy image from API instead of setting param in code#1389
a4eaff6
Thanks @bookernath! - Add additional IP address header#1402
6e75ef5
Thanks @bc-yevhenii-buliuk! - fixing the problem with submitting the password change form#1407
ac9832f
Thanks @bc-svc-local! - Update translations.#1392
76227ac
Thanks @bc-svc-local! - Update translations.#1424
4874add
Thanks @bc-svc-local! - Update translations.#1445
ba3f513
Thanks @deini! - Adds optimistic updates to all "Add to cart" buttons. This change makes the UI feel snappier and give quick feedback on user interaction.Updated dependencies [
17692ca
]: