-
Notifications
You must be signed in to change notification settings - Fork 239
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
+111
−177
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
|
d993264
to
6d94c6c
Compare
6d94c6c
to
bc8be68
Compare
bc8be68
to
ef0dab9
Compare
ef0dab9
to
4ea0357
Compare
4ea0357
to
547fb9f
Compare
547fb9f
to
b96df24
Compare
b96df24
to
fe21308
Compare
fe21308
to
68aa9a1
Compare
68aa9a1
to
0b1197d
Compare
0b1197d
to
bc12cc3
Compare
bf4ac2a
to
29287f6
Compare
29287f6
to
8c0fff5
Compare
8c0fff5
to
d96bc6e
Compare
d96bc6e
to
c9eac23
Compare
c9eac23
to
a0161e2
Compare
a0161e2
to
37b7d95
Compare
37b7d95
to
a22578c
Compare
a22578c
to
b098137
Compare
b098137
to
99dd610
Compare
99dd610
to
9070148
Compare
9070148
to
92b0364
Compare
92b0364
to
a7aeb86
Compare
a7aeb86
to
86f807a
Compare
86f807a
to
c14c12b
Compare
⚡️🏠 Lighthouse reportLighthouse ran against https://catalyst-canary-hzoe5yzkh-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]
Minor Changes
b3d55a2
Thanks @RomanKrasinskyi! - Allow configuration of locales when creating a new channelPatch Changes
#1957
9e1d942
Thanks @chanceaclark! - Removes the ability for command injection in the CLI#1933
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.#1977
39f479f
Thanks @jordanarldt! - Add persistent cart support#1955
d921070
Thanks @jorgemoya! - Add discounts summary item to Cart.#1975
aecc145
Thanks @agurtovoy! - fix: localized home page routes are rewritten to the "catch all" page#1927
43351ab
Thanks @jorgemoya! - Pass in currency code to quick search results.#1990
c4e56c6
Thanks @agurtovoy! - fix: switching locales redirects user to the home page#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#1979
267a5ff
Thanks @jorgemoya! - Add coupon code form to Cart page.#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.#2004
87e31b9
Thanks @bc-svc-local! - Update translations.#1993
802ccdf
Thanks @bc-svc-local! - Update translations.#1935
aa9ac48
Thanks @bc-svc-local! - Update translations.#1921
ee42e45
Thanks @bc-svc-local! - Update translations.#1949
81af460
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.#1954
51fef1e
Thanks @fikrikarim! - Disable prefetch for the/logout
link.Updated dependencies [
f039b2c
,f292236
]: