This repository is the main repository that hosted code that will be used to build crud application
Please refer to documentation
Please refer to documentation
Please refer to documentation
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)