We'd prefer individual conributors keep version bumps at the patch or minor level so maintainers can coordinate major version bumps with releases and documentation deployments.
Otherwise, we generally follow the semvar major.minor.patch rules.
The site package houses the AgnosticUI site. It uses VitePress which is similar in many ways to Docusaurus but uses Vue 3 and the speedy Vite. We chose it for it's simplicity and because its yet another opportunity to practice writing Vue code 🙂
It's currently deployed as a github pages site to the gh-pages branch with:
npm run deploy # from top-level package.jsonAfter the deploy finishes, the udpated showcase demo can be viewed here