0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset
Gao Sun 715dba2ce2
feat(console): add .NET Blzor WASM tutorial (#5377)
* feat(console): add .NET Blzor WASM tutorial

* chore: fix typo
2024-02-05 22:51:07 +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
clean-peaches-run.md refactor!: update mock connector file paths 2024-01-29 21:33:12 +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
good-stingrays-perform.md feat: create invitation (#5245) 2024-01-25 19:44:20 +08:00
old-turkeys-beg.md chore(deps): upgrade TypeScript (#5141) 2023-12-22 15:16:49 +08:00
poor-laws-do.md chore: add changeset 2024-02-04 21:11:19 +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
silent-windows-behave.md fix(console,phrases): improve error handling when user associated app is removed (#5389) 2024-02-05 14:44:24 +00:00
sixty-pears-flow.md feat(console): add .NET Blzor WASM tutorial (#5377) 2024-02-05 22:51:07 +08:00
smooth-worms-play.md chore: use Node 20 LTS for engine requirement (#5084) 2023-12-11 09:10:53 +08:00
strange-seals-poke.md feat: create invitation (#5245) 2024-01-25 19:44:20 +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
thin-bags-admire.md feat: create invitation (#5245) 2024-01-25 19:44:20 +08:00
tidy-phones-warn.md feat: create invitation (#5245) 2024-01-25 19:44:20 +08:00
twelve-carrots-do.md feat: create invitation (#5245) 2024-01-25 19:44:20 +08:00
two-moles-hope.md refactor!: update mock connector file paths 2024-01-29 21:33: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.