Merge branch 'standard-version'
This commit is contained in:
commit
3f9ce18ce0
12
.versionrc.json
Normal file
12
.versionrc.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"types": [
|
||||
{ "type": "feat", "section": "Features" },
|
||||
{ "type": "fix", "section": "Bug Fixes" },
|
||||
{ "type": "chore" },
|
||||
{ "type": "docs" },
|
||||
{ "type": "style", "hidden": false },
|
||||
{ "type": "refactor", "hidden": false },
|
||||
{ "type": "perf", "hidden": false },
|
||||
{ "type": "test", "hidden": false }
|
||||
]
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
## Next
|
||||
|
||||
* Add svench.
|
||||
* Switch to Sveltekit.
|
@ -1,6 +1,8 @@
|
||||
{
|
||||
"name": "~TODO~",
|
||||
"version": "0.0.1",
|
||||
"name": "aotds-docks",
|
||||
"version": "2.0.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "svelte-kit dev",
|
||||
"build": "svelte-kit build",
|
||||
@ -24,11 +26,11 @@
|
||||
"eslint-plugin-svelte3": "^3.4.1",
|
||||
"prettier": "~2.5.1",
|
||||
"prettier-plugin-svelte": "^2.6.0",
|
||||
"standard-version": "^9.3.2",
|
||||
"storybook-builder-vite": "0.1.21",
|
||||
"svelte": "^3.46.4",
|
||||
"vite": "^2.7.0"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@storybook/addon-essentials": "^6.4.19",
|
||||
"@storybook/addon-svelte-csf": "^1.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user