Tooling for metablock cloud.
- @metablock/core: a Metablock API client for both node and the browser.
- @metablock/cli: command line client for interacting with metablock API
- @metablock/server: a dev server for HTML metablocks
- @metablock/store: stores for metablock authentication plugin
- @metablock/react: reusable react components
- @metablock/notebook: experimental notebook app
To create a new release
- edit the version in the package.json file
- run
make version
, this will update the version in all the sub-packages - run
yarn install
to update the lock file - commit with the
Release <version>
message and push to main - to force commit after a merge to main you can use
git commit -m "Release <version>" --allow-empty
- the publish job will publish to npm and create a github tag