0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00
logto/.changeset
u0x01 3004ae9a63
feat(connector): add YunPian SMS connector (#6906)
* feat(connector): add YunPian SMS connector

* chore: update README and pnpm lock

* chore: update SVG and error messages

---------

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2024-12-31 07:21:37 +00:00
..
brown-donkeys-share.md feat(connector): add YunPian SMS connector (#6906) 2024-12-31 07:21:37 +00:00
chilled-radios-cover.md fix: fix fetch official connector CLI error (#6862) 2024-12-09 10:58:57 +00:00
config.json
hot-oranges-join.md feat(core,console): new mfa prompt policy (#6880) 2024-12-17 23:51:09 +08:00
nervous-apes-suffer.md refactor: loose redirect uri restrictions (#6846) 2024-12-04 15:37:16 +08:00
README.md
rotten-lizards-buy.md feat(connector): add Xiaomi social login connector (#6905) 2024-12-30 20:02:12 +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.