Skip to content
Fabian Rosenthal edited this page Sep 23, 2024 · 4 revisions

Create a release

  • Create and merge a commit to update the version in the package.json files, e.g. #52.
  • Create a release on GitHub.
  • If a release is created a GitHub pipeline will automatically publish the packages to NPM. It might take a few minutes until the new version is visible on NPM.

Update dependencies

In root, the packages and the examples execute: pnpm update --latest

Clone this wiki locally