View the docs at Design.
[!IMPORTANT] The design website is the location for assets! View at Static Repo
[!CAUTION] svelte-ui is in BETA and iterating fast. Please use exact version numbers to avoid breaking changes.
Prepare svelte-ui
npm install
For each iteration do
npm run update
In svelte-ui do.
npm link
Then do in the other project.
npm link @davidnet/svelte-ui
npm install
Do in svelte-ui
npm unlink
Do in the other project
npm unlink @davidnet/svelte-ui
npm install
npm run release-patch
npm run release-minor
npm run release-major
Without pushing & versioning
npm run release-legacy
Release schedule that is planned after beta.
MAJOR.MINOR.PATCH
Version Type | Changes |
---|---|
PATCH | Bug fixes only |
MINOR | Added features |
MAJOR | Breaking changes |