0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset
wangsijie acb7fd3fea
feat(core): case insensitive usernames (#5170)
* feat(core): case insensitive usernames

* test(core): add case insensitive username test cases

---------

Co-authored-by: Tc001 <tc001@t0.lv>
2023-12-28 10:57:47 +08:00
..
brave-hounds-clean.md feat(schemas): add tenant role enum and scope enum 2023-12-08 16:57:48 +08:00
chilly-bobcats-doubt.md refactor(core): add on conflic ignore to the Relation insert query method (#5100) 2023-12-14 15:04:20 +08:00
config.json chore: update changesets config (#3703) 2023-04-17 16:22:39 +08:00
few-turtles-crash.md feat(cli): add option to skip core check in translate cli commands (#5085) 2023-12-20 16:45:01 +08:00
fresh-lies-breathe.md feat(core): case insensitive usernames (#5170) 2023-12-28 10:57:47 +08:00
old-turkeys-beg.md chore(deps): upgrade TypeScript (#5141) 2023-12-22 15:16:49 +08:00
pretty-llamas-attend.md refactor: translate phrases (#5140) 2023-12-21 08:37:26 +00:00
README.md refactor: update pubilsh flow 2023-04-02 17:05:18 +08:00
smooth-worms-play.md chore: use Node 20 LTS for engine requirement (#5084) 2023-12-11 09:10:53 +08:00
tame-crabs-breathe.md fix(console): should hide upsell tag for standard connectors in OSS version (#5066) 2023-12-06 08:47:25 +00: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.