-
Notifications
You must be signed in to change notification settings - Fork 200
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 #1892
Open
github-actions
wants to merge
1
commit into
canary
Choose a base branch
from
changeset-release/canary
base: canary
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Version Packages #1892
+87
−122
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 ↗︎
3 Skipped Deployments
|
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 10, 2025 22:12
d993264
to
6d94c6c
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 10, 2025 22:21
6d94c6c
to
bc8be68
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 10, 2025 22:33
bc8be68
to
ef0dab9
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 13, 2025 21:11
ef0dab9
to
4ea0357
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 13, 2025 21:37
4ea0357
to
547fb9f
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 13, 2025 22:09
547fb9f
to
b96df24
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 14, 2025 18:52
b96df24
to
fe21308
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 14, 2025 19:47
fe21308
to
68aa9a1
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 14, 2025 21:07
68aa9a1
to
0b1197d
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 14, 2025 21:50
0b1197d
to
bc12cc3
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 23, 2025 18:53
edd6f13
to
83cbf53
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 23, 2025 20:55
83cbf53
to
a120880
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 23, 2025 21:57
a120880
to
c180f66
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 26, 2025 15:47
c180f66
to
cf0fe84
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
2 times, most recently
from
January 27, 2025 16:49
a45df46
to
d0d6ad4
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 27, 2025 17:15
d0d6ad4
to
7a4f5ba
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 27, 2025 17:24
7a4f5ba
to
8ee0c45
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 27, 2025 17:27
8ee0c45
to
b1474ef
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 29, 2025 14:33
b1474ef
to
4814f19
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 29, 2025 19:35
4814f19
to
61c8343
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 30, 2025 20:24
61c8343
to
6ad0d13
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
January 30, 2025 21:57
6ad0d13
to
45674ef
Compare
github-actions
bot
force-pushed
the
changeset-release/canary
branch
from
February 1, 2025 02:05
45674ef
to
1a4f3a8
Compare
⚡️🏠 Lighthouse reportLighthouse ran against https://catalyst-canary-fsk1cknaf-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
Labels
None yet
0 participants
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 canary, this PR will be updated.
Releases
@bigcommerce/[email protected]
Minor Changes
#1914
f039b2c
Thanks @jorgemoya! - GQL requests that respond as200
but have anerrors
field will now be properly handled by the client and throw a properBigCommerceGQLError
response with the message reason from the API. This will provide a more detailed description of why the GQL request errored out.API errors will still be handled and attribute the errored status as the message with this change as
BigCommerceAPIError
.Patch Changes
f292236
Thanks @dependabot! - Manual changes on a dependency bumps.@bigcommerce/[email protected]
Patch Changes
f292236
Thanks @dependabot! - Manual changes on a dependency bumps.@bigcommerce/[email protected]
Patch Changes
f292236
Thanks @dependabot! - Manual changes on a dependency bumps.@bigcommerce/[email protected]
Major Changes
#1852
6b17bdb
Thanks @jorgemoya! - Introduce Soul VIBE UI library to the repository.Join the discussion here for more details of this major milestone for Catalyst!
Minor Changes
#1912
da2a462
Thanks @bookernath! - Add currency selector to header#1914
f039b2c
Thanks @jorgemoya! - Properly handleBigCommerceGQLError
in actions, by returning the error messages from the request.#1933
f292236
Thanks @dependabot! - Manual changes on a dependency bumps.#1923
62b891c
Thanks @jordanarldt! - Adds support for nested web page children / trees. Restructure web page routing to support a layout file.Patch Changes
#1905
d70596e
Thanks @apledger! - Fixes types for signIn credentials and improves error handling for registering a customer.#1917
83ac205
Thanks @jorgemoya! - Add result type to allgenerateMetadata
.#1944
c5ce9dc
Thanks @jorgemoya! - Properly handle the auth error when login is invalid.#1928
157ea54
Thanks @jorgemoya! - Rename some GQL query/mutations/fragments to standardized naming.#1927
43351ab
Thanks @jorgemoya! - Pass in currency code to quick search results.#1908
aade48a
Thanks @jorgemoya! - Remove explicit locale override in Link component that was appending default locale to links even with the 'as-needed' mode.#1884
11ecddf
Thanks @jorgemoya! - UsesetRequestLocale
only where needed#1931
c70bff2
Thanks @jorgemoya! - Dedupe requests in "webpages" by properly caching/memoizing the fetch function per page render.#1941
0098c6b
Thanks @bookernath! - Set currency on cart at creation time#1913
1cead1d
Thanks @apledger! - Applied streamable pattern to Cart.#1937
54ee390
Thanks @jorgemoya! - Remove unecessaryfetchOptions
in object that has nothing to do with a client request.#1935
aa9ac48
Thanks @bc-svc-local! - Update translations.#1921
ee42e45
Thanks @bc-svc-local! - Update translations.#1902
775eed6
Thanks @bc-svc-local! - Update translations.#1927
43351ab
Thanks @jorgemoya! - Dedupe requests in various pages by properly caching/memoizing the function per page render.Updated dependencies [
f039b2c
,f292236
]: