0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-03 21:48:55 -05:00
logto/.changeset
wangsijie 1ef32d6d54
chore: add changeset for org api resource (#5719)
chore: add change set for org api resource
2024-05-13 10:18:10 +08:00
..
afraid-stingrays-perform.md
chilled-pugs-notice.md feat(connector): support client_secret_basic and client_secret_jwt methods for oauth2 connectors (#5762) 2024-04-24 13:51:41 +08:00
config.json
cuddly-buses-obey.md
dull-frogs-perform.md feat(core): add redis cluster and tls extra options support (#5619) 2024-04-18 20:14:49 +08:00
fluffy-steaks-flow.md feat: init management api hook middleware function (#5783) 2024-05-09 11:19:01 +08:00
forty-grapes-relax.md
four-goats-rush.md
funny-books-sell.md fix(experience): use correct callback path for native environments (#5800) 2024-04-27 23:27:33 +08:00
green-phones-visit.md refactor: implement request id (#5813) 2024-05-01 15:49:01 +00:00
grumpy-cougars-perform.md refactor: implement request id (#5813) 2024-05-01 15:49:01 +00:00
healthy-knives-draw.md feat: support organization custom data (#5785) 2024-04-25 14:16:59 +00:00
itchy-eels-remain.md feat(core,console): enable custom JWT for OSS and can run script in local vm (#5794) 2024-05-11 22:22:14 +08:00
metal-lions-swim.md feat: init management api hook middleware function (#5783) 2024-05-09 11:19:01 +08:00
nasty-dots-lie.md feat(connector): add hugging face connector (#5797) 2024-05-06 09:54:48 +08:00
nine-turtles-learn.md fix(experience,core): fix SSO register hook event not triggering bug (#5796) 2024-04-28 03:24:15 +00:00
popular-chicken-share.md fix(core): invitee email check should be case insensitive (#5823) 2024-05-06 10:21:45 +08:00
pretty-mirrors-peel.md feat(connector): can access all user email even if no public email is set (#5737) 2024-05-09 12:55:56 +08:00
rare-lamps-worry.md feat(core): support comma separated resource param (#5773) 2024-04-23 15:11:39 +08:00
README.md
real-camels-cheat.md
smart-melons-shop.md fix(core): fix upload file guard (#5810) 2024-04-30 03:40:05 +00:00
soft-stingrays-beam.md feat(console): add spring boot integration guide (#5740) 2024-04-23 02:37:54 +00:00
ten-steaks-melt.md
thick-carrots-tickle.md fix(core): bump oidc-provider to fix resource indicator check (#5782) 2024-04-24 09:51:56 +08:00
thirty-cameras-explain.md chore: add changeset for org api resource (#5719) 2024-05-13 10:18:10 +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.