-
Notifications
You must be signed in to change notification settings - Fork 179
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 #1742
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
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 #1742
+29
−56
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 ↗︎
2 Skipped Deployments
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 12, 2024 17:05
b8249ce
to
eae7ca9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
December 12, 2024 18:38
0d847c0
to
8311980
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 12, 2024 22:19
8311980
to
660ecfc
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 16, 2024 17:02
660ecfc
to
dad5d04
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 16, 2024 17:16
dad5d04
to
ac9337c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 17, 2024 19:31
ac9337c
to
aadbce6
Compare
⚡️🏠 Lighthouse reportLighthouse ran against https://catalyst-latest-34t4owzp3-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 main, this PR will be updated.
Releases
@bigcommerce/catalyst-core@0.24.0
Minor Changes
#1749
cacdd22
Thanks @chanceaclark! - Change the rest of the auth pages to use toasts.#1746
0e34915
Thanks @chanceaclark! - Converts the change password messages over to using a toast. This should provide a better DX and UX.#1747
608b886
Thanks @chanceaclark! - Update the register customer page to use toasts for messaging.#1749
cacdd22
Thanks @chanceaclark! - Converts the reset password messages over to using a toast.#1749
cacdd22
Thanks @chanceaclark! - Remove the account state provider components#1749
cacdd22
Thanks @chanceaclark! - Converts the login messages over to using a toast.#1743
7c03428
Thanks @chanceaclark! - After login, redirect to orders page instead of an account overview page. This also removes the account overview page.#1741
5136fac
Thanks @chanceaclark! - If a customer is already logged in, we want to redirect them back to their account pages if they are trying to hit one of the non-logged-in customer auth routes. The prevents any side effects that may occur trying to re-auth the client. This is done by providing a root layout.tsx page under the (auth) route group.#1749
cacdd22
Thanks @chanceaclark! - Converts the change/forgot password messages over to using a toast.Patch Changes
#1765
1c9b880
Thanks @bookernath! - Assign cart to customer as part of initial login mutation#1760
f6161c5
Thanks @bc-svc-local! - Update translations.