Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 821 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 821 Bytes

Crudx Packages

This repository is the main repository that hosted code that will be used to build crud application

Available Packages

@crudx/common

Please refer to documentation

@crudx/core

Please refer to documentation

@crudx/mui

Please refer to documentation


Release

To release sync version for all packages under this repository

# sync version for all projects in workspace
yarn release # to publish patch updates (x.x.<version>)
yarn release:minor # to publish minor updates (x.<version>.x)
yarn release:major # to publish major updates (<version>.x.x)