0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-24 22:05:56 -05:00
logto/.changeset
simeng-li e7accfdab9
fix(core): prevent i18n context contamination by using request-scoped instance (#7028)
* fix(core): prevent i18n context contamination by using request-scoped instances

prevent i18n context contamination by using request-scoped instance

* refactor(core): remove RequestError body getter

remove RequestError body getter

* refactor(core): refactor some unit test context creations

refactor some unit test context creations

* refactor(core): override RequestError message with custom comments

override RequestError message with custom comments

* chore: update comments

update comments

* chore: comment update

Co-authored-by: Gao Sun <gao@silverhand.io>

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2025-02-14 07:09:22 +00:00
..
config.json chore: update changesets config (#3703) 2023-04-17 16:22:39 +08:00
gentle-rabbits-chew.md fix(console): add missing /api segment in SAML app SSO URL (#7027) 2025-02-13 12:14:13 +08:00
itchy-singers-allow.md fix(connector): fix kook connector fail with empty banner (#7006) 2025-02-11 10:17:59 +08:00
pink-roses-confess.md fix(experience): filter wechat connectors by platform (#7025) 2025-02-12 06:24:48 +00:00
purple-glasses-fix.md feat(console): display jwks uri on application details page (#7007) 2025-02-08 10:32:06 +08:00
rare-readers-cry.md fix(core): prevent i18n context contamination by using request-scoped instance (#7028) 2025-02-14 07:09:22 +00:00
README.md refactor: update pubilsh flow 2023-04-02 17:05:18 +08:00
rotten-bugs-pretend.md fix(experience): filter wechat connectors by platform (#7025) 2025-02-12 06:24:48 +00:00
weak-tigers-cover.md chore: bump dependencies for security update (#7035) 2025-02-13 16:35:19 +08:00
wise-cows-scream.md fix(core): apply custom domain on SAML SSO and app (#7022) 2025-02-12 14:59:43 +08:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation

Logto publish flow

For now, Changesets only supports tagging packages separately, instead of tagging a "release group". There is an open issue that is still hanging in the air.

So, we are using our own "grouping" release strategy in this monorepo:

Core

The release group that includes the Logto core service and its schemas and cli, which consists of the following packages:

  • @logto/core (main)
  • @logto/schemas
  • @logto/cli
  • @logto/create

Their versions will be always in sync, and forms our main release.

Others

For simplicity, we will tag other public packages separately and publish them to NPM. But in most cases, no GitHub release will present for these packages.