-
Notifications
You must be signed in to change notification settings - Fork 331
Version Packages #1742
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
Merged
Merged
Version Packages #1742
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
b8249ce to
eae7ca9
Compare
0d847c0 to
8311980
Compare
8311980 to
660ecfc
Compare
660ecfc to
dad5d04
Compare
dad5d04 to
ac9337c
Compare
ac9337c to
aadbce6
Compare
aadbce6 to
8511555
Compare
⚡️🏠 Lighthouse reportLighthouse ran against https://catalyst-latest-h9dgsmgtc-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/create-catalyst@0.19.0
Minor Changes
401417dThanks @bookernath! - Update CLI to use new APIs for consistency with One-Click Catalyst in the control panel@bigcommerce/catalyst-core@0.24.0
Minor Changes
#1749
cacdd22Thanks @chanceaclark! - Change the rest of the auth pages to use toasts.#1746
0e34915Thanks @chanceaclark! - Converts the change password messages over to using a toast. This should provide a better DX and UX.#1747
608b886Thanks @chanceaclark! - Update the register customer page to use toasts for messaging.#1749
cacdd22Thanks @chanceaclark! - Converts the reset password messages over to using a toast.#1749
cacdd22Thanks @chanceaclark! - Remove the account state provider components#1749
cacdd22Thanks @chanceaclark! - Converts the login messages over to using a toast.#1743
7c03428Thanks @chanceaclark! - After login, redirect to orders page instead of an account overview page. This also removes the account overview page.#1741
5136facThanks @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
cacdd22Thanks @chanceaclark! - Converts the change/forgot password messages over to using a toast.Patch Changes
#1765
1c9b880Thanks @bookernath! - Assign cart to customer as part of initial login mutation#1760
f6161c5Thanks @bc-svc-local! - Update translations.