-
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 #1367
Version Packages #1367
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Skipped Deployments
|
@@ -1,8 +0,0 @@ | |||
--- | |||
"@bigcommerce/catalyst-core": patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a minor? 🤔
5238cfc
to
33ccffa
Compare
33ccffa
to
44c0267
Compare
⚡️🏠 Lighthouse reportLighthouse ran against https://catalyst-latest-m37g4mxnl-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:
|
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.12.0
Minor Changes
#1365
896b4d3
Thanks @matthewvolk! - Changes the default behavior of thecreate-catalyst
CLI such that it no longer writes the access token created by the OAuth device flow to the created project's.env.local
file#1366
6d7c508
Thanks @matthewvolk! - Renames leftoverNEXT_PUBLIC_DEFAULT_REVALIDATE_TARGET
environment variables - continuation of fix(core): rename DEFAULT_REVALIDATE_TARGET env variable #1317@bigcommerce/catalyst-core@0.15.0
Minor Changes
#1362
0814afe
Thanks @deini! - If app is not running on Vercel's infra,<Analytics />
and<SpeedInsights />
are not rendered.Opt-out of vercel analytics and speed insights by setting the following env vars to
true
DISABLE_VERCEL_ANALYTICS
DISABLE_VERCEL_SPEED_INSIGHTS
#1354
3d298c7
Thanks @jorgemoya! - Move address forms in account to their own /add and /edit pages.#1280
27cbfd2
Thanks @bookernath! - Add dynamic favicon from API on a static route#1357
3176491
Thanks @jorgemoya! - Add /account/settings/change-password route for change password form.Patch Changes
#1361
dd10d06
Thanks @jorgemoya! - Enforce use of next-intl's wrapper navigation APIs.#1360
00f72dd
Thanks @jorgemoya! - Change LocalePrefix mode toas-needed
, since there's an issue that is causing caching problems when usingnever
.More info about LocalePrefixes: https://next-intl-docs.vercel.app/docs/routing#shared-configuration
Open issue: With LocalePrefix: 'never' locale switches to previous choice on navigating app pages amannn/next-intl#786
#1338
d50613a
Thanks @bc-yevhenii-buliuk! - improve redirect behavior after change password on account page#1358
48db1b8
Thanks @jorgemoya! - Update da and fr translations to use correct string templates.#1368
d032e65
Thanks @jorgemoya! - Localize metadata titles.#1369
c9a5ab5
Thanks @jorgemoya! - Pass in default channel to favicon query, sincegetLocale
can't be used in routes.