0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset
2022-12-22 00:04:17 +08:00
..
clever-panthers-lay.md chore: add changeset 2022-11-29 20:05:41 +08:00
config.json chore: add pubilsh script 2022-11-11 14:04:31 +08:00
fifty-balloons-taste.md chore: add German language changeset (#2324) 2022-11-04 22:23:26 +08:00
green-geese-train.md chore: add changeset 2022-11-30 17:10:38 +08:00
grumpy-clocks-refuse.md chore: add changeset on suspend (#2430) 2022-11-14 17:17:24 +08:00
neat-snakes-smash.md chore: add changeset 2022-12-13 15:51:31 +08:00
pre.json release: toolkit packages 2022-12-22 00:04:17 +08:00
quick-turtles-joke.md chore: update changeset format 2022-11-15 11:59:17 +08:00
README.md ci: update changeset (#2236) 2022-10-24 04:03:00 +00:00
silly-rules-laugh.md chore: add changeset of connector-kit update (#2691) 2022-12-21 15:42:38 +08:00
thin-oranges-act.md chore: update changeset format 2022-11-15 11:59:17 +08:00
tricky-mirrors-act.md fix: run version script when after changeset version 2022-11-16 18:11:52 +08:00
unlucky-lizards-agree.md chore: update changeset format 2022-11-15 11:59:17 +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 products, which consists of the following packages:

  • @logto/console
  • @logto/core (main)
  • @logto/integration-tests
  • @logto/ui

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

CLI

The release group that includes Logto CLI and its aliases:

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

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.