loro/.changeset
Zixuan Chen 46e21fccc7
Some checks are pending
Release WASM / Release (push) Waiting to run
Test All / build (push) Waiting to run
fix: two tree move (inside the same parent) issues (#450)
* fix: two tree move (inside the same parent) issues

* chore: add release note
2024-09-07 16:49:28 +08:00
..
config.json chore: bump loro-crdt 2024-04-05 02:25:25 +08:00
lemon-maps-smash.md fix: two tree move (inside the same parent) issues (#450) 2024-09-07 16:49:28 +08:00
README.md docs: update how to publish new npm pkgs 2024-04-14 22:21:58 +08:00

Release new versions of loro-wasm and loro-crdt

  • Run pnpm changeset in the root of the repository. The generated markdown files in the .changeset directory should be committed to the repository.
  • Run git cliff -u | pbcopy to generate the changelog and copy it. Then edit the new changelog file.
  • Create PR and merge into main. The GitHub Action will create another PR that once be merged new versions of specified npm packages will be published.